body {
	font-family: serif;
	font-size:11pt;
	
	color: white;
	background: #31913c url(images/green.png) repeat; 
	margin: -25px 0px 0px 0px;
}

div#menu a {
	border: none;
}

img { border: none; }

  
a:link { color: #dcc73c; text-decoration: underline; }
a:active { color:#e3d1bb; text-decoration: None; }
a:visited { color: #dcc73c; text-decoration: underline; }
a:hover { color:#cb5b00;  text-decoration: underline; }

div#menu {
	
	padding-left:0px; 
	height:1000px; 
	background: url(images/gears3.png) repeat-y -60px -55px; 
	min-width:705px;
}

div#container {
	position:absolute; 
	top:150px; 
	left:300px; 
	width:auto; 
	height:825px; 
	background: url(images/vood.png) repeat-y;
  
}

div#content {
	text-align:left; 
	background: url(images/wood.png) repeat-x; 
	padding-top:0px; 
	padding-left: 30px;
	padding-right: 10px;

}

div#footer {
	display: none;
	
	position:absolute; 
	bottom: -81px; 
	height:20px; 
	padding-top:2px; 
	width:297px; 
	padding-left: 3px; 
	font-size:smaller; 
	background: url(images/wood.png) repeat; 
	color: #2f1703;
}

img.corner {
	margin-left:-30px; 
	margin-top: 0px;
  
}

img.menu {
	margin:31px 0px;  
}

