body{
	background-color: #00A1E6;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.container{
	width: 827px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}

.header{
	background-image: url('../images/header.jpg');
	width: 827px;
	height: 57px;
	float: left;
}

.sub_container{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	width: 827px;
	float: left;
	overflow: hidden;
}

.logo_header{
	background-image: url('../images/logo_header.jpg');
	width: 729px;
	height: 74px;
	margin-left: 54px;
	float: left;
}

.menu{
	padding: 30px;
	width: 328px;
	height: 206px;
	float: left;
}

ul{
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	list-style-position: inside;
}

li{
	padding-bottom: 9px;
	padding-left:30px;
	padding-top: 9px;
	border-bottom: 1px solid #999999;
	color: #ff0000;
	font-size: 16px;
}

ul a{
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

ul a:hover{
	color: #00A1E6;
}

ul .menu_current a{
	color: #00A1E6;
}

.logo{
	width: 395px;
	height: 276px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	float: left;
}

.gallery{
	padding: 30px 30px 30px 50px;
	width: 270px;
	height: 328px;
	float: left;
}

.gallery_box{
	width: 220px;
	height: 220px;
	padding: 20px;
	background-color: #00A1E6;
}

.main_img{
	width: 212px;
	height: 151px;
	border: 4px solid #ffffff;
}

.thumb_img{
	margin-right: 7px;
	margin-top: 7px;
	width: 58px;
	height: 41px;
	border: 4px solid #ffffff;
	cursor: pointer;
}

.content{
	padding: 20px 14px 14px 14px;
	width: 382px;
	float: left;
	font-family: verdana;
	font-size: 12px;
}

.footer{
	width: 827px;
	height: 46px;
	background-image: url('../images/footer.jpg');
	float: left;
}

.footer_left{
	float: left;
	font-family: verdana;
	font-size: 9px;
	padding-left: 35px;
	padding-top: 7px;
}

.footer_left a{
	color:#000000;
	text-decoration: none;
}

.footer_left a:hover{
	color:#00A1E6;
	text-decoration: none;
}

.footer_right{
	float: right;
	font-family: verdana;
	font-size: 9px;
	padding-right: 35px;
	padding-top: 7px;
}

.footer_right a{
	color:#000000;
	text-decoration: none;
}

.footer_right a:hover{
	color:#00A1E6;
	text-decoration: none;
}
