*{
	margin:						0px;
	padding:					0px;
}
body{
	text-align:					center;
	background:					#FFF url(../img/body.gif) repeat-x;
	font:						12px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
p{
	margin:						10px 0px 10px 0px;
}
p.heroed{
	font-weight:				bold;
	font-size:					16px;
	font-style:					italic;
	color:						#933;
}
a{
	color:						#C66;
}
a:hover{
	color:						#933;
}
ul, ol{
	margin:						10px 0px 10px 30px;
}
#wrapper{
	margin:						60px auto;
	text-align:					left;
	position:					relative;
	width:						804px;
	background:					transparent url(../img/wrapper.jpg) repeat-y;
}
#header{
	height:						90px;
	text-align:					center;
	background:					transparent url(../img/header.jpg) repeat-x;
}
#brand{
	background:					transparent;
	width:						180px;
	height:						80px;
	display:					block;
	position:					absolute;
	left:						0px;
	text-indent:				-5000px;
	overflow:					hidden;
}
#menu{
	background:					transparent;
	float:						right;
	margin:						30px 0px 0px 0px;
	overflow:					hidden;
}
#menu a{
	font-size:					18px;
	font-weight:				bold;
	font-style:					italic;
	text-decoration:			none;
	color:						#C66;
	display:					block;
	float:						left;
	margin:						0px 25px 0px 0px;
}
#menu a:hover{
	border-bottom:				1px solid #933;
}
#menu a.focus, #menu a:hover{
	color:						#933;
}
#subnav{
	padding:					0px 0px 20px 20px;
}
#subnav a{
	font-weight:				bold;
	text-decoration:			none;
	margin:						0px 10px;
}
#subnav a.focus,
#subnav a:hover{
	text-decoration:			underline;
}
#content{
	margin:						0px;
	padding:					0px;
	color:						#555;
	background:					url(../img/top-inner.jpg) no-repeat;
}
#content-inner{
	padding:					0px 40px 40px 40px;
	background:					url(../img/footer.jpg) no-repeat bottom;
}
#content-inner h1{
	color:						#C66;
	font-size:					24px;
}
#footer{
	text-align:					right;
	font-size:					10px;
	color:						#C66;
	padding:					0px 20px;
	background:					#FFF;
}
#footer a{
	color:						#C66;
}
.hidden{
	display:					none;
}
.left{
	float:						left;
}