html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #3c2300;
}

img {
	border-style: none;
}

#page-container {
	width: 800px;
	margin: auto;
	background: #3c2300;
}

#header {
	background: transparent;
		 url(../images/andrew-hand-banner-brown.png);
	height: 120px;
	width: 800px;
}

#content {
	text-align: center;
	background: #ffffff;
	line-height: 30px;
	width: 800px;
}

#content h1 {
	padding:0px;
	line-height:60px;
	background: #ffffff;
	text-align: center;
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 34px;
}

#content p {
	margin: 10px 50px 25px 50px;
	background: transparent;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

#content h2 {
	background: transparent;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 20px;
}

#content ul {
	
	line-height:20px;
	margin: 15px 100px;
	background: transparent;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: black;
}

li {
	margin: 20px 0px;
}

#red-box h3 {
	padding: 25px;
	background: #ffffff;
	margin: 0px 10px 25px 10px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 22px;
	color: black;
	font-style: italic;
}

#red-box {
	padding: 25px;
	background: #ffffff;
	margin: 0px 0px 25px 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
}

#sign-up-box {
	text-align: left;
	background: transparent;
	width: 250px;
	margin: 0px 0px 10px 280px;
}

#footer {
	text-align:left;
	width: 780px;
	background: white;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px 10px;
	line-height: 18px;
}

#footer a {
	background: white;
	color: #3c2300;
	text-decoration: none;
}

#footer a:hover {
	color: #ff6d15;
}

#footer #altnav {
	float: right;
	background: white;
	width: 310px;
	text-align: center;
	padding-top: 0px;
}

#footer #copyright {
	padding-top: 13px;
}
