#container {
 width: 950px;
 padding:4px;
 margin: 0em auto;
 height: 100%;
 overflow: hidden;

}
div {
border-spacing:0px;
padding:0px;
}
#top {
 width:950px; 
 height:155px;
 background: url('../gfx/top.jpg') no-repeat;	
}
#menu_top {
	border-top:1px solid black;
	height: 30px;
   width:950px;
   background: #9CC2E0;
   
}

#container_main{
	padding-top:5px;
	width:948px;
	overflow: hidden;
	 border:1px solid #9AC1E0;
}

#mainDIV { 
	display: table-cell;
	width: 945px;
	height: 100%;
	padding-left: 5px;
	overflow: hidden;
	float:left;
	
}

.menu_bottom {
	width:948px;
	height:30px;
	background: url('../gfx/menu_top.jpg') repeat-x;
	margin-bottom:1px;
	margin-top:1px;
}
.menu_bottom .center {
	display: table-cell;
	vertical-align: middle;	width:328px;
	height:30px;
	text-align:center;
	color:white;
	font-size:11px;
}
.menu_bottom .center a {
	color: #ffffff;
	font-weight: bold;
}
.menu_bottom .center a:hover {
	color: #FFFF00;
}

.menu_left_title {
	width: 180px;
	padding-left:15px;
	text-align:left; 
	color:#6C3808; 
	font-size:14px; 
	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;
}

.menu_left_content {
	width: 175px;
	text-align:center; 
	padding:2px 15px 2px 10px;
}
