body {
	margin: 0 auto;
	width: 900px;
	background-image: url(/images/block.jpg);
}

div#wrapperHeader {
	width: 900px;
	height: 135px;
	padding-left: 303px;
	padding-top: 26px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

div#nav {
	width: 515px;
	height: 34px;
}

div#left {
	float: left;
	clear: left;
	width: 390px;
	height: 330px;
	background-image: url(/images/left.jpg);
	background-repeat: no-repeat;
}

div#imageShow {
	width: 355px;
	height: 330px;
	padding-left: 35px;
	text-align: center;
}

div#wrapperBody {
	float: left;
	clear: right;
	width: 415px;
	height: 330px;
	background-color: #FFFFFF;
	background-image: url(/images/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#overflow {
	overflow: auto;
	width: 418px;
	height: 305px;
}

div#pageTitle {
	width: 385px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

div#contactForm {
	float: left;
	width: 391px;
}

.formLabel {
	float: left;
	clear: both;
	width: 65px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
}

.formElement {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div#bodyText {
	width: 391px;
	height: 305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

div#pricesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.reserveStorage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}

div#right {
	float: left;
	clear: right;
	width: 95px;
	height: 330px;
	background-image: url(/images/right.jpg);
	background-repeat: no-repeat;
}

div#wrapperFooter {
	float: left;
	clear: both;
	width: 900px;
	height: 111px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}

div#copyRight {
	float: left;
	clear: both;
	width: 900px;
	height: 15px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: underline;
}

img {
	border: none;
}
