body {
	background-color: #901B10;
  font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #202124;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header {
	height:150px;
	width:650px;
	margin:10px auto 0 auto;
	background-repeat: no-repeat;
	border: 0px solid #fff;
	}
#wrapper {
		width: 750px;
		margin:auto;
		border:0px solid white;
	}
#wrapper img{
		border:none;
	}
#content {
	margin:-20px auto 0 auto;
}
p {
margin:10px;
font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.nav {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform:uppercase;
		letter-spacing: 1px;
		color: #fff;
	  margin: -35px 0 10px 0;
	  text-align:left;
	}


	a:visited {
		color: #A08656;
	        text-decoration: none;
	}
	a:link {
		color: #A08656;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
		text-decoration: none;
	}
	a:active {
		color: #A08656;
}
