@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #99c4c8;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#background {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background_sub1.jpg);
}
#container {
	width: 624px;
	height: 624px;
	margin: 87px 137px 0px 137px;
}
#top {
	width: 624px;
	height: 96px;
}
#left {
	width: 168px;
	height: 432px;
	float: left;
}
#center {
	width: 216px;
	height: 342px;
	padding: 90px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 1.5;
	text-align: left;
	color: #82868c;
}
#right {
	width: 177px;
	height: 342px;
	padding: 90px 0px 0px 0px;
	float: right;
}
#bottom {
	width: 624px;
	height: 96px;
	float: left;
}
#footer {
	width: 624px;
	height: 52px;
	padding: 36px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	float: left;
}
