body{
	background:#8b9494 url('/img/bckg.jpg') repeat-x;
	margin:0px;
	padding:0px;
}

#content{
	width:950px;
	margin:0px auto 0px auto;
	line-height:1px;
	
}
.clearer{
	clear:both;
}
#header{
	width:950px;
	height:100px;
	margin:0px auto 0px auto;
	background-image:url('/img/header_bckg.jpg');
	position:relative;
}
.whiteblock{
	width:10px;
	height:10px;
	background:#fff;
	position:absolute;
	top:90px;
}

#header img{
	margin-top:40px;
	margin-left:15px;
}
ul#main_menu{
	line-height:16px;
	position:absolute;
	top:79px;
	left:580px;
}
ul#main_menu li{
	float:left;
	display:inline;
	margin:0px 0px 0px 20px;
	font-family:Helvetica,Arial;
}
ul#main_menu li a{
	color:#311a57;
	text-decoration:none;
	padding:4px;
	font-size:12px;
	font-weight:bold;
}
ul#main_menu li a:hover{
	background:#311a57;
	color:#fff;

}


#social{
	width:930px;
	height:20px;
	margin:-2px auto 0px auto;
	padding:3px 0px 0px 0px;
	background:#fff url('/img/social_bckg.jpg');
}

#social ul li{
	display:inline;
	float:right;
}

#main_content{
	width:930px;
	margin:0px auto 0px auto;
	padding:4px 0px 22px 0px;
	background:#fff url('/img/footer_border.jpg') no-repeat bottom center;
	z-index:20;
	position:relative;
	color:#000;
	overflow:hidden;
}
#left_menu{
	width:304px;	
	float:left;
	display:inline;

}

#text{
	width:596px;	
	float:right;
	display:inline;
	padding:0px 20px 5px 10px;
	line-height:16px;
	font-family:Helvetica, Arial;
	font-size:11px;
}

#text a{ 
	color:#311a57;
	text-decoration:none;

}

#text a:hover{
	font-style:italic;

} 
#text h1,#text h1 a{
	color:#fff;
	background:#311a57;
	width:100%;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	padding:1px 10px;
	margin-left:-5px;
	margin-bottom:10px;

}

#text h1.green{
	color:#fff;
	background:green;
	width:100%;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	padding:1px 10px;
	margin-left:-5px;
	margin-bottom:10px;

}

#text h1.red{
	color:#fff;
	background:red;
	width:100%;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	padding:1px 10px;
	margin-left:-5px;
	margin-bottom:10px;

}

#text ul{
	margin:10px 0px 0px 5px;
}

#text ul li{
	background:#fff url('/img/point.jpg') no-repeat 0px 5px;
	padding:0px 0px 0px 10px;

}


#footer{
	width:950px;
	height:20px;
	background:#fff;
	position:relative;
	top:-10px;
	z-index:10;

}
.gallery {
	background:none;
}
.gallery li{
	display:inline;
	float:left;
	background:none !important;
	margin:6px 0px 6px 5px;

}
.gallery li a img{
	padding:2px;
	border:1px solid #311a57;
}
