body {
	color: #CAA98D;
	font-size: 11px;
	line-height: 18px;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background: #400819 url('/files/images/page_bg.gif') left bottom no-repeat;*/
	background: #540b1f url('/files/images/page_bg_2.jpg') left bottom no-repeat;
	background-attachment: fixed;
}
img {
	border: none;
}
h1 {
	color: #F0E4CF;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	color: #F0E4CF;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
a {
	color: #9D7962;
	text-decoration: none;
}
a:visited {
	color: #9D7962;
	text-decoration: none;
}
a:hover {
	color: #CAA98D;
	text-decoration: none;
}
a.current  {
	color: #CAA98D;
	text-decoration: none;
}
/*===========================
Main Page Container Styles
============================*/
.page_container {
	width: 790px;
	margin: 0 auto;
}
	/*=======================
	Content Styles
	========================*/
	.content_container {
		position: absolute;
		top: 40px;
		width: 790px;
	}
		/*Content Standard Styles*/
		.textHighlight {
			color:#F0E4CF;
		}
		/*Content Banner Area*/
		.conent_banner_container {
			float: left;
			width: 100%;
			clear: both;
		}
			/*Flash Section*/
			/*JS Section*/
			/*Images Section*/
			.left_image {
				float: left;
				width: 505px;
				overflow: hidden;
			}
				.left_image img {
					width: 505px;
					height: 157px;
				}
				.left_banner_nobanner img {
					height: auto;
				}
			.right_image {
				float: left;
				width: 285px;
				overflow: hidden;
			}
				.right_image img {
					width: 285px;
					height: 157px;
				}
		/*Content Area*/
		.content_area_container {
			float: left;
			width: 100%;
			clear: both;
			background: transparent url('/files/images/content_border.gif') top left repeat-y;
		}
			.content_area_left {
				float: left;
				width: 425px;
				padding: 10px 20px 5px 60px;
			}
			.content_area_right {
				float: left;
				width: 260px;
				padding: 10px 5px 5px 20px;
			}
			.content_right_nobanner {
				padding: 0 0 0 0;
				margin: -6px 0 0 0;
			}
		/*Footer*/
		.footer {
			width: 100%;
			clear: both;
			text-align: center;
			color: #704344;
			font-size: 11px;
			text-transform: uppercase;
			padding: 10px 0 20px 0;
		}
			.footer a {
				color: #9D7962;
				text-decoration: none;
			}
	/*========================
	Menu Styles
	=========================*/
	.menu_container {
		position: absolute;
		top: 10px;
		height: 19px;
		font-size:10px;
		width: 790px;
		text-align: center;
		background-color:#1C060D;
		border-top: 1px solid #6F3141;
		border-bottom: 1px solid #6F3141;
	}
		.menu_container a {
			color: #8F675E;
			display: inline;
			text-decoration: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
			.menu_container a div {
				display: inline;
				height: 20px;
				line-height:18px;
				color:#CAA98D;
				text-transform: uppercase;
				padding: 3px 20px 3px 20px;
				margin: 0 0 0 -3px;
				border-left: 1px solid #4E3B3F;
			}
			.menu_container a div.last {
				border-right: 1px solid #4E3B3F;
			}
			.menu_container a:hover div {
				background: #653B3E;
			}
/*=================================
Pod Sytles and Main Styles Override
==================================*/
.articles_pod_styles {
	float: left;
	padding:10px 20px 5px 20px;
	width:465px;
}
	.poad_heading {
		float: left;
		width: 455px;
		height: 59px;
		clear: both;
		background: transparent url('/files/images/blank_header.jpg') top left no-repeat;
	}
		.poad_heading h2 {
			font-size: 10pt;
			color: #FFFFFF;
			margin: 30px 0 0 0;
		}
	.pod {
		float: left;
		clear: both;
		width: 100%;
	}
		.pod ul {
			float: left;
			width: 125px;
			margin: 0 0 0 0;
			padding: 0 0 0 25px;
			border-right: 1px solid #760f2d;
			list-style-image: url('/files/images/pod_bullet.jpg');
		}
			.pod ul li {
				min-height: 22px;
				background: transparent url('/files/images/pod_link_bg.jpg') bottom left no-repeat;
			}
			.pod ul li.last_pod_item {
				background: transparent url('/files/images/pod_link_no_border_bg.jpg') top left no-repeat;
			}
