
#container { width: 800px; height: 1310px; background-color:#2B95C5; position: relative; margin-left:auto; margin-right:auto;}

#banner {top left no-repeat; width: 800px; height: 100px; 
border-width: 0px; border-color: #009900; position: absolute; left: 0px;}

#left { background-color: #90D3F1; width: 150px; height: 1100px;
position: absolute; top: 150px; left: 0; }

#center { background-color: #FFFFCC; width: 492px; height: 1100px;
position: absolute; top: 150px; left: 150px; padding-left: 4px; padding-right: 4px;  }

#right { background-color: #90D3F1; width: 150px; height: 1100px;
position: absolute; top: 150px; left: 650px; }

#bottom { background-color: #FFDFEA; width: 800px; height: 50px;
position: absolute; top:1250px; left: 0; padding-top:5px; text-align:center;
color: black; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
font-weight: bold;}

#navigation {
width: 800px;
height: 50px;
background-color: #90D3F1;
padding-top: 5px;
text-align:center;
float: right;
position: absolute;
top: 100px;
left: 0;
}


#navigation a:link, #navigation a:visited {
margin-left: 12px;
color: black;
background-color: transparent;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: bold;
}

#navside {
width: 150px;
border-collapse: collapse;
}

#navside td{
height: 20px;
border-bottom: 2px solid white;
background-color: #90D3F1;
color: black;
padding-left: 5px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: bold;
}

#navside a:link, #navside a:visited {
color: black;
background-color: transparent;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: bold;
}

#navtitle {
width: 150px;
border-collapse: collapse;
}

#navtitle td{
height: 20px;
border-bottom: 2px solid white;
background-color: #2B95C5;
color: white;
padding-left: 5px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

