﻿/* CSS layout */

#Container1 {
	width: 1000px;
   	margin-left: auto;
   	margin-right: auto;
	position: relative;
}
#TopHeader {
	position: absolute;
	width: 1000px;
	height: 58px;
	top: 0px;
	left: 0px;
}
#BtnBar {
	position: absolute;
	width: 1000px;
	height: 60px;
	top: 58px;
	left: 0px;
}
#Header {
	position: absolute;
	width: 1000px;
	height: 326px;
	top: 118px;
	left: 0px;
}
#LeftFiller {
	position: absolute;
	width: 63px;
	height: 467px;
	top: 444px;
	left: 0px;
	background-color: #FFFFFF;
}
#LeftInfoBox {
	position: absolute;
	width: 430px;
	height: 467px;
	top: 444px;
	left: 63px;
}
#RightBody {
	position: absolute;
	width: 509px;
	height: 467px;
	top: 444px;
	left: 490px;
}
#Footer {
	position: absolute;
	width: 1000px;
	height: 89px;
	top: 911px;
	left: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
