body{
margin: 0 auto;
text-align: center;
background-image: url(../images/background.jpg);
}
h2{
font-family: tahoma, verdana, arial;
font-size: 24px;
font-weight: bold;
margin: 0;
padding:0;
text-align: left;
color:#ff0000;
border-bottom: 1px solid #000;
}
#wrapper{
margin: 20px auto;
width:800px;
min-height: 658px;
background: #000;
border: 6px solid #fff;
}
html>body #wrapper{
width:788px;
}
#header{
height: 788px;
height: 201px;
background-image: url(../images/header_sub.jpg);
background-repeat: no-repeat;
}
#clear_header{
width: 300px;
height: 120px;
float: left;
}
#navholder{
float: left;
margin-top:20px;
width: 788px;
height: 40px;
text-align: center;
}
#content{
background: #000;
width: 788px;
min-height: 474px;
background-image: url(../images/bckgrnd_sub.jpg);
background-repeat: no-repeat;
}
.input_left{
display: block;
text-align: left;
color: #000;
padding-left: 5px;
font-family: arial,tahoma,verdana;
}
.input_right{
display: block;
text-align: left;
color: #000;
padding-left: 20px;
font-family: arial,tahoma,verdana;
}
#form_response{
margin: 0 auto;
width: 600px;
min-height: 400px;
padding: 20px;
background: #fff;
text-align: left;
}
#wrap_forum{
margin: 0px auto;
width: 720px;
padding: 20px;
background: #fffeee;
border: 6px groove #ffcc33;
}
#footer{
margin: 0px auto;
width:788px;
height: 30px;
background: #990000;
border: 6px solid #fff;
font-family: arial, helvetica,tahoma;
font-size: 12px;
font-weight: bold;
color: #ffff99;
line-height: 30px;
}
#footer a{
color: #ffff99;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration:underline;
}