/* CSS Document */
body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #636363;
	background: #443c38 url(../grfx/backgrounds/bg_body.png) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 838px;
	margin: 0 auto;
}

#wrapper_header
{
	width: 818px;
	height: 236px;
	margin: 0 auto;
	background: url(../grfx/backgrounds/bg_header.gif) no-repeat;
	padding: 0px 10px;
	clear: both;
}
	#wrapper_flash
	{
		width: 574px;
		height: 236px;
		float: left;
	}

#wrapper_container
{
	width: 838px;
	margin: 0 auto;
	background: url(../grfx/backgrounds/bg_wrapper.gif) repeat-y;
	margin-top: -2px;	
}

#wrapper_container_content
{
	width: 818px;
	min-height: 484px;
	height: auto !important;
  	height: 484px;
	margin: 0 auto;
	background: url(../grfx/backgrounds/bg_container.gif) no-repeat;
	padding: 0px 10px;
	margin-top: -2px;
}

	#wrapper_container_bg
	{
		background: #e4b956 url(../grfx/backgrounds/bg_container_content.gif) bottom left no-repeat;
		min-height: 484px;
		height: auto !important;
  		height: 484px;
	}

	#wrapper_col_left
	{
		width: 208px;
		padding: 0px 17px 50px 19px;
		float: left; 
	}
	
		#wrapper_box
		{
			width: 166px;
			height: 134px;
			padding: 20px 15px 20px 20px;
			background: url(../grfx/backgrounds/bg_box.png) no-repeat;
			margin: 0 auto;
			color: #513c0b;
			line-height: 1.50em;
		}
		
		#wrapper_contact
		{
			width: 160px;
			margin: 0 auto;
			color: #513c0b;
			font-size: 1.17em;
			line-height: 1.50em;
			margin-top: 2.00em;
		}			
		
	#wrapper_content
	{
		width: 491px;
		float: left;
		line-height: 1.50em;
		padding: 30px 40px 35px 43px;
		background-color: #FFFFFF;
	}
	
#wrapper_footer
{
	width: 838px;
	height: 49px;
	background: url(../grfx/backgrounds/bg_footer.gif) no-repeat;
	margin: 0 auto;
	margin-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #84520a;
	padding: 18px 20px;
}

#wrapper_footer a
{
	font-size: 0.91em;
	color: #edd499;
	text-decoration: none;
	padding-left: 5px;
}

#wrapper_footer a:hover
{
	text-decoration: underline;
}