body
{
	margin: 0;
	font-family: Arial;
	font-size: 10pt;
	background: #782b19;
	color: #782b19;
}

#page_container
{
	background: #b22b10 url(images/body_bottom.jpg) bottom left repeat-x;
}

a
{
	text-decoration: none;
	color: #fff;
}

a:hover
{
	text-decoration: none;
	color: #fff;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

#top_bg
{
	background: #b22b10 url(images/header-bg.jpg) top left repeat-x;
}

#top
{
	width: 900px;
	margin: 0 auto;
	height: 126px;
}

#logo
{
	height: 126px;
	width: 424px;
	background: url(images/logo.jpg) top left no-repeat;
	float: left;
}

#logo_right
{
	float: right;
	width: 300px;
	height: 40px;
}

#border_top
{
	background: url(images/content_top.jpg) top left no-repeat;
	width: 900px;
	height: 6px;
	margin: 0 auto;
}

#content_container
{
	width: 900px;
	margin: 0 auto;
	background: #e8bc9b url(images/inside_bg.jpg) top center repeat-y;
}

#left
{
	width: 224px;
	float: left;
}

#left_nav_top
{
	background: #e8bc9b url(images/nav_header.jpg) top center no-repeat;
	padding-top: 40px;
	width: 223px;
	min-height: 200px;
	text-align: center;
	color: #000;
}

#left_nav_top a
{
	color: #000;
	font-weight: bold;
	background: #e8bc9b;
	padding-left: 5px;
	padding-right: 5px;
}

#left_nav_top a:hover
{
	color: #000;
	font-weight: bold;
}

#left_nav_top .title
{
	display: none;
}

#left_nav_top ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_nav_top li
{
	padding-top: 2px;
	height: 23px;
}

#left_nav_top li.active
{
	background: url(images/nav_bg.jpg) top center no-repeat;
}

#left_nav_bottom
{
	padding: 15px;
	padding-bottom: 45px;
	width: 188px;
	margin-left: 2px;
	min-height: 150px;
	background: #b2775d url(images/nav_footer.jpg) bottom center no-repeat;
}

#left_nav_more_bottom
{
	padding: 15px;
	width: 193px;
	background: #e8bc9b;
	border-top: #b62b0f solid;
}

#right
{
	width: 676px;
	min-height: 500px;
	padding-bottom: 15px;
	float: left;
}


#left_bottom
{
	background: url(images/nav_footer.jpg) bottom center no-repeat;
	position: absolute;
	width: 222px;
	height: 37px;
	left: 1px;
	top: -37px;
}

#content_left
{
	width: 645px;
	padding: 15px;
	padding-top: 70px;
	background: url(images/right_top.jpg) top center no-repeat;
}

#border_bottom
{

	width: 900px;
	margin: 0 auto;
	margin-bottom: 6px;
	position: relative;
}

#footer
{
	padding-top: 5px;
	width: 900px;
	margin: 0 auto;
	height: 35px;
}

