body {
	color:#ddd;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #000000 url(../img/texture.jpg) repeat left top;
	
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#DEDABF;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#C58556;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 80px;
	margin: 10px;
}
h1 a:hover, h2 a:hover {
	text-decoration:none;
}
h2 {
	font-size: 25px;
	margin: 8px;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#menu {
	width: 980px;
	height: 100px;
	padding: 10px;
	text-align: center;
}
