Forum Moderators: not2easy
body {
background-image:url(../images/lite_background.jpg);
background-repeat:repeat;
}
#wrapper {
width:80%;
height:auto;
margin:0 auto;
background-color:white;
border:thin solid;
border-color:#999999;
}
#container {
width:auto;
margin:0 auto;
height:auto;
overflow:auto;
}
#header {
width:auto;
height:150px;
margin:0 auto;
text-align:center;
}
#navigation {
width:auto;
height:auto;
background-color:#999999;
}
#navigation ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#navigation li {
float:left;
}
#navigation a:link,a:visited {
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#999999;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#navigation a:hover,a:active {
background-color:#333333;
}
#spacer_horizontal {
width:auto;
height:5px;
background-color:#FFFFFF;
}
#left_panel {
float:left;
width:20%;
margin:0 auto;
}
#centre_panel {
float:left;
margin-left:20%;
width:60%;
margin:0 auto;
}
#right_panel {
margin-left:80%;
width:20%;
}
#bottom_panel {
width:auto;
height:10px;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top:thin dashed;
border-top-color:#999999;
text-align:center;
}
#bottom_panel ul {
list-style-type:none;
margin:0 auto;
overflow:hidden;
text-decoration:none;
text-transform:uppercase;
}
#bottom_panel li {
float:left;
}
#bottom_panel a:link,a:visited {
width:120px;
font-weight:bold;
color:#000000;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#bottom_panel a:hover,a:active {
color:#000000;
}
#footer{
width:auto;
height:auto;
margin:5px;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top:thin dashed;
border-top-color:#999999;
}
#search_box {
width:auto;
height:auto;
border:thin solid;
border-color:#000000;
}
.blockquote{
margin:1em 3em;
color:#999999;
border-left:2px solid #999;
padding-left:1em;
}
#navigation a:link, a:visited
#navigation a:hover, a:active
#bottom_panel a:link, a:visited
#bottom_panel a:hover, a:active
#navigation a:link, #navigation a:visited
#navigation a:hover, #navigation a:active
#bottom_panel a:link, #bottom_panel a:visited
#bottom_panel a:hover, #bottom_panel a:active
What does font-weight have to do with your problem? Nothing. In fact, 99% of your code is irrelevant. So why are you expecting volunteers to slog through two pages of your code to find the problem?