@charset "utf-8";

/* CSS Document */

#contentbody {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #999999;
}
#contentbody #contentbg {
	background-image: url(../images/bg_content2column.png);
	background-repeat: no-repeat;
	float: left;
	width: 990px;
}
#contentbody #contentbgplain {
	background-image: url(../images/bg_contentplain.png);
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}
#contentbody #contentbgplainwhite {
	background-image: url(../images/bg_contentplainwhite.png);
	background-repeat: no-repeat;
	width: 990px;
	float: left;
	color: #333;
}
#contentbody #contentleft {
	width: 627px;
	padding-left: 15px;
	float: left;
	margin-top: 20px;
	text-align: justify;
}
#contentbody   #contentplain {
	width: 960px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	text-align: left;
}
#contentbody #contentright {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 10px;
	text-align: left;
}
#commonbody {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #FFF;
}
#commonbody #commonbg{
	width: 990px;
	background-color: #151515;
	float: left;
}
#commonbody #commoncontent {
	width: 960px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}



#contentfooter {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	background-image: url(../images/bgfooter.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#contentfooterwhite {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	background-image: url(../images/bg_footerwhite.png);
	background-repeat: no-repeat;
	clear: both;
}
