body {
background-color: #FFF;
margin: 0px 0px 0px 0px;
}


#container {
position: absolute;
width: 800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;

}

#headcontainer {
position: absolute;
left: 0px;
width: 750px;
background-color: #fff
color: #fff;

}



#logo {
position: absolute;
left:0px;
top:0px;
width: 200px;
background-color: #fff
color: #fff;

}

#headup {
position: absolute;
left: 210px;
width: 550px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
font-size: 30pt;


}

#headlow {
position: absolute;
Top: 75px;
left: 210px;
width: 550px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
font-size: 10pt;


}




#menu {
position: absolute;
Top: 120px;
left:207px;
width: 650px;
background-color: #fff
color: #fff;

}


#page {

position: absolute;
left: 0px;
top: 160px;
width: 750px;
height: 325px;
background-color: #fff;
color: #fff;

}


#navlist
{
padding: 3px 0px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
width: 80px;
height: 50px;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
border-bottom: none;
background: #aaa;
text-decoration: none;
text-align: center;

}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
{
color: #000;
background: #aaa;
border-color: #227;
}

#navlist li a#current
{
background: #000;
color: #FFF;
border-bottom: 1px solid white;
}


#pagel {
position: absolute;
width: 210px;
margin-top: 0px;
margin-left: 5px;
height: 325px;
background-color: #fff;


}

#pager {

position: absolute;
padding: 20px;
width: 515px;
left: 210px;
height: 325px;
text-decoration: none;
font-weight: bold;
text-align: left;
font-size: 15pt;
background-color: #000;

}#pager p { 
font-size: 20pt;

}


#footer {
left: 210px;
width:515px;
position: absolute;
top: 550px;
text-align: center;
color: #000;


}

#footer a:link, #footer a:visited {
background-color: #fff;
color: #000;
text-decoration: none;
}
#footer img {

border: 0;

}




