body {
	margin: 0;
	background: url(/Templates/XXX/_images/_xxx/bg.jpg) no-repeat top center #000000;
}
#container {
	margin: 20px auto 0 auto;
	width: 944px;
	background: #000000;
}
#header {
	width: 944px;
	height: 140px;
	background: url(/Templates/XXX/_images/_xxx/header.jpg) no-repeat;
}
#content {
	width: 944px;
	margin: 0 0 40px 0;
}
#cLS {
	float: left;
	width: 200px;
}
#cPC {
	float: left;
	margin: 0 40px 0 40px;
	width: 494px;
}
#cRS {
	float: left;
	width: 170px;
}
#cF {
	padding: 0 20px 0 20px;
	width: 904px;
	height: 35px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	color: #333333;
	background: url(/Templates/XXX/_images/_xxx/bg_footer.png) no-repeat;
}
#cF a {
	color: #333333;
}
#cS {
	width: 944px;
	height: 100px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: left;
}
