/* CSS Document */
body {
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;

}

#container {
position:relative;
margin-left:auto;
margin-right:auto;
width:750px;
}

#header {
width:750px;
height:80px;
background-image:url(../../site_pics/header.jpg);
}

#top_nav {
position:absolute;
top:22px;
left:427px;
}

#mid_nav {
position:absolute;
width:607px;
height:19px;
top:62px;
left:143px;
}

#banner {
width:750px;
height:141px;
left:0px;
}

#content {
position:relative;
width:748px;
border-left-color:#CCCCCC;
border-left-style:solid;
border-left-width:1px;
border-right-color:#CCCCCC;
border-right-style:solid;
border-right-width:1px;
background-image:url(../../site_pics/content_bg.jpg);
}

#nav {
position:absolute;
left:0px;
width:200px;
height:700px;
padding-top:15px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
background-image:url(../../site_pics/nav_bbg.jpg);
top:0px;
}

#info {
position:relative;
width:501px;
left:222px;
padding-right:12px;
padding-left:12px;
background-color:#FFFFFF;
}

#footer {
position:relative;
width:748px;
height:26px;
background-image:url(../../site_pics/footer.jpg);
}

#footer_text {
position:relative;
top:7px;
}

