html{
background: #f8f8f8;
width: 100%;
font-family: Arial;
}
body{
width:960px;
margin: 0 auto;
text-align: left;
}
body{
border: solid 1px #b0b0b0;
}
h3{
text-align:left;
}
#header{
width:960px;
height: 205px;
background: #000 url('../images/header_bg.png') top left repeat-x;
}
#nav{
width: 960px;
height:31px;
}
#content{
background: #fff;
}
#sidebar{
width:260px;
background: url('../images/sidebar_bg.png');
float: left;
margin-left: 17px;
border: 0;
}
#sidebar img{
padding: 0;
margin: 0;
display: block;
}
#sidebar ul{
width: 224px;
margin: 0 auto;
}
#sidebar ul li{
margin-top: 10px;
margin-bottom: 10px;
}
#sidebar a:link{
color: #004475;
font-weight: bold;
text-decoration: none;
}
#sidebar a:visited{
color: #004475;
text-decoration: none;
font-weight: bold;
}
#sidebar a:hover{
color: #ae110c;
text-decoration: none;
font-weight: bold;
}
#sidebar a:active{
color: #004475;
text-decoration: none;
font-weight: bold;
}
#sign_up{
width:260px;
height:144px;
margin-top:60px;
background: url('../images/sign-up.png');
float: left;
border: 0;
}
#sign_up_text{
margin-left:45px;
margin-top:20px;
text-align: left;
font-size: 18px;
font-weight: bold;
font-family: Times New Roman;
color: #FFFFFF;
}
#input_form{
margin-top:10px;
margin-left:45px;
}
#submit_button{
margin-top:10px;
margin-left:127px;
}
.contact_header{
margin-top:15px;
margin-left:100px;
}
.contact_content{
margin-top:1px;
margin-left:110px;
}
.contact_committee{
margin-top:10px;
margin-left:80px;
}
#main{
width: 627px;
margin-left: 28px;
margin-top: 28px;
float: left;
background: #fff;
}
#main h3{
color: #004475;
font-weight: bold;
}
#footer{
position: relative;
top:16px;
}
#footer img{
display: block;
}
.clear{
clear: both;
}