@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
html, body { height: 100%; padding-top: 1px; }

body {
	
	font-family: Tahoma;
	color: white;
	font-size: 11px;
	background: url(style/images/bg.jpg) no-repeat top center black;
}

p {
	
	margin: 20px 0;
}

a {
	
	color: white;
	text-decoration: none;
}

#wrapper {
	
	width: 781px;
	margin: 0 auto;
}

#head {
	
	height: 197px;
	padding-top: 30px;
	background: url(style/images/bg_head.jpg) no-repeat top;
}

#head h1 {
	
	width: 341px;
	height: 73px;
	margin-left: 421px;
	text-indent: -9999999px;
	background: url(style/images/logo.png) no-repeat;
}


#navi {

	margin: 100px auto;
	width:567px;
}


#navi ul {
	
	padding: 0;
	margin: 0;
}

#navi ul li {
	
	list-style: none;
	display: inline;
}

#navi ul li a {
	
	font-size: 12px;
	font-weight: bold;
	margin: 0 25px;
}

#main {
	
	min-height: 500px;
	background: url(style/images/bg_content.jpg) repeat-y;
}

#content {
	
	padding: 22px 39px;
	min-height: inherit;
	background: url(style/images/bg_content_top.jpg) no-repeat top;
}

#content .banner {
	
	width: 468px;
	height: 60px;
	float: right;
	padding: 7px;
	margin-top: 10px;
	background: url(style/images/bg_banner.jpg) no-repeat;
}

#content .stats {
	
	float: right;
	padding: 7px;
	margin-top: 10px;
	background: url(style/images/bg_banner_update.jpg) no-repeat;
}

#content .news {
	
	margin-top: 25px;
	width: 688px;
	padding: 2px 7px;
	min-height: 400px;
	background: url(style/images/bg_news.jpg) no-repeat;
}

#content .news p {
	
	margin: 10px 0;
}

#footer {
	
	padding: 0 200px;
	text-align: center;
}
