* {
	margin: 0px;
	padding: 0px;
}
header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}
h1 {
	font: bold 24px Verdana, Geneva, sans-serif;
}
h2 {
	font: bold 16px Verdana, Geneva, sans-serif;
}
body {
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
	color: #121212;
	background: url('stonebg.png') fixed center;
}
#wrapper {
	width: 960px;
	margin: 15px auto;
	text-align: left;
	background: #59321c url('dirt.png') center;
	border: 4px ridge #add96c;
	border-radius: 10px;
}
#content {
	min-height: 500px;
}
#main_head {
	padding: 20px;
	text-align: center;
	border-radius: 6px 6px 0px 0px;
	color: #f2f2f2;
	background: #34590e;
}
#main_menu {
	padding: 5px 10px;
	background: #add96c;
}
#main_menu li {
	display: inline-block;
	list-style: none;
	margin: 0px 5px;
	padding: 5px;
	font: bold 14px Verdana, Geneva, sans-serif;
	border-radius: 5px;
	background: #80bf41;
	color: #121212;
	cursor: default;
}
#main_menu a {
	text-decoration: none;
	display: block;
	color: #121212;
	cursor: default;
}
#main_foot {
	clear: both;
	font-size: 9px;
	text-align: right;
	padding: 20px;
	border-top: 3px solid #add96c;
	border-radius: 0px 0px 6px 6px;
	background: #34590e;
}
#main_menu li:hover, .thisLink {
	box-shadow: -2px -2px 15px #34590e inset;
}
