html, body {
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: Tahoma;
}
img {
	display: block;
}
h1{
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 5px 0 5px 0;
}
#body{
	width: 100%;
	height: 100%;
	min-width: 1003px !important;
}
	#body-col1{
		background: url(../img/left-bg.jpg) repeat-y;
		width: 287px;
		min-width: 287px !important;
		border-right: 1px solid #fff;
		vertical-align: top;
		height: 100%;
	}
		#body-col1-top{
			background: url(../img/left-up.png) repeat-y;
			width: 287px;
			height: 100%;
			position: absolute;
			z-index: 1000;
		}
		
		.hohlama {
			display: block;
			margin-top: 33px;
			margin-left: 80px;
		}
	#body-col2 {
		background: #000 url(../img/right-bg.jpg) repeat-y right;
		height: 100%;
		padding-left: 45px;
		padding-top: 34px;
		vertical-align: top;
		min-width: 615px !important;
	}
		#top-menu {
			background: url(../img/menu-bg.jpg) repeat-x;
			height: 40px;
			width: 100%;
			text-align: center;
		}
			#top-menu-ul {
				
			}
			#top-menu-ul li{
				display: inline;
				margin: 0 7px;
				position: relative;
			}
			#top-menu-ul li a {
				color: white;
				display: inline-block;
				font-size: 12px;
				line-height: 40px;
			}
				.top-unmenu {
					display: none;
					position: absolute;
					left: -14px;
					-margin-top: 40px;
					-left: -7px;
					font-size: 0;
				}
				*:first-child+html .top-unmenu{
					margin-top: 40px;
				}
				.top-unmenu li{
					display: block !important;
					width: 60px;
					height: 14px !important;
					line-height: 6px !important;
				}
				.top-unmenu li a{
					font-size: 10px !important;
					line-height: 12px !important;
					-vertical-align: top;
				}
				
				.unmenu1 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 0;
				}
				.unmenu2 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 -14px;
				}
				.unmenu3 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 -28px;
				}
				.unmenu4 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 -42px;
				}
				.unmenu5 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 -56px;
				}
				.unmenu6 {
					background: url(../img/un-menu-bg.jpg) repeat-x 0 -70px;
				}
			
		#content {
			margin-top: 35px;
			width: 100%;
			font-size: 10px;
		}
			#content-col1{
				width: 240px;
				vertical-align: top;
			}
			#content-col2 {
				padding-left: 20px;
				padding-right: 20px;
				vertical-align: top;
			}