* {
	padding: 0;
	margin: 0;
}
body {
	background: #b1b2b2;
	color: #484848;
	font: 13px Arial, Helvetica, Verdana, sans-serif;
}
#sitewrap {
	margin: 15px auto;
	width: 1250px;
	background: #fff url(../images/bg_content.jpg) repeat-y right top;
	position: relative;
}
#header {
	width: 1250px;
	height: 304px;
	background: url(../images/bg_header.jpg) no-repeat -350px 0;
	position: relative;
}
#headerImage {
	width: 1022px;
	height: 254px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #861A80;
}
#headerStartImage {
	width: 1022px;
	height: 654px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 49px;
	background: #861A80;
}
#contentWrap {
	background: url(../images/bg_contentWrap.jpg) no-repeat right top;
	padding: 20px 0;
	min-height: 360px;
}
* html #contentWrap {
	height: 360px;
}
#main {
	width: 500px;
	margin: 0 0 0 255px;
}
#footer {
	clear: both;
	width: 1000px;
	height: 40px;
	background: #881981 url(../images/bg_footer.jpg) no-repeat left top;
}


