/* CSS Document */
#header {
background-image:url(/images/bgtop.jpg);
background-repeat:no-repeat;
width:770px;
height:170px;
color:#FF0000;
font-size:24px;
font-weight:900;
}

#prim-nav {
background-image:url(/images/bgheader3.jpg);
background-repeat:no-repeat;
padding-top:2px;
height:23px;
width:770px;
}

#sec-nav {
color:#FFFFFF;
height:25px;
width:770px;
/* display:none; */
}

#contentarea {
background-image:url(/images/bgmiddle.jpg);
background-repeat:repeat;
padding-right:30px;
padding-left:30px;
min-height:300px;
width:710px;
}

#footer {
background-image:url(/images/bgbottom.jpg);
text-align:center;
color:#333333;
height:68px;
width:770px;
}