body {
	background: white url(../images/back.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#bodyWrapper {
	/*width: 1300px;*/
	/*overflow: hidden;*/
	background: url(../images/backBody.jpg) no-repeat center top;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: url(../images/contentBack.jpg) repeat-y;
}
#top {
	width: 1000px;
	height: 250px;
}
#nav {
	width: 1000px;
	height: 50px;
	background: url(../images/naviBack.jpg) no-repeat;
}
#content {
	width: 740px;
	background: url(../images/contentTop.jpg) no-repeat;
	padding: 20px 130px 0px 130px;
}
#sidebar {
	width: 200px;
	float: left;
}
#contentRight {
	width: 530px;
	float: right;
	min-height: 291px;
}
#contentFooter {
	/*width: 1000px;*/
	height: 62px;
	background: url(../images/contentFooter.jpg) no-repeat;
}
#footer {
	width: 1000px;
	height: 70px;
	margin: 0px auto;
	background: url(../images/footer.jpg) no-repeat;
}
.clearBoth {
	clear: both;
}