body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url('/img/site/bg.gif');
	background-position: top left;
	background-repeat: repeat-x;

	
}

h1 {
	font-size: 18px;
	color: #465D7B;
	font-family: Tahoma, Arial, serif;
}

h2 {
	font-size: 14px;
	color: #465D7B;
	font-family: Tahoma, Arial, serif;
}

.advertise h2 {
	color: #FF6E03;
}

h3 {
	font-size: 14px;
	color: #FF6E03;
	font-family: Tahoma, Arial, serif;
}

.twtr-hd h3 {
	color: #333;
}

a, a:link, a:active, a:visited {
	color: #333;
}

a:hover {
	color: #999;
}

body#content {
	background-color: #FFF !important;
	background-image: none;
	text-align: left;
}


.container {
	background-color: #FFF;

}

#content {
	background-color: #fff;
	text-align: left;
}

.header {
	text-align: left;
	background-color: #FFF;
}

.header a {
	color: #999;
}

.clearB {
	clear: both;
}

.exclusive {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 280px;
	border: 1px solid #BCBDBE;
	background-color: #E3E8EF;
	padding: 10px;
	float: left;
	color: #677DA4;
	margin-bottom: 30px;

}

.advertise {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 280px;
	border: 1px solid #BCBDBE;
	background-color: #F5D4A7;
	padding: 10px;
	float: right;
	color: #D66A2D;
	margin-bottom: 30px;
	background-image: url('/img/site/arrow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
	margin: 0 auto;
}

#footer #copyright {
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

