ol, ul, li {
	list-style: none;
}

body {
	color: #1A4A0E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	background-attachment: fixed;
	background-image:url(backing.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFDA6;
}

a {
	color: #1A4A0E;
	text-decoration: none;
}

a:hover {
	color: #D5440B;
}

h1, h2, h3,
p {
	display: none;
	padding: 0;
	margin: 0;
}

p.awarness_text {
	display: block;
	left: 300px;
	position: relative;
	top: 343px;
	width: 175px;
	z-index: 100;
}

p.learn_more_text {
	color: #663300;
	display: block;
	left: 285px;
	position: relative;
	top: 370px;
	width: 190px;
	z-index: 100;
}

#container {
	margin: 0 auto;
	width: 771px;
}

#top_left,
#middle_left,
#bottom_left {
	background: url("background.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 264px;
}

#top_right,
#middle_right,
#bottom_right {
	background: url("background.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 507px;
}

#top_left,
#top_right {
	height: 128px;
}

#top_left {
	background-position: top left;
}

#top_right {
	background-position: -264px 0px;
}

#middle_left {
	background-position: 0px -128px;
}

#middle_right {
	background-position: -264px -128px;
}

#bottom_left {
	background-position: 0px -497px;
}

#bottom_right {
	background-position: -264px -497px;
}

#middle_left,
#middle_right {
	height: 369px;
}

#bottom_left,
#bottom_right {
	height: 105px;
}

#bottom_right ul {
	padding-top: 60px;
	text-align: right;
}

#footer {
	clear: both;
	padding-top: 12px;
	width: 100%;
}

#footer ul {
	margin: 0 auto;
	text-align: center;
	width: 620px;
}

#footer ul li,
#bottom_right ul li {
	border-right: 1px solid #7d7d7d;
	display: inline;
	line-height: 16px;
	padding-left: 3px;
	padding-right: 3px;
}

#footer ul li.last,
#bottom_right ul li.last {
	border: 0;
	margin-left: 0;
	margin-right: 0;
}

#bottom_right ul li.last {
	padding-right: 10px;
}