#header {
	height: 139px;
	width: 900px;
	background-image: url(images/top05.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 900px;
	height: 1200px;
	float: left;
}
#footer {
	width: 900px;
	clear: both;
	font-size: 10pt;
	line-height: 1.5em;
	background-color: #AEB2BB;
	color: #333;
	height: 90px;
}
#contentLeft {
	width: 667px;
	float: left;
	height: 1200px;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#contentRight {
	float: right;
	height: 1200px;
	width: 233px;
	background-color: #AEB2BB;
}
