@charset "utf-8";
/* CSS Document */

/* standard elements */
html {
min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background-image:url(../website_hg.gif);
	background: #aeafb2 center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0%;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #4b678b;
	scrollbar-track-color: #e9e9e9;
	background-repeat: no-repeat;
}


p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Trebuchet,sans-serif;}
h2 {font: bold 1.4em Trebuchet, sans-serif;}
h3 {font: bold 1em Trebuchet,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

blockquote {
	background: url(../../_css/img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;
	/*background: #FFF;*/
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	padding-left:12%
	width: 981px;
	align: center;
}

.outer-container {
	background: url('../../_css/img/hg.jpg') no-repeat center bottom;
	padding-bottom: 0px;
	align: center;
}

/* header */
.header {
	background: url('#') no-repeat;
	/*width: 981px;*/
	height: 600px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 0;
}
.subnav {
	width: 387px;
	height: 87px;
	}
	
.subnav_inner {
	width: 387px;
	height: 87px;
	}	



/* main */
.main {
	background: url(#) repeat-y;
	border-top: 1px solid #ff0000;*/;
	padding: 8px 12px 0 0;
}

/* content */
.right_images {
	float: right;
	border: solid 0px #ddd;
	padding: 0px 0px 0px 10px;
	margin-right: 10px;
}

.content {
	float: right;
	width: 560px;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 20px;
	;
}

.content li {
	list-style: url(../../_css/img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Trebuchet,sans-serif;}

