﻿body 
{
	/*background-color: #EDEDED;*/
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	margin-top: 5px;
	
	background:url(images/bg.jpg);
	vertical-align:top;
	background-color:#685D4A;
	background-attachment:fixed;
}

.clear
{
	clear: both;
}

div#page_wrap
{
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	min-height: 500px;
	border: solid 2px #E9D9B5; /*#DCDCDC;*/
	background-color: #FFFFFF;
}

div#header
{
	display: block;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

div#page_wrap div#body_wrap
{
	display: block;
	width: 800px;
	background: url(images/left_bg_wood.gif) repeat-y;
	/*background: url(images/left_bg_mainbrown.jpg) center left no-repeat;*/
}

div#left_menu
{
	float: left;
	width: 160px;
	padding: 0px;	
}
div#left_bottom
{
	background: url(images/left_bottom2.jpg) no-repeat;
	width: 160px;
	height: 175px;
	text-align: center;
	}
	div#left_bottom a
	{
		color: #F7CC1B;
		font-weight: bold;
		text-decoration: none;
	}
	div#left_bottom a:hover
	{
		color: #fff;		
	}
	div#left_bottom ul
	{
		margin: 2px 12px 5px 10px;
		padding: 2px 12px 5px 10px;
		list-style: none;
	}
	div#left_bottom ul li
	{
		padding: 2px 0px 2px 0px;
	}	

div#body_container
{
	float: left;
	width: 640px;
}

div#menu_container
{
	padding: 0px;
	margin: 0px;	
	height: 25px;	
	width: 640px;
}

div#top_menu_left
{
	float: left;
}
div#top_menu_right
{
	float: right;
}


div#content_wrap
{
	/*background: url(images/right_bg_wood.jpg) top right repeat-y;	*/	
        /*min-height: 339px;*/
	width: 640px;

}	
div#content_bg
{
	background-image: url(images/right_wood.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
div#content_container
{
	min-height: 410px;

	/*
	margin: 10px;
	padding: 10px;
	width: 490px;*/
}
div#content_490
{
	width: 490px;
}
div#content_container_full
{
	/*
	margin: 10px;
	padding: 10px;*/
}
div#content_footer
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 30px; 
	background-position: bottom; 
	background-color: #024369;	
}

div#footer_container
{
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	}
	div#copyright
	{
		float: left;
		color: #888;
		font-size: 10px;
	}	
