body {
background:#DDD;
margin:0;
padding:0;
font-family:Arial,FreeSans,Helvetica;
font-size:12px;
width:100%;
text-align:center;
}
.center {
margin:auto;
}
.frame {
position:relative;
background:#FFF;
width:980px;
text-align:left;
}
img {
border:none;
}
ul {
margin:0;
}
.content {
padding:20px 20px 0px 20px;
}
.header_top {
background:#083878;
width:940px;
height:100px;
margin:0;
padding:0;
position:relative;
color:#FFF;
}
#logo {
width:105px;
height:66px;
position:absolute;
top:16px;
left:20px;
}
#divider_a {
position:absolute;
width:1px;
height:65px;
top:18px;
left:143px;
background-color:#ABC;
}
#divider_b {
position:absolute;
width:1px;
height:65px;
top:18px;
left:380px;
background-color:#ABC;
}
#header_fluff {
position:absolute;
left:300px;
height:100px;
width:350px;
overflow:hidden;
/*background-image:url(header_fluff.jpg);*/
}
.header_top h1 {
position:absolute;
top:34px;
left:164px;
font-family:Calibri,Times New Roman,Serif;
font-size:24px;
color:#FFF;
margin:0;
width:250px;
}
.header_top h2 {
position:absolute;
top:38px;
left:401px;
font-family:Calibri,Times New Roman,Serif;
font-style:italic;
font-weight:100;
font-size:20px;
color:#8AC;
margin:0;
width:350px;
}
.body_container {
margin-top:16px;
}
.footer {
width:940px;
margin:0;
padding:0;
position:relative;
text-align:center;
}
.footer_links {
display:inline;
padding:0;
}
.footer_links li {
display:inline;
padding:10px;
vertical-align:top;
}
.footer_links a {
color:#083878;
font-size:16px;
}
#copyright {
text-align:center;
color:#666;
font-size:10px;
margin:12px 0 20px;
}
