@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background-color: #0b2b44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#banner {
	background-image: url(i/banner.png);
	width: 800px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
}

.ads {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	padding-top: 105px;
}

#left {
	float: left;
	background-image: url(i/nav_bg.png);
	width: 205px;
	font-size: 14px;
	color: #fff;
	min-height: 408px;
}

	.links a {
		color: #fff;
		text-decoration: none;
	}
		
		.links a:hover {
			text-decoration: underline;
		}
		
#center {
	float: left;
	width: 389px;
	height: 408px;
}

#right {
	float:left;
	background-image: url(i/right_bg.png);
	width: 206px;
	font-size: 14px;
	color: #fff;
	min-height: 408px;
	text-align: center;
}

	.green {
		color: #00CC00;
		font-weight: bold;
	}
	
	.red {
		color: #FF0000;
		font-weight: bold;
	}

#news {
	background-image: url(i/news_bg.png);
	width: 800px;
	font-size: 13px;
	color: #000;
	text-align: justify;
	text-indent: 5px;
}