@charset "utf-8";
body {
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #333333;
}
A, A:hover, A:visited {
	color: #12a4c9;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 600px;
}
.header {
}
.cp {
	width: 850px;
	float: left;
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0 0 0 35px;
}
.cp-right {
	height: 313px ;
	width: 388px ;
	float: left;
}
.cp-left {
	height: 198px;
	width: 431px;
	float: left;
	background-image: url(images/cp-left.jpg);
	background-repeat: no-repeat;
	padding: 115px 20px 0 11px;
}
.cp-left UL {
	list-style-image: url(images/bullet.png);
}
.cp-left UL LI {
	padding: 0 0 16px 0;
}
.footer-left {
	padding: 0 0 0 35px;
	float: left;
	width: 500px;
	height: 26px;
	font-size: 10px;
	color: #666666;
}
.footer-right {
	float: left;
	padding: 7px 35px 0 0;
	width: 280px;
	height: 19px;
	text-align: right;
	font-size: 10px;
	color: #666666;
}
.footer-left A, .footer-left A:visited, .footer-left A:hover {
	color: #666666;
}