@charset "utf-8";
/* CSS Document */

#header {
position: relative;
height: 175px;
background-color: #000000;
text-align: center;
}
#headerimage {
position: relative;
height: 175px;
margin-left: 10%;
width: 80%;
background: url(images/headerbg.jpg) no-repeat center;
}
#logo {
position: absolute;
top: 5px;
left: 5%;
}
#topnav {
position: relative;
height: 30px;
border-bottom: solid 1px #333333;
width: 90%;
left: 50%;
margin-left: -45%;
}
#leftnav {
min-height: 400px;
}
#page {
position:relative;
width: 90%;
left: 50%;
margin-left: -45%;
background: #ffffff;
min-height: 400px;
}
#content {
min-height: 395px;
padding: 10px;
}
#footer {
color: #CCCCCC;
font-size: 10px;
text-align: right;
}
