@charset "utf-8";
/* CSS Document */
body {
	background: #121212 url(../_Images/bg_body.jpg) repeat-x top center;
}
/* --------------- middle ------------------*/
#middle {
	margin: auto;
	height: 351px;
}
#middle .inner {
	background: transparent url(null) no-repeat top left;
	height: 351px;
}
/* --------------- middle > inner > left_content ------------------*/
#middle .inner #left_content {
	font-family:Verdana, Geneva, sans-serif;
	color: #aeaeae;
	float: left;
	width:366px;
	height:171px;
	padding-top: 180px;
}
#middle .inner #left_content #left_image {
	width:366px;
	text-align: left;
}
#middle .inner #left_content #left_image h1 {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	padding-top:0px;
	padding-bottom: 20px;
	border-top: 0px;
	text-transform: none;
	width: auto;
	color: #DCDCDC;
}
#middle .inner #left_content #left_image p {
	font-size: 0.8em;
	margin-left: 40px;
	margin-right: 30px;
}
#middle .inner #left_content #left_image p a {
	font-size: 1.1em;
	text-decoration: none;
	color: #8daab7;
}

/* --------------- middle > inner > main_content_wrapper ------------------*/
#middle .inner .main_content_wrapper {
	float: left;
	width:586px;
	height:351px;
}
/* --------------- middle > inner > main_content ------------------*/
#middle .inner #main_content{
	float: left;
	width:586px;
	height:351px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#middle .inner #main_content p{
	margin-left: 17px;
	margin-right: 0px;
}
/* --------------- middle > inner > right_content ------------------*/
#middle .inner #right_content {
	height:351px;
}
/* --------------- footer ------------------*/
#footer div.inner #references {
	background: transparent url(../_Images/bg_blocs.jpg) no-repeat bottom left;
	width:952px;
	height: 197px;
}
#footer div.inner #references ul {
	display: block;
	width:952px;
	height: 197px;
}
#footer div.inner #references li {
	float: left;
	width: 224px;
	height: 57px;
	padding-top: 140px;
	display: inline-block;
	font-size: 0.8em;
	color: #000000;
	margin-right: 16px;
}
#footer div.inner #references li.last {
	margin-right: 0px;
}
#footer div.inner #references li a {
	margin-left: 20px;
	margin-right: 12px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#footer div.inner #references li a:hover {
	text-decoration: underline;
}
