@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

span {display:none;}

h1 {
	font-size:0.7em;
	margin-top:0px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:18px;
	color: #999;
	margin-top:0px;
	}

#wrapper {
	margin: 0 auto;
	width:826px;
	overflow: hidden;
}

#header {
	width:826px;
	height:312px;
}

#menu {
	width:812px;
	height:34px;
	background-color:#492e09;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:14px;
	padding-left:14px;
}

#content {
	width:826px;
	clear:both;
}

#footer {
	width:826px;
	text-align:right;
	clear:both;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
}
