html, body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	height: 100%;
}
#container {
	display: block;
	width: 1105px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 100%;
}
#subNav {
	display: block;
	height: 60px;
	width: 700px;
	text-align: center;
}
#topBar {
	background-color: #000000;
	height: 25px;
	width: 700px;
	display: block;
}
#logoBar {
	background-color: #000000;
	height: 123px;
	width: 700px;
	display: block;
}
#indexNav {
	display: block;
	height: 766px;
	width: 1105px;
	text-align: center;
}
#center {
	height: 120px;
	width: 700px;
	background-color: #000000;
}
#subCenter {
	width: 700px;
	background-color: #F2F5F7;
	float:left;
	clear:left;
}

#bottomBar {
	background-color: #000000;
	height: 20px;
	width: 1105px;
	display: block;
	clear: left;
	float: left;
}
#footer {
	width: 700px;
	display: block;
	background-color: #000000;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	clear: left;
	float: left;
}

