div {
	margin: 0px;
}
body{
	padding: 0px;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin: 0px auto;
	/*width:800px;*/
	width:1000px;
	position:absolute;
}
#header {
	/*width:800px;*/
	width:1000px;
	height: 190px;
	margin: 0 auto;
	background-color: #FF9999;
	border-right: 1px solid #009EB2;
	border-left: 1px solid #009EB2;
}
#header-bar1 {
	/*width:800px;*/
	width:1000px;
	height: 27px;
	background-color: #000000;
	background-image: url(../images2/main/bar1_bg.jpg);
	background-repeat: repeat-x;
}
#header-banner {
	/*width:800px;*/
	width:1000px;
	height: 149px;
	background-color: #009eb2;
	background-image: url(../images2/main/banner_bg_default.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header-bar2 {
	/*width:800px;*/
	width:1000px;
	height: 28px;
	background-color: #000000;
	background-image: url(../images2/main/bar2_bg.jpg);
	background-repeat: repeat-x;
}
#middle {
	/*width:800px;*/
	width:1000px;
	margin: 0 auto;
	position: absolute;
	top: 204px;
}
#col-left{
	position: absolute;
	left: 0px;
	width: 200px;
	/*border-right: 1px solid #2F32BB;*/
	border-left: 1px solid #009EB2;
	border-bottom: 1px solid #009EB2;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EBECF5;
	
}
#main {
	position: absolute;
	/*width: 620px;*/
	width:820px;
	margin: 0px;
	padding: 0px;
	top: 204px;
	/*left: 180px;*/
	left: 380px;
	
}
#middle-spacer {
	width: 10px;
	height: 400px;
	float: left;
}
#content {
	/*width: 570px;*/
	width: 770px;
	position: absolute;
	left: 200px;
	padding:15px;
	min-height:320px;
	/*background-image: url(../images2/main/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;*/
	border-right: 1px solid #009EB2;
	border-bottom: 1px solid #009EB2;
	background-color: #FFFFFF;
}
#footer {
	font-size: 8px;
	/*background-color: #474BA2;*/
	/*width: 569px;*/
	width: 769px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	padding-top: 2px;
	color: #474BA2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474BA2;
}
#footer a {
font-size: 8px;
	color: #474BA2;
	text-decoration:none;
}
.clearer {
	clear: both;
	float: right;
	height: 1px;
	width: 100%;
}
#sponsors {
	background-color: #FFFFFF;
	border: 1px solid #000099;
	width: 180px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
