body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(mainItems/main-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #170017;
}
#contentWrapper {
	font-size: 16px;
	color: #FFF;
	background-color: 3E0542;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 154px;
	width: 1000px;
	background-image: url(mainItems/header.png);
}
#quotationBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(mainItems/quotationBox.png);
	height: 164px;
	width: 1000px;
}
#navigation {
	background-image: url(mainItems/bg2.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#mainContent {
	height: auto;
	width: 1000px;
	background-color: #3E0542;
	background-image: url(mainItems/backG2.png);
	background-repeat: no-repeat;
}
#slideshow {
	float: right;
	height: 288px;
	width: 453px;
}
#footer {
	background-image: url(mainItems/footer2.jpg);
	height: 80px;
	width: 1000px;
	text-align: center;
	background-color: #3F0542;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

