
body {
text-align: center;
font: 11px verdana;
margin-top: 60px;
background-image: url(images/lime.png)
}
#container {
	border: 1px solid #000000;
	text-align: left;
	border: 2px solid #000000;
	text-align: left;
	width: 750px;
	background-color: #9ED54C
}
#header {
	color: #9C0000;
	padding: 0px 0px 10px 10px;
}
#footer {
	border: 1px solid #000000;
}
#content {
	border-style: inset;
	border-width: 2px 0px 2px 2px;
	margin-left: 160px;	
	padding: 20px;
	background-color: #C4ED68;

}
#navcontainer {
	float: left;	
	width: 160px;
}
a {
text-decoration:none
}
a-visited {
color:#CC0000
}