.hdw_container {
	background-color: #FFF;
	height: auto;
	width: 1000px;
	position: relative;
	visibility: visible;
	top: 0px;
	margin: 0 auto;
	text-align: left

}
.hdw_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009AC7;
	background-color: #FFF;
	height: 150px;
	width:1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/alumbkgd_01.jpg);
	background-repeat: no-repeat;
}
.hdw_body {
	height: auto;
	width: 1000px;
	top: 150px;
}
.topmenu {
	height: 27px;
	width: 1000px;
	position: absolute;
	top: 150px;
	background-image: url(images/alumbkgd_02.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.hdw_body_widescreen {
	height: 250px;
	width: 1000px;
	position: absolute;
	top: 177px;
	background-image: url(images/alumbkgd_03.jpg);
	background-repeat: no-repeat
}
.hdw_body_header {
	height: 27px;
	width: 1000px;
	position: absolute;
	top: 427px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(images/alumbkgd_04.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-style: oblique;
	font-weight: bold;
}
.hdw_body_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
	width: 1000px;
	position: absolute;
	top: 454px;
	background-image: url(images/alumbkgd_05.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	}

