/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #888888;
	background: #000000 url(../grfx/backgrounds/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
}

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

	#wrapper_container
	{
		width: 854px;
		height: 407px;
		margin: 0 auto;
		margin-top: 41px;
	}

	#wrapper_navigation
	{
		width: 293px;
		float: left;
	}

	#wrapper_col_right
	{
		width: 561px;
		float: left;
		margin-top: 18px;
	}
	
	#wrapper_content
	{
		width: 800px;
		padding: 36px 0px 26px 54px;
		clear: both;
		line-height: 1.23em;
	}
	
		.wrapper_gallery
		{
			width: 175px;
			margin-right: 50px;
			float: left;
			text-align: center;
			color: #FFFFFF;
			padding-bottom: 40px;
		}
		
		.wrapper_gallery a
		{
			text-decoration: none;
			color: #FFFFFF;
		}
		
		.wrapper_item
		{
			clear: both;
			color: #FFFFFF;
		}
		
			.item_image
			{
				width: 175px;
				height: 175px;
				float: left;
			}
			
			.item_info
			{
				width: 400px;
				float: left;
			}
			
			.item_info strong
			{
				color: #FFFFFF;
			}
	
	#wrapper_footer
	{
		font-size: 0.69em;
		color: #888785;
		text-align: center;
		clear: both;
		padding-bottom: 40px;
	}
	
	#wrapper_footer a
	{	
		color: #888785;
		text-decoration: none;
	}
	
		#wrapper_footer a:hover
		{
			text-decoration: underline;
		}				