/* CSS Document */
body{
	background:url(/images/body_bg.jpg) no-repeat top center #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#8b8b8b;
}

a{
	text-decoration:none;
	color:#fff;	
}

a:hover{
	text-decoration:underline;
}

#container{
	width:962px;
	margin:0 auto;
	padding:21px 0
}

#header_left{
	width:264px;
	float:left;
	padding:0 22px 6px 0;
	border-right:1px solid #565656;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#logo{
	border-bottom:1px solid #565656;
	margin-bottom:12px;
}

.header_left_span{
	font-size:15px;
	line-height:18px;
}
#header_title{
	font-size:21px;
	font-weight:bold;
	color:#8b8b8b;	
	padding-bottom:6px;
}
#header_right{
	width:652px;
	float:left;
	padding:8px 0 0 22px;
}

.white_span{
	color:#fff;	
}

#slide_container{
	position:relative;
	clear:both;
	padding-top:14px;
}

.gallery_prev{
	width:44px;
	height:44px;
	position:absolute;
	display:block;
	top:297px;
	left:10px;
	background:url(/images/gallery_prev.png) no-repeat;
}

.gallery_prev:hover{
	background:url(/images/gallery_prev_hover.png) no-repeat;
}

.gallery_next{
	width:44px;
	height:44px;
	position:absolute;
	display:block;
	top:297px;
	right:10px;
	background:url(/images/gallery_next.png) no-repeat;	
}

.gallery_next:hover{
	background:url(/images/gallery_next_hover.png) no-repeat;	
}

#footer{
	clear:both;
	border-top:1px solid #373737;
	font-size:11px;
	color:#424141;
	text-align:center;
	margin-top:10px;
	padding-top:6px;
}

#footer a{
	color:#424141;	
}