#container {
	position: absolute;
	width: 1024px;
	text-align: left;
	background: #fff;
	left: 50%;
	margin-left: -512px;
	margin-top: 5px;
	background: #fff;
}
#logo {
	height: 141px;
	width: 1024px;
}
#content {
	width: 1024px;
	float: left;
	background: url(../images/middle_bg.jpg) #fff repeat-x;
}
#left {
	width: 137px;
	float: left;
	background: url(../images/left_bg.jpg) no-repeat;
	min-height: 400px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 50px;
}
*html #left {
	width: 242px;
	height: 400px;
}
#middle {
	width: 550px;
	float: left;
	min-height: 400px;
	padding-top: 30px;
	color: #000033;
	text-align: justify;
}
#middle p.bodytext {
	text-align: justify;
}
*html #middle {
	height: 400px;
}
#middle h1 {
	margin-bottom: 10px;
	color: #000033;
	font-weight: bold;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}
#middle ul {
	list-style: none;
}
#middle li {
	margin-bottom: 10px;
}
#right {
	width: 147px;
	float: left;
	background: url(../images/right_bg.jpg) no-repeat;
	min-height: 400px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 50px;
}
*html #right {
	width: 232px;
	height: 400px;
}
#right h1 {
	color: #323465;
	font-size: 17px;
	font-weight: 100;
	font-family: Helvetica, Verdana;
	margin-bottom: 10px;
}
#right a:link, #right a:hover,#right  a:active,#right  a:visited {
	color: #323465;
	text-decoration: none;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#right ul {
	list-style: none;
}
#right li {
	margin-bottom: 5px;
	border-bottom: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}
.white {
	color: #fff;
	font-family: Helvetica, Verdana;
	font-weight: 100;
	font-size: 18px;
}
