/* CSS Document */

A:link {text-decoration: none; color:#000000}
A:visited {
	text-decoration: none;
	color: #333333;
}
A:active {text-decoration: color:#000000;}
A:hover {text-decoration: underline; color: #666666;}




#header {
background-color: #ccff99;
color:#333333;
border-color:#990099;
text-align:center;
hight: 50px;
width: 800px;
margin: 0 auto;

}

#topnav {
text-align: center;
width: 775px;
margin-left: 0px auto;

}

#topnav li {
padding: 10px 1px 10px 1px; /*top right bottom left*/
display: inline;
background-color:#ccff99;
}

#sidenav {
list-style-type:none;
float: left;
padding-left: 5px;
margin: 1px -10px 1px 0px;
}

#content {
background-color:#acd24a;

}

#footer {
clear:both;
width: 800px;
padding: 5px;
margin: 0 auto;
}
