#menu {
	position: absolute;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
	padding: 5px;
	top: 75px;
	z-index: 3;









}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	margin-top: 20px;




}
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #6C8065;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6C8065;
	line-height: 20px;
	letter-spacing: 1px;


}
#footer {
	position: relative;
	left: auto;
	top: auto;






}
#header {
	position: absolute;
	width: 820px;
	left: 15px;
	top: 15px;
	z-index: 3;


}
