div.area-left {
	position: absolute;
	left: 0px;
	width: 185px;
	float: left;
}

div.area-center {
	position: absolute;
	left: 185px;
	width: 470px;
	float: left;
}

div.area-right {
	position: absolute;
	left: 655px;
	width: 185px;
	display: inline;
	float: right;
}

div.blocks-left {
	position: relative;
	width: 185px;
	background-image: url(../images/blocks-left-span.jpg);
}

div.blocks-center {
	position: relative;
	width: 470px;
	background-image: url(../images/blocks-center-span.jpg);
	padding: 0px;
}

div.blocks-center-header {
	position: relative;
	width: 470px;
	height: 103px;
	background-image: url(../images/blocks-center-header.jpg);
}

div.blocks-center-header-content {
	position: absolute;
	top: 18px;
	left: 22px;
}
div.blocks-center-header-info {
	position: absolute;
	top: 18px;
	right: 26px;
	text-align: right;
}

div.blocks-center-content {
	position: relative;
	padding-left: 30px;
	padding-right: 28px;
	padding-top: 8px;
	background-image: url(../images/blocks-center-fade.jpg);
	background-repeat: no-repeat;
}

div.blocks-left-content {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

div.blocks-center-footer {
	position: relative;
	width: 470px;
	background-image: url(../images/bigButtons-span.jpg);
	padding: 0px;
}

div.blocks-center-footer-content {
	position: relative;
	padding-left: 28px;
}

div.blocks-images {
	position: relative;
	width: 185px;
	height: 452px;
	background-image: url(../images/blocks-images-span.jpg);
}

div.blocks-info {
	position: relative;
	width: 185px;
	height: 113px;
	padding-top: 17px;
	background-image: url(../images/blocks-info-span.jpg);
}

div.blocks-footer {
	position: relative;
	width: 470px;
	left: 0px;
	background-image: url(../images/blocks-center-span.jpg);
}

div.blocks-footer-content {
	position: relative;
	padding-left: 21px;
	padding-right: 21px;
	text-align: center;
}

div.blocks-quickForm {
	position: absolute;
	left: 10px;
	top: 167px;
	width: 155px;
	height: 266px;
	z-index: 2;
}

div.blocks-quickForm-back {
	position: absolute;
	background-color: #003366;
	opacity: .50;
	filter: alpha(opacity=50);
	left: 7px;
	top: 163px;
	width: 162px;
	height: 276px;
}