body
{
margin: auto;
padding: 0;
font-size: 12px;
font-family: arial;
color: #000;
background-color: #C0C0C0;
#width: 65%;
}

a:link { color: #036; }
a:visited { color: #066; }

div#base
{
background-color: #C0C0C0;
padding: 1px 1px 1px 1px;
}

div#banner
{
color: #fff;
background-color: #C0C0C0;
border-bottom: 1px solid #000;
}

div#container
{
background-repeat: repeat-y;
}

div#container2
{
background-repeat: repeat-y;
background-position: right;
}

div#navigation
{
float: left;
width: 120px;
padding: 2em 0px 0 0;
background-color: #E6E6DC;
height: 600px;
border-right: 1px solid #996699;
}

div#navigation table tr td a
{
display: block;
width: 100%;
color: #8C001A;
text-decoration: none;
}

div#navigation table tr td:hover
{
background-color: #ffffff;
}

div#more
{
float: right;
width: 2px;
height: 600px;
margin: 0;
padding: 2em 0px 0 0;
color: #ffffff;
background-color: #49753A;
}

div#more table tr td a
{
display: block;
width: 100%;
color: #ffffff;
text-decoration: none;
}

div#content
{
margin-left: 121px;
margin-right: 2px;
height: 624px;
}

div#footer
{
clear: both;
padding: 0em 0em;
border-top: 1px solid #996699;
text-align: right;
color: #ffffff;
background-color: #606060;
height: 18px;
}

