body {
	background-color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #583f40;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;      
}
ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
li {
	background-image: url(../images/li_check_mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	/*line-height: 1.8em;*/
}
a {
	color: #bea59c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0px;
	/*line-height: 1.8em;*/
}



/* SITE CONTAINER */
#site_container {
	margin: 0px auto;
	padding: 15px 0px;
	width: 962px;
}

/* TOP MENU CONTAINER */
#top_menu_container {
	background-image: url(../images/top_menu_container_bg.jpg);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	height: 99px;
}
#top_menu {
	overflow: hidden;
	width: 100%;
}
#top_menu_left {
	float: left;	
}
#top_menu_right {
	float: right;
}

/* Trail */
#trail {
	margin: 0px 0px 10px 0px;	
}

/* Email Signup Container */
#email_signup_container {
	background-color: #452c32;
	background-image: url(../images/trail_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding: 7px 10px 9px 10px;
}
#trail_container a {
	color: #fff;	
}

/* BODY CONTAINER */
#body_container {
	background-image: url(../images/body_container_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 100%;
}
#body_left {
	padding: 15px 15px 25px 15px;
	float: left;	
}
#body_right {
	padding: 15px 15px 25px 0px;
	width: 716px;
	/*line-height: 1.6em;*/
	float: left;
}

/* FOOTER CONTAINER */
#footer_container {
	background-image: url(../images/footer_container_bg.jpg);
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 40px;
}
#footer_left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #583f40;
	padding: 10px 0px 10px 10px;
	float: left;	
}
#footer_left a {
	color: #583f40;	
}
#footer_right {
	padding: 0px 10px 0px 0px;
	float: right;	
}

/* Email Sign Up */
#email {
	width: 250px;
}
.newsletter_signup {
	font-weight: bold;
	color: #fff;
	padding: 0px 10px 0px 0px;
}

