body {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px; 
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
	background: #000;
	}

img {
	border: 0;
	}

a:link,
a:visited,
a:active {
	color: #003366; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #000;
	}
	
h1,
h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 24px;
	}

#Wrapper {
	margin: auto;
	width: 780px;
	text-align: left;
	}
	
#Top {
	height: 90px;
	padding: 5px;
	text-align: center;
	}
	
#Menu {
	background: #5E8213;
	float: left;
	width: 200px;
	}
	
#Menu a:link,
#Menu a:visited {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
	
#Menu a:hover {
	color: #FFF;
	}

#Menu ul,
#Menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px;
	}

#Menu ul li {
	font-size: 14px;
	}
	
#Menu ul li:hover {
	background: #517012;
	}
	
#Content {
	float: left;
	width: 560px;
	padding: 10px;
	background: #F2F2F2;
	}