#header {
	margin: 0;
	padding: 0;
	float: left;
	height: 400px;
}

#head-left {
	margin: 0;
	padding: 0;
	float: left;
	height: 400px;
	width: 325px;
	background-image: url(images/hr-bg.png);
}

#head-right {
	margin: 0;
	padding: 0;
	float: left;
	height: 325px;
	width: 655px;
	text-align: center;
	background-image: url(images/hr-bg.png);
}

#newsletter {
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	float: left;
	height: 65px;
	width: 650px;
	background-image: url(images/nl-bg.png);
	text-align: right;
}

#newsletter input.image {
	vertical-align: middle;
}

#newsletter input.text {
	width: 140px;
}

#area1 {
	float: left;
	height: 265px;
	width: 245px;
	border-bottom: 1px solid #e0e0e0;
}

#area2 {
	float: left;
	height: 265px;
	width: 488px;
	background-color: #d7cfb6;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

#area3 {
	float: left;
	height: 265px;
	width: 245px;
	background-color: #bbaf95;
	border-bottom: 1px solid #e0e0e0;
}


