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

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/content_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: 30px;
	width: 194px;
	min-height: 250px;
}

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

#border_bottom
{
	background: url(images/content_bottom.jpg) top left no-repeat;
	width: 900px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 6px;
	position: relative;
}

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

#right_bottom
{
	background: url(images/right_bottom.jpg) bottom left no-repeat;
	position: absolute;
	width: 676px;
	height: 74px;
	top: -74px;
	right: 0px;
}

#content_left
{
	width: 270px;
	float: left;
	padding: 15px;
}

#far_right
{
	float: left;
}

#right_door
{
	height: 347px;
	width: 376px;
	background: url(images/door.png) top left no-repeat;
	margin-top: -50px;
}

#content_right
{
	width: 355px;
}

#footer
{
	width: 900px;
	height: 112px;
	margin: 0 auto;
}

#body_bg
{
	background: url(images/body_bottom.jpg) bottom left repeat-x;
	padding-bottom: 20px;
}