#mainone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780;
	float:none;
	background-image: url(images/bg.png);
}

#top {
	display: inline;
	width: 780px;
	height: 121px;
	border-bottom: 1px solid #000;
}

#body {
	position: relative;
	display: inline;
	width: 780px;
	background-image: url(images/leftbg.png);
}

#left {
	position: relative;
	width: 186px;
	height: 100%;
	float: left;
	display: inline;
	background-color: #314661;
}

#leftbottom {
	position: absolute;
	bottom: 0px;
	left: 0px
}

#map {
	position: absolute;
	top: 290px;
	left: 10px;
}

#mainbody {
	position: relative;
	display: inline;
	float: left;
	width: 594px;
	height: 100%;
}

#col {
	position: relative;
	display: inline;
	float: left;
	width: 268px;
	height: 100%;
}


