body {
	color: #000000;
	background-color: #e0e0e0;
	background-image: url('../images/tile.jpg');
	background-position: top center;
	background-repeat: repeat;
	font: 12px Arial, Helvetica, sans-serif;
	min-height: 100%;
}
	
div.divHeader {
	background-image: url('../images/divHeader.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 122px;
	width: 502px;
	position: relative;
	left: 50%;
	margin-left: -356px;
	z-index: 5;
}
	
div.divFooter {
	background-image: url('../images/divFooter.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 296px;
	width: 814px;
	position: relative;
	left: 50%;
	margin-left: -499px;
	margin-bottom: -110px;
	z-index: -5;
}
	
div.divBody {
	background-image: url('../images/divBody.png');
	background-position: top center;
	background-repeat: repeat-y;
	width: 502px;
	position: relative;
	left: 50%;
	margin-left: -356px;
	padding: 20px 0px 10px 0px;
	z-index: 5;
}

div.rightColumn {
	position: absolute;
	left: 50%;
	margin-left: 165px;
	top: 220px;
}

div.scrollColumn {
	position: absolute;
	left: 50%;
	margin-left: 165px;
	top: 220px;
}

div.pageText {
	font-size: 13px;
	font-family: 'Varela Round', 'Helvetica', 'Arial', sans-serif;
	line-height: 18px;
	font-weight: normal;
	padding: 0px 30px 0px 35px;
	color: #000000;
}

div.moreButton {
	float: right;
	margin: 25px 50px 0px 0px;
	display: block;
}

img.store {
	width: 56px;
	height: 68px;
	float: left;
	margin: 0px 10px;
}

img.camera {
	width: 56px;
	height: 136px;
	float: left;
	margin: 0px 10px;
}

img.colors {
	padding: 10px;	
}

h4 {
	outline: none;
	margin: 15px;
	color: #dd0000;
	font-size: 24px;
	text-align: center;
	font-family: 'Yellowtail', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
}

#kit {
	text-align: center;
	background-image: url('../images/kit.jpg');
	background-repeat: repeat;
	padding: 20px;
}

#accordion {
	text-align: center;	
}
