@charset "utf-8";
/* CSS Document */
/* Reset for some default browser CSS - General */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	cursor: hand;
}
a {text-decoration: none;color: #961b25;}
a:hover {color: #6f92a7;}
:focus {outline: 0;}
h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
}
h2 {font-size: 22px;line-height: 28px;}
.float {float: left;}
body {
	position:relative;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url('res/bg_4.jpg'); background-repeat: no-repeat; background-size: 100%;	
	text-align: center;
	float: center;
}

.header_cont {width: 960px;margin: 0 auto;padding-top: 15px;}

.header_cont img {width:800px;height:auto;float:center;}

.main_content {
	float:left;
	text-align: center;	
	margin-left:40px; 
	padding-top: 15px;		
}

.main_content ol li {
	display:inline;
	float:left;
	cursor:hand;
}

.imgGal{
	display:inline;
	padding:4px; 
	border:1px solid #D6D6D6; 
	text-align:center;
	position:relative; 
	float:left; 
	margin-left: 5px; 
	clear:left; 
	width:250px;
	height: auto;
	
	}
	
.imgGal img{
	width:250px;
	height:170px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	
}

.imgGal article {
	vertical-align: middle;
	background-color:#FFFFFF;
	height: 50px;
	text-align:center;
	padding: 5px; 
	
}

.main_content ol li img{
	cursor: pointer;
}


