Here is my CSS
Here is the CSS- (or you can see the file on my site @
http://www.rexburginternet.com/test.css
I am not convinced it is a CSS problem but then again I know NOTHING about CSS and very little about html. I can post ANY file on my site you want if you are willing to help out. I will even post all the files in a .zip on rapidshare if you want....Whatever..
Thanks so much for all the help so far-
@charset "UTF-8";
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
margin: 0px;
padding: 0px;
background-image: url(images/topbg.gif);
background-repeat: no-repeat;
background-position: center top;
}
#sky {
background-image: url(images/bg22.gif);
background-repeat: no-repeat;
background-position: right top;
}
#toplcpad {
padding-top: 20px;
padding-right: 2px;
padding-bottom: 10px;
padding-left: 2px;
}
#toprcpad {
padding-top: 20px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-bottom: 3.6em;
}
#midcpad {
padding-top: 4em;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-right: 2.5em;
}
#blueline {
border-left-width: 2px;
border-left-style: solid;
border-left-color: #214e86;
}
#htlcol {
padding: 4px;
margin-bottom: .5em;
}
#tbns img {
margin-right: 2px;
margin-left: 2px;
}
#htrcol {
padding: 4px;
margin-bottom: .5em;
border: 0px dotted #FF0000;
}
#htrcol ul{margin:0; padding:0; list-style:none; line-height:20px}
#htrcol li{background:url(images/z1.gif) center left no-repeat; margin:0px; padding-left:19px; background-position:0 3px }
#htrcol li a{
color:#6E6E6E;
font-weight:bold;
text-decoration:none;
font-size: 10px;
}
#htrcol li a:hover{text-decoration:underline}
#readmore {
margin-top: 1em;
margin-bottom: 1em;
}
img {
border: 0px;
}
.bg2{ background:url(images/1_bg.gif)}
.bg3{
background:url(images/1_bg1.gif) no-repeat top left;
height:200px;
margin-left: 1.5em;
}
.bg4{
background:url(images/1_bg2.gif) no-repeat bottom left;
height: 14px;
margin-left: 1.5em;
}
#content {
width:100%;
text-align:left;
background-color: #07264d;
background-image: url(images/bg1.gif);
background-repeat: no-repeat;
background-position: left top;
padding-bottom: 1em;
}
#contentinner {
margin-top: 4em;
color: #FFFFFF;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 8px;
}
#footertop {
background-color: #07264d;
height: 15px;
}
#footerbtm {
background-color: #214e86;
height: 50px;
width: 800px;
}
#footerbtml {
background-image: url(images/z.gif);
background-repeat: no-repeat;
background-position: left top;
height: 17px;
margin-left: 1em;
}
#footerbtmr {
float: right;
margin-right: 4em;
}