#headerbanner {
	background-image: url(../images/bannercanvas.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	margin-left: 203px;
	width: 468px;
	height: 60px;
	padding: 2px;
	padding-top: 20px;
}

body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: arial, verdana;
	text-align: center;
	background: #19171c;
}

a img {
	border: none;
}

a {
	color: black;
	margin-left: 0px;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 100px;
	width: 100%;
}

#header img.Logo {
	float: left;
}

#menu {
	background-image: url(../images/menubg.png);
	height: 23px;
	padding-top: 3px;
	padding-bottom: 1px;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

#menu2 {
	width: 100%;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	height: 23px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 1px;
}

	#menu2 div.leftMenu {
		padding-left: 6px;
		float: left;
		width: 169px;
		height: 23px;
		font-size: 13px;
	}
	
	#menu2 div.rightMenu {
		float: left;
		width: 175px;
		text-align: center;
		height: 23px;
		font-size: 13px;
	}
	
	#menu2 div.centerMenu {
		padding: 0px;
		float: left;
		text-align: center;
		width: 630px;
		height: 23px;
		font-size: 13px;
	}
	
#menu2 span.spacerempty {
	background: none;
	background-repeat: no-repeat;;
	width: 1px;
	font-size: 19px;
	height: 19px;
}


#menu span.spacer, #menu2 span.spacer {
	margin-left: 1%;
	_margin-left: 4px;
	margin-right: 1%;
	_margin-left: 4px;
	background-image: url('../images/header_menu_spacer.jpg');
	background-repeat: no-repeat;
	width: 1px;
	font-size: 19px;
	height: 19px;
}

#menu a, #menu2 a, a.menu {
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
}

#menu a.inactive, #menu2 a.inactive {
	text-decoration: line-through;
}

#menu a.active, #menu2 a.active {
	font-size: 14px;
}

#menu a:hover, #menu2 a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	width: 100%;
	padding-top: 4px;
	font-size: 13px;
	background-color: #fff;
	background-image: url('../images/bg_wood2.jpg');
	background-repeat: repeat;
}

#content_left a {
	margin-left: 10px;
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.inactive {
	text-decoration: line-through;
}

#content_left {
	width: 175px;
	float: left;
}

#content_mid {
	float: left;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
	/*min-height: 500px;*/
	height: 550px;
	background: #fff;
	overflow-x: auto;
	_overflow: auto;
}

#content_mid_bottom_bar {
	float: left;
	width: 630px;
	padding-left: 0px;
	padding-right: 0px;
	/*min-height: 500px;*/
	height: 550px;
	background: #fff;
	overflow-x: hidden;
	_overflow: hidden;
}

#cm_bottombar {
	height: 25px;
	padding: 5px;
	background: #000000;
}

#content_mid_bottom_bar div.inner {
	width: 605px;
	padding-left: 10px;
	padding-right: 10px;
	height: 515px;
	overflow-x: auto;
	_overflow: auto;
}

#content_mid_bottom_bar div.cm_top_menu {
	padding: 4px;
	height: 18px;
	border-bottom: 1px solid #ccc;
}

	div.cm_top_menu a {
		display: block;
		float: left;
		background-image: url(../images/submenu.png);
		margin: 0px;
		color: #fff;
		padding-left: 10px;
		padding-right: 2px;
		padding-top: 2px;
		height: 18px;
		text-decoration: none;
	}
	
	div.cm_top_menu span.cm_top_menu_end {
		display: block;
		float: left;
		background-image: url(../images/submenu_end.png);
		width: 9px;
		height: 20px;
		margin-right: 5px;
	}
	
#content_mid_bottom_bar div.inner2 {
	width: 605px;
	padding-left: 10px;
	padding-right: 10px;
	height: 522px;
	overflow-x: auto;
	_overflow: auto;
}

#content_mid_bottom_bar div.inner_bottom_bar {
	width: 605px;
	padding-left: 10px;
	padding-right: 10px;
	height: 488px;
	overflow-x: auto;
	_overflow: auto;
}

#content_mid div.inner {
	width: 595px;
}

#content_right {
	width: 175px;
	_width: 173px;
	float: right;
	text-align: center;
}

#content_right img {
	border: 3px solid #000000;
}

#footer {
	padding-top: 3px;
	height: 22px;
	width: 100%;
	background-color: #000;
	color: white;
	/*font-weight: bold;*/
	text-align: center;
}

span.leftmenu {
	float: left;
	width: 150px;
	padding-left: 0px;
	padding-top: 5px;
}

span.leftmenu a {
	
}

span.rightmenu {
	float: right;
	width: 120px;
	padding-right: 30px;
}

img.meter {
	vertical-align: middle;
}




#search {
	background-color: white;
	border: 3px solid #000000;
	margin: 10px;
	padding: 5px;
}
