html, body {
	margin: 0px;  
	background-color: #62692E; 
	text-align: center; 
}

#container {
	margin: 0 auto;
	width: 545px;
	text-align: justify;
	position: relative; 
}

h1 {
	text-align: center; 
	color: #5C5544;
	letter-spacing: 3px; 
	font-size: 12px;
	font-family: Georgia; 
	text-transform: uppercase; 
	font-weight: lighter; 
}
	h3 {
	font-family: georgia, "times new roman", serif; 
	font-size: 17px;
	text-align: left;
	font-weight:bold;
	color: #B8E768;
	padding: 0px;
	text-transform: uppercase;
	margin: 2px 8px 4px 8px;
	}
	
h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 8px;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-align: left;
	color: #FF0239;
	margin: 0px 2px 2px 26px;
	}

blockquote {
	padding: 10px; 
	margin: 10px; 
	font-style: italic; 
	font-family: Georgia; 
	font-size: 10px; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: "Trebuchet MS", Tahoma; 
	color: #C0C0C0; 
}

#content a { 
	color: #617450; 
	text-decoration: none; 
}

#content a:hover { 
	color: #B8E768; 
	text-decoration: none;
}

input, textarea, select { 
	background-color: #0C0C0C;
	border: 1px solid #1A1A1A;
	font-family: "Trebuchet MS", Tahoma; 
	font-size: 11px;
	color: #787777;
	padding: 2px;
	letter-spacing: 1px; 
}

#background {
	position: absolute;
	top: 0px;
	left: 0px; 
}

#content { 
	position: absolute; 
	top: 419px; 
	left: 0px; 
	background-color: #0E2700;
	width: 585px; 
	line-height: 20px; 
}

#pad {
	padding: 10px 20px 0 20px;
}

#menu {
	position: absolute;
	left: 0px; 
	top: 396px; 
	width: 597px;
	text-align: center; 
	font-family: Georgia; 
	font-size: 16px; 
}

ul {
	margin: 0;
	padding: 0;
	display: inline;
} 

ul li {
	margin: 8px;
	padding: 0;
	list-style: none;
	display: inline;
}

li a {
	padding: 5px;
	text-decoration: none;
	color: #13120E;
}

html>body li a {
	width: auto;
}

li a:hover {
	background-color: #0E2700;
	color: #B8E768;
}

b, i {
	color: #617450;
}

.code {
	background-color: #0C0C0C;
	border: 1px solid #1A1A1A;
	padding: 3px; 
	margin: 2px; 
}

#footer {
margin: 0 -20px;
	padding: 2px; 
	background-color: #BFB043; 
	color: #0E2700;
	font-size: 9px; 
}