	
#shortImgBar {
	width: 785px;
	height: 180px;
	margin:  0;
	padding: 0;
	float: left;
}
	
#mainWrapper {
	background-image: none;
	background-color: #fff;
	width: 785px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

#leftBar {
	width: 195px; 
	float: left; /*

	margin: 0 0 13px 0;
*/
/*
	border-color: #fff;/*

	border-width: 2px 0 0 2px;
	border-style: solid;
*/

}


#mainBar {
	float: right;
	margin-top: 0;
	width: 775px;
}

#bgWrapper {
	float: left;
	width: 980px;
	background-image:url('/images/template/bgwrapper.gif');
	background-repeat: repeat-y;
}

	#leftBar h3 {
		padding: 10px 10px 0 25px;
		color: #fff;
		margin-bottom: 0;
	}
	
	#leftMenu {
		margin: 10px 0 15px 25px;
		padding: 0;
		color: #eee;
	}
	
		#leftMenu li {
			list-style-image: url('/images/template/submenu_liarrow.gif');
			list-style-position: outside;
			margin: 0 0 7px 0;
		}
		
		#leftMenu li a {
			color: #eee;
			text-decoration: none;
		}

		#leftMenu li a:hover {
			color: #56B6E6;
		}