html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #D7D7D7;
	text-align: left;
}

#container {
   min-height: 100%;
   position: relative;
}

#body {
   padding: 0px;
   padding-bottom: 40px;   /* Height of the footer */
}

#wrapper {
	min-height: 1005;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 800px;
}

#header {
	float: left;
	width: 800px;
	height: 110px;
}

.clr {
	clear: both;
}

.topmenu {
	height: 35px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 800px;
}

.topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topmenu li {
	float: left;
}

.topmenu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 10px 0 10px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: 100px;
}

.topmenu li a:visited {
}

.topmenu li a:hover {
	text-decoration: none;
	background: transparent url(../images/topm_hover.jpg) center center repeat-x;
	color: #999;
}

.topmenu li.selected {
}

.topmenu li.selected a { /*selected main tab style */
	color: #FFF;
}

.topmenu li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

.topmenu_divider {
	height: 35px;
	width: 5px;
	background: transparent url(../images/top_menu_div.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
}

#topmenu {
	float: left;
	width: 800px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
}

#topmcenter {
	float: left;
	width: 800px;
	height: 35px;
	background: transparent url(../images/top_menu_bg.jpg) top left repeat-x;
	margin: 0 auto;
	padding: 0;
}

#banner {
	float: left;
	width: 800px;
	height: 270px;
}

#middle1 {
	background: transparent url(../images/middle1_bg.jpg) top left repeat-x;
	width: 800px;
	height: 265px;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#middle2 {
	background-color: #FFF; 
	width: 800px;
	height: 215px;
}

#footer {
	background-color: #CDCDCD; 
	width: 800px;
	height: 128px;
}