body {
	background-color: #cccc99;
	
}


a
{
	text-decoration: none;
	color: #666600;
}

a:hover 
{
	text-decoration: underline;
	color: #666600;
}

a:visited
{
	color: #666600;
}

#main
{
border-width: .2em; 
border-style:solid;
border-color:black;
width:705px;
background-color:white;
}

#leftside {
clear:left;
float:left;
width:261px;
height: 132px;
margin:0px 0px 5px;
padding:0;
}

#middle {
width:200px;
margin:0px 230px 0px 220px;
}

#rightside {
clear:right;
float:right;
width:160px;
margin:-30px 0px 0px 0px;

}

div#Box {
padding-top:2px;
padding-bottom:0px;
margin-right: 3px;
border-color:#CCCC99;
border-width:thin;
border-style:solid;
}

#hr {
	color: #CCCC99;
}

#hr2 {
	color: #000000;
}

a.one:link {font-size: 24px; color: #666600; text-decoration: none}
a.one:visited {font-size: 24px; color: #666600; text-decoration: none}
a.one:hover {font-size: 24px; color: #663300; text-decoration: underline}

a.nav:link {color: #666600; text-decoration: underline}
a.nav:visited {color: #666600; text-decoration: underline}
a.nav:hover {color: #663300; text-decoration: underline}

#ImageBorder
{
border-color: #666600;

}