html {
  height:100%;
}
body {
   height: auto;
   height: 100%;
   min-height: 100%;
	color: #303030;
	font-family: Times;
	font-size: 62.5%;
	margin: 0;
   padding: 0;
}
#left-bg-container {
	height: 100%;
	width: 50%;
	background: url(/img/header_bg_l.gif) top right repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#right-bg-container {
	height: 100%;
	width: 50%;
	background: url(/img/header_bg_r.gif) top left repeat-x;
	position: absolute; 
	top: 0px;
	right: 0px;
	z-index: -1;
}
#main {
	width: 996px;
	background: url(/img/main_bg.gif) repeat-y;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	width: 996px;
	height: 260px;
	background: url(/img/header_bg.gif) top no-repeat;
	position: relative;
}
#expo_cont_text {
	width: 140px;
	height: 64px;
	color: #bd1b00;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	float: left;
	overflow: hidden;
}
	#expo_cont_text span {
		margin-top: 30px;
		margin-right: 5px;
		display: block;
	}
#expo_cont_nums {
	width: 220px;
	height: 64px;
	color: #bd1b00;
	font-size: 20px;
	font-weight: bold;
	float: left;
	overflow: hidden;
}
	#expo_cont_nums span {
		margin-top: 28px;
		display: block;
	}
#language {
	width: 634px;
	height: 64px;
	text-align: right;
	float: left;
	overflow: hidden;
}
#language a {
	display: block;
	margin-top: 4px;
	margin-right: 10px;
}
#expo_logo {
	width: 190px;
	height: 140px;
	text-align: center;
	float: left;
	overflow: hidden;
}
	#expo_logo img {
		margin-top: 7px;
		margin-left: 15px;
	}
#expo_name {
	width: 500px;
	height: 90px;
	color: #4e4e4e;
	font-size: 32px;
	line-height: 28px;
	float: left;
	overflow: hidden;
}
	#expo_name span {
		border-bottom: 3px dotted #ccc;
		padding-bottom: 6px;
		margin-top: 20px;
		display: block;
	}
#expo_org {
	width: 500px;
	height: 45px;
	color: #777;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	float: left;
	overflow: hidden;
}
	#expo_org span {
		display: block;
	}
#expo_loc {
	width: 280px;
	height: 140px;
	background: url(/img/date_bg.gif) center no-repeat; 
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: right;
	overflow: hidden;
}
	#expo_date {
		font-size: 20px;
		line-height: 18px;
		margin-top: 20px;
		margin-bottom: 12px;
		display: block;
	}
#menu_h_block {
	font-size: 1.4em;
	text-align: right;
	padding: 20px 10px 0 10px;
}
	#menu_h_block div {
		margin: 2px;
		float: right;
	}
	#menu_h_block a {
		color: #1c1c1c;
		background: #f1f9eb;
		text-decoration: none;
		padding: 7px 15px;
		display: block;
		text-decoration: none;
	}
	#menu_h_block a:hover {
		background: #ffe1bf;
	}
#hello {
	color: #777;
	font-weight: bold;
}
	
#menu_v_block {
	width: 220px;
	font-size: 1.4em;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 110px;
	position: absolute;
	left: 0;
}
	#menu_v_block div {
		text-align: right;
		margin: 2px 5px;
}
	#menu_v_block a {
		color: #1c1c1c;
		background: #f1f9eb;
		text-decoration: none;
		padding: 7px 10px;
		display: block;
	}
	#menu_v_block a:hover {
		background: #ffe1bf;
	}
#content {
	width: auto;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 120px;
	margin-left: 230px;
	margin-right: 15px;
	vertical-align: top;
	position: relative;
}
	#content_header {
		color: #507338;
		font-size: 20px;
		padding: 5px 0 5px 0;
		margin-bottom: 20px;
		border-bottom: 3px dotted #ccc;
		display: block;
	}
#footer {
	width: 100%;
	height: 100px;
	background: #f1f1f1 url(/img/footer_bg.gif) repeat-x top;
	margin-top: -70px;
	position: relative;
}
	#footer_contacts, #footer_banners, #footer_copy {
		width: 956px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#footer_contacts {
		height: auto;
		font-size: 1.1em;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	#footer_banners {
		height: 0;
	}
	#footer_copy {
		height: auto;
		font-size: 1.1em;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#footer a {
		color: #1c1c1c;
		text-decoration: none;
	}
	#footer a:hover {
		color: #1c1c1c;
		text-decoration: underline;
	}
	#footer a:visited {
		color: #1c1c1c;
		text-decoration: none;
	}
.border {
	border: 1px solid gray;
}
.clearer {
	clear: both;
}



/* Common Styles*/

h1, h2, h3, h4 {
	color: #78684e;
	margin: 0;
	text-indent: 20pt;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
p {
	text-align: justify;
	text-indent: 20pt;
	margin: 0;
}
.woi {
	text-indent: 0;
}
font {
	color: #3D3D3D;
}
small {
	font-size: 0.9em;
}
big {
	font-size: 1.1em;
}
span.bright, font.bright {
	color: #f07700;
}
a {
	color: #5a3d10;
	text-decoration: underline;
}
a:VISITED {
	color: #a48e6b;
	text-decoration: underline;
}
a:HOVER {
	color: #f07700;
	text-decoration: underline;
}
th {
	font-weight: bold;
	color: #fff;
	background-color: #acc692;
	text-align: left;
}
.bg {
	background: #fff;
}
.fild  {
	background: #edf9e2;
}
.line {
	background: #f9f1e2;
}
.serv  {
	background: #e2e1e1;
	text-align: center;
}
.th2 {
	background: #d1e8bc;
}
ol, ul {
	text-align: justify;
	margin: 0;
	text-indent: 40pt;
}
hr {
	color: #d4d4d4;
}
form {
	margin: 0;
}
form input, form textarea, form select {
	font-size: 0.9em;
	color: Black;
	font-family:  "Arial";
	background-color: #fff9f3;
}
input.button {
	border: #d4d4d4 solid 1px;
	background-color: #f1f1f1;
}
