* { margin: 0; padding: 0; }

body {
	background: #800020 url(../images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 12px Georgia, Arial, Verdana;
}

p {
	padding: 0;
	margin-bottom: 12px;
}

ul {
	padding: 0;
	margin: 0 0 10px 30px;
}

li {
	padding: 0;
	margin: 0 0 2px 0;
}

h1 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 20px;
	color: #277f2e;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 18px;
	color: #277f2e;
}

h3 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
	color: #277f2e;
}

h4 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #277f2e;
}

a, a:visited {
	color: #800020;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 988px;
	margin: 0 auto;
	padding: 0;	
}

#header {
	width: 988px;
	background: url(../images/bg_header.jpg) top left no-repeat;
}

	#logo {
		width: 960px;
		margin: 0 auto;
		height: 142px;
		background: url('../images/bg_logo.jpg') top left no-repeat;
	}

	#banner {
		width: 960px;
		margin: 0 auto;
		height: 285px;
		background: url('../images/banner.jpg') top left no-repeat;
	}
		
#nav {
	width: 244px;
	padding: 0;
	text-align: left;
	float: left;
	line-height: 0;
	font-size: 0;
}

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 244px;
	}
	
	#nav ul li {
		float: left;
		padding: 0 !important;
		margin: 0 !important;
		border-bottom: solid 1px #fff;
		display: block;
		line-height: 0;
		font-size: 0;
		height: 36px;
	}
	
	#nav ul li a {
		display: block;
		height: 25px;
		padding: 11px 18px 0 18px;
		width: 208px;
		float: left;
		color: #000;
		background: #e5e5e5;
		font: bold 12px Georgia, Arial, Verdana;
	}
	
	#nav ul li a:hover {
		background: #c8c8c8;
		text-decoration: none;
	}
	
#content_wrapper_bg {
	width: 988px;
	background: #fff url(../images/bg_content.jpg) top left repeat-y;
}

#content_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 666px;
	background: url('../images/bg_content.png') top left repeat-y;
	float: right;
	padding: 20px 25px 10px 25px;
	line-height: 18px;
	background: #fff;
	font-size: 13px;
}

#content_bottom {
	width: 988px;
	background: url(../images/bg_content_bottom.jpg) bottom left no-repeat;
	height: 65px;
}

#footer {
	width: 960px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 5px 0 5px 0;
}
	
	#footer a {
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		font-weight: normal;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}	
	
.clear { clear: both; }
