@media screen
{
	body
	{
		margin: 0px;
		padding: 0px;
		background: #f8f8f8 url("/user_files/images/back.gif") top left repeat-x;
		font-size: 10pt;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	#main
	{
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0px 0px 0px;
		width: 786px;
	}
	#header
	{
		width: 786px;
		height: 204px;
		float: left;
	}
		#header_top
		{
			width: 786px;
			height: 39px;
			background: url("/user_files/images/header_top.gif") top left no-repeat;
			float: left;
		}
		#header_bottom
		{	
			width: 786px;
			height: 165px;
			float: left;
		}
		#header_bottom img
		{	
			border: 0px;
			float: left;
		}
	#top_menu
	{
		width: 760px;
		height: 29px;
		padding-top: 10px;
		padding-left: 26px;
		background: url("/user_files/images/menu_back.gif") top left no-repeat;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
	}
		#top_menu table
		{
			padding: 0px;
			margin: 0px;
			border: 0px;
		}
		#top_menu a
		{ 
			color: #FFFFFF;
			text-decoration: none; 
			padding-left: 8px;
			padding-right: 8px;
		}
		#top_menu a:hover
		{ 
			color: #FFF1D6;
		}
		#top_menu a b
		{
			color: #FFF1D6; 
		}
	#content
	{
		width: 786px;
		background: #fff;
		float: left;
	}
	#content_big
	{
		width: 736px;
		padding: 20px 20px 20px 30px;
		background: #fff;
		border-bottom: 50px solid #fff;
		color: #605e5e;
		float: left;
	}
		#content_big h1
		{
			font-size: 13pt;
			color: #636394;
			font-weight: bold;
		}
		#content_big img
		{
			/*border: 1px solid #a09f9f;*/
			border-color: #a09f9f;
		}
		#content_left
		{
			width: 240px;
			padding: 20px 10px 20px 30px;
			color: #32374b;
			float: left;
		}
		#content_left h1
		{
			font-size: 15pt;
			color: #cacbd0;
		}
		#content_left img
		{
			border-color: #a09f9f;
		}
		#content_left li
		{
			list-style-type: square;
		}
		#content_right
		{
			width: 466px;
			padding: 20px 20px 20px 20px;
			color: #605e5e;
			float: left;
		}
		#content_right img
		{
			border-color: #a09f9f;
		}
		#content_right h1
		{
			font-size: 13pt;
			color: #636394;
			font-weight: bold;
		}
		#content_right li
		{
			list-style-type: square;
		}
	#bottom
	{
		width: 786px;
		background: url("/user_files/images/bottom_back.gif") top left repeat-y;
		border-bottom: 50px solid #fff;
		float: left;
	}
		#bottom_left
		{
			width: 260px;
			padding: 20px 10px 20px 10px;
			color: #57557d;
			float: left;
		}
		#bottom_right
		{
			width: 466px;
			padding: 20px 20px 20px 20px;
			color: #ffe7b5;
			float: left;
		}
	#footer
	{
		width: 786px;
		height: 40px;
		background: url("/user_files/images/footer_back.gif") top left no-repeat;
		padding-bottom: 40px;
		text-align: center;
		font-size: 9pt;
		color: #a5a5a5;
		float: left;
	}
	#footer a
	{
		text-decoration: none;
		color: #4c4c4c;
	}
	#footer a:hover
	{
		text-decoration: underline;
	}
	input, select, textarea { border: 1px solid #999999; }
	input.noborder { border: 0px; }
	.clear {clear: both;}
	.listing_box
	{
		float: left;
		width: 350px;
		height: 320px;
		padding-right: 15px;
	}
}
@media print
{
	body
	{
		margin: 0px;
		padding: 0px;
		/*background: #f8f8f8 url("/user_files/images/back.gif") top left repeat-x;*/
		font-size: 10pt;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	#main
	{
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 700px;
	}
	#header
	{
		width: 700px;
		height: 210px;
		background: url("/user_files/images/header_print.gif") top left no-repeat;
		float: left;
	}
		#header_top
		{
			width: 0px;
			height: 0px;
			float: left;
			display: none;
		}
		#header_bottom
		{	
			width: 0px;
			height: 0px;
			float: left;
			display: none;
		}
		#header_bottom img
		{	
			border: 0px;
			float: left;
		}
	#top_menu
	{
		width: 0px;
		height: 0px;
		display: none;
		float: left;
	}
	#content
	{
		width: 700px;
		background: #fff;
		float: left;
	}
	#content_big
	{
		width: 650px;
		padding: 20px 20px 20px 30px;
		background: #fff;
		border-bottom: 50px solid #fff;
		color: #a09f9f;
		float: left;
	}
		#content_big h1
		{
			font-size: 13pt;
			color: #636394;
			font-weight: bold;
		}
		#content_big img
		{
			/*border: 1px solid #a09f9f;*/
			border-color: #a09f9f;
		}
		#content_left
		{
			width: 240px;
			padding: 20px 10px 20px 30px;
			color: #32374b;
			float: left;
		}
		#content_left h1
		{
			font-size: 15pt;
			color: #cacbd0;
		}
		#content_left img
		{
			border-color: #a09f9f;
		}
		#content_left li
		{
			list-style-type: square;
		}
		#content_right
		{
			width: 380px;
			padding: 20px 20px 20px 20px;
			color: #a09f9f;
			float: left;
		}
		#content_right img
		{
			border-color: #a09f9f;
		}
		#content_right h1
		{
			font-size: 13pt;
			color: #636394;
			font-weight: bold;
		}
		#content_right li
		{
			list-style-type: square;
		}
	#bottom
	{
		width: 700px;
		background: url("/user_files/images/bottom_back.gif") top left repeat-y;
		border-bottom: 50px solid #fff;
		float: left;
	}
		#bottom_left
		{
			width: 260px;
			padding: 20px 10px 20px 10px;
			color: #57557d;
			float: left;
		}
		#bottom_right
		{
			width: 380px;
			padding: 20px 20px 20px 20px;
			color: #ffe7b5;
			float: left;
		}
	#footer
	{
		width: 700px;
		height: 40px;
		/*background: url("/user_files/images/footer_back.gif") top left no-repeat;*/
		padding-bottom: 40px;
		text-align: center;
		font-size: 9pt;
		color: #a5a5a5;
		float: left;
	}
	#footer a
	{
		text-decoration: none;
		color: #4c4c4c;
	}
	#footer a:hover
	{
		text-decoration: underline;
	}
	input, select, textarea { border: 1px solid #999999; }
	input.noborder { border: 0px; }
}
