@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x #1e2020;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: 13px;
}
h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #4b4b4b;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
.header {
	width: 880px;
	height: 246px;
	background: url(../images/hbg.png) no-repeat top center;
}
.content {
	width: 880px;
	background: #ffffff;
}
.leftbar {
	width: 640px;
	padding: 0px 25px 10px 0px;
	float: left;
	background: url(../images/l.jpg) no-repeat right top #ffffff;
	text-align: justify;
	min-height: 504px;
}
.text {
	padding: 0px 15px 0px 30px;
}
.rightbar {
	width: 190px;
	background: url(../images/sidebg.jpg) #ffffff no-repeat top;
	float: right;
	padding: 0px 0px 10px 0px;
}
.contentfooter {
	width: 880px;
	height: 1px;
	clear: both;
}
.footer {
	width: 880px;
	height: 45px;
}
.allrights {
	width: 400px;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	color: #ffffff;
	font-size: 11px;
	float: left;
}
.allrights a {
	color: #ffffff;
	text-decoration: none;
}
.allrights a:hover {
	text-decoration: underline;
}
.cdslogo {
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	float: right;
}
.cdslogo a {
	color: #ffffff;
	text-decoration: none;
}
.cdslogo a:hover {
	text-decoration: underline;
}
