body {
	text-align: center;
	/*background: url(/images/bg.png) repeat-x;*/
	background: url(/images/bg2.png) top center no-repeat;
	margin-top: 20px;
	padding: 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 867px;
}

#container #header-wrap {
	width: 100%;
	height: 90px;
}

#container #header-wrap #header-left {
	width: 327px;
	height: 90px;
	float: left;
}

#container #header-wrap #header-right {
	width: 540px;
	height: 24px;
	float: left;
	text-align: right;
}

#container #feature-wrap {
	width: 100%;
	height: 201px;
}
#container #feature-wrap #feature-left {
	width: 327px;
	height: 201px;
	float: left;
}
#container #feature-wrap #feature-right {
	width: 540px;
	height: 201px;
	float: right;
	background: url(/images/pwcs_13.png) top right no-repeat;
}
#container #feature-wrap #feature-right #feature-col1 {
	width: 159px;
	height: 201px;
	background: url(/images/pwcs_11.png) no-repeat;
	float: left;
}

#container #feature-wrap #feature-right #feature-col2 {
	width: 381px;
	height: 201px;
	float: right;
	background: url(/images/pwcs_17.png) bottom left no-repeat;
}

#container #content-wrap {
	width: 100%;
	height: 139px;
	color: white;
}

#container #content-wrap #content-col1 {
	width: 361px;
	height: 139px;
	float: left;
	cursor: pointer;
	background: url(/images/pwcs_23.png) no-repeat;
}

#container #content-wrap #content-col1 p {
	font-size: 0.9em;
	padding: 0 10px 0 20px;
	margin: 5px 0;
}

#container #content-wrap #content-col1 a:link,#container #content-wrap #content-col1 a:visited {
	color: #f7a646;
	font-weight: bold;
}

#container #content-wrap #content-col2 {
	width: 250px;
	height: 139px;
	margin: 0 256px 0 361px;
	background: url(/images/pwcs_25.png) bottom no-repeat;
}

#container #content-wrap #content-col3 {
	width: 256px;
	height: 139px;
	float: right;
	background: url(/images/pwcs_26.png) bottom no-repeat;
}

#container #footer-wrap {
	width: 100%;
	text-align: center;
}

a img {
	border: 0;
}