@charset "UTF-8";

/* CSS Document */

*
{
	border:0 none;
	margin:0;
	padding:0;
}

body
{
	background-color:#333333;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	color:#333333;
	font-size:12px;
	text-decoration:none;
}

h1
{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	float:left;
	height:130px;
	margin-top:10px;
	text-indent:-9999px;
	width:245px;
}

h2, h2 a
{
	color:#FFF;
	font-size:30px;
	font-weight:normal;
}

	.link_red:hover, .link_red:active, .link_red:focus
	{
		color:#F00;
	}

	.link_red_bg:hover, .link_red_bg:active, .link_red_bg:focus
	{
		background:#F00;
	}


/*#container
{
	background:url(../images/container_bg.jpg) no-repeat;
	height:680px;
	margin:0 auto;
	padding:5px 20px;
	width:582px;
}*/

#container 
{
	background:transparent url(../images/container_bg.jpg) no-repeat scroll 0 0;
	height:680px;
	left:50%;
	margin:-350px 0 0 -311px;
	padding:5px 20px;
	position:absolute;
	top:50%;
	width:582px;
}


#header
{
	height:143px;
	width:582px;
}

	#infos
	{
		float:right;
		font-size:12px;
		margin-top:10px;
		text-align:right;
	}
	
		#infos li
		{
			list-style-image:none;
			list-style-type:none;
		}
	
#content
{
	background:url(../images/content_bg.jpg) no-repeat;
	height:502px;
	padding:10px 20px;
	width:542px;
}

	#menu
	{
		height:20px;
		width:622px;
		_width:322px;
		_float:left;
	}
	
		#menu li
		{
			list-style-image:none;
			list-style-type:none;
		}
	
	#gallery
	{
		float:left;
		height:290px;
		margin:75px 0 0 320px;
		_margin:80px 0 0 0;
		width:200px;
		
	}	
		.line
		{
			height:100px;
			width:200px;
		}
		
		.left
		{
			border:#FFF solid 5px;
			float:left;
			height:80px;
			width:80px;
		}
		
		.right
		{
			border:#FFF solid 5px;
			float:left;
			height:80px;
			margin-left:10px;
			width:80px;
		}
		
		.left:hover, .right:hover
		{
			border:#F00 solid 5px;
		}
		
	.infos_sup
	{
		color:#F00;
		float:left;
		font-size:16px;
		font-style:italic;
		height:40px;
		margin:60px 0 0 115px;
		_margin:30px 0 0 57px;
		opacity:0.5;
		filter:alpha(opacity=50); /* Opacity code for IE */
		width:342px;
	}
