body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #45484d;
	background: #e5f2e1 url(../images/page_bg.jpg) top center repeat-y;
	margin: 0px;
	padding: 0px;
	min-width:780px;
	letter-spacing: 1px;
}

a {
	color: #333;
}

a:hover {
	color: #793dcb;
}

img {
	border: none;
}

#frame {
	width: 780px;
	min-height: 600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/main_bg.jpg) top center repeat-y;
}

.reset {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0px;
	line-height: 1px;
	height: 1px;
}

#header {
	width: 780px;
	height: 139px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#left {
	width: 179px;
	min-height: 600px;
	margin: 0 1px 0 0;
	padding: 0px;
	float: left;
}

#menu {
	width: 179px;
	height: 261px;
	background: url(../images/menu_bg.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#menu_eng {
	width: 179px;
	height: 261px;
	background: url(../images/menu_bg_eng.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#premenu {
	width: 179px;
	height: 25px;
}

#left .item .inner {
	height: 26px;
	width: 178px;
	margin: 0 0 4px 1px;
	padding: 0px;
}

#left .item a:link .inner {
	background: url(../images/blank.gif) top left no-repeat;
	padding: 0px;
}

#left .item a:visited .inner {
	background: url(../images/blank.gif) top left no-repeat;
	padding: 0px;
}

#left .item a:hover .inner {
	background: url(../images/menuItem_bg.gif) top left no-repeat;
	padding: 0px;
}

#contact {
	width: 179px;
	height: 74px;
	background: url(../images/contact_bg.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#contact_eng {
	width: 179px;
	height: 74px;
	background: url(../images/contact_bg_eng.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#contact2 {
	width: 179px;
	height: 389px;
	background: url(../images/contact2_bg.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#contact2_eng {
	width: 179px;
	height: 389px;
	background: url(../images/contact2_bg_eng.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#email {
	width: 179px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#content {
	background: url(../images/content_bg.jpg) top left no-repeat;
	border: none;
	width: 600px;
	min-height: 600px;
	padding: 0px;
	float: left;
	margin: 0 0 30px 0;
}

#content .inner {
	margin: 20px;
}


#footer {
	clear:both;
	width: 780px;
	height: 33px;
	padding: 0px;
	margin: 0px;
}

#hm_sitemap {
    display: none;
    visibility: hidden;
}

.totop {
	float: right; 
	width: 100px;
	border-top: 1px solid #888;
	color: #888;
	margin: 10px;
}

.totop a {
	color: #888;
	float: right;
	width: 50px;
	text-decoration: none;
	margin: 5px 0 0 0;
}



