*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #4a3326;
	background-color: #704938;
}

a:link, a:visited
{
	color: #4a3326;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #96bf0d;
	text-decoration: underline;
}

#footer a:link, #footer a:visited
{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover, #footer a:active
{
	color: #96bf0d;
	text-decoration: underline;
}

#wrapper
{
	width: 1000px;
	height: 1400px;
	margin: 0px auto;
	background: #704938 url('images/wrapper.jpg') no-repeat 0 0;
	border: 1px solid #704938;
}

#content
{
	width: 645px;
	margin: 500px 185px 0 170px;
	background-color: #fff;
}

#footer
{
	width: 630px;
	margin: 60px auto 0 auto;
	color: #fff;
}

h1
{
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 15px;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	color: #fff;
	text-indent: -200em;
	display: block;
	width: 281px;
	height: 32px;
	background: #96bf0d url('images/h2.png') no-repeat 0 0;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	margin: 15px 0 15px 15px;
}

.hr
{
	width: 630px;
	height: 33px;
	background: #fff url('images/hr.png') repeat-x 0 0;
	margin-left: 15px;
}

p
{
	font-size: 11.5px;
	line-height: 15px;
	margin-left: 15px;
}

ul
{
	font-size: 11.5px;
	padding-left: 2em;
	margin: 0 0 15px 15px;
}

li
{
	list-style-image: url('images/li.png');
	line-height: 15px;
}

#footer em { color: #96bf0d; }
strong { font-weight: bold; }

