#container {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-box-shadow: 5px 5px 10px #333333;
	-moz-box-shadow: 5px 5px 10px #333333;
	box-shadow: 5px 5px 10px #333333; 
	width: 95%;
	margin: auto auto;
	background-color: #99e094;
	border: groove;
}
#menu {
	float: left;
	padding-top: 4px;

}
#header {
	padding-left: 5px;
}
#content {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
	padding-left: 5px;
	float: left;
	width: 575px;
	background-color: #DDFFDD;
	border: solid thin #333333;
}
#footer {
	clear: both;
	margin-left: 150px;
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 12px;
}
a:link {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
}
a:visited {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
}
a:hover {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
}
a:active {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
}
.links {
	font: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 14px;
}
ul
{
	list-style-type: square;
}
