body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c324b;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#header_wrapper {
	height: 150px;
	width: 100%;
}
#content_wrapper {
	width: 1002px;
	background-image: url(../img/bgy.gif);
	background-repeat: repeat-y;
	background-position: lefttop;
	margin: 0 auto 0 auto;
}
#footer_wrapper {
	height: 30px;
	width: 100%;
}
#header {
	height: 100%;
	width: 990px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(../img/header/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
}
#content {
	width: 990px;
	min-height: 500px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg_con.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#footer {
	height: 100%;
	width: 990px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0 auto 0 auto;
}
#main_content {
	float: left;
	width: 635px;
	padding-bottom: 20px;
}
#sub_content {
	float: right;
	width: 335px;
	padding-bottom: 40px;
	background-image: url(../img/bg_scon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	height: 118px;
	width: 150px;
	padding-left: 34px;
	padding-top: 14px;
}
#logo a {
	background-image: url(../img/header/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 150px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#main_nav {
	background-image: url(../img/main_nav/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	padding-top: 54px;
	padding-left: 8px;
	
}
#main_nav li {
	height: 37px;
	width: auto;
	float: left;
	padding-left: 32px;
	display: block;
}
#main_nav li a {
	height: 37px;
	width: auto;
	_width: 20px;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
}
#main_nav li a:hover {
	background-image: url(../img/main_nav/bg_li.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#main_nav li a img {
	float: left;
}
#main_content h2 {
	margin-left: 20px;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
	display: inline;
	color: #0C324B;
	font-size: 16px;
}
.news_box, .article, .clubs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_box .news_item, .article_item, .club_cat {	
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 18px;
	display: inline;
}
.arch_item {
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 10px;
}
.news_box .news_item h3, .article_item h3, .club_cat h3 {
	color: #56AFD6;
	font-size: 16px;
	background-image: url(../img/bl_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 16px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.arch_item h3 {
	color: #56AFD6;
	font-size: 12px;
	background-image: url(../img/bl_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.news_box .news_item p.date {
	font-weight: bold;
}
.arch_item p.date {
	font-size: 11px;
}
.news_box .news_item a img {
	margin-top: 6px;
}
.arch_link {
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(../img/bl_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
}
.arch_link a {
	font-weight: bold;
}
.article_item p {
	padding-bottom: 10px;
}
.img_box {
	width: 299px;
	height: 209px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img_box .img_mask {
	width: 299px;
	height: 209px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sub_content h2 {
	color: #0C324B;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}
#sub_content p {
	color: #0C324B;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}
.gallery_box img.float_left {
	margin-left: 12px;
	margin-top: 12px;
	display: inline;
}
.gallery_box {
	padding-left: 8px;
	padding-bottom: 20px;
}
a.link img {
	position: absolute;
	right: 200px;
	bottom: 25px;
	display: block;
}
a {
	color: #1D6C92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img, fieldset {
	border: 0 none;
}
p {
	color: #333333;
}
ul, li {
	list-style-type: none;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

