html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color:#095821;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
}

#container {
	overflow: hidden;
	width: 984px;
	margin:auto;
	color: #321a11;
	font-family:Arial, Tahoma;
	font-size:14px;
	line-height:20px;
}

a {
	color:#0e3d00;
	text-decoration:none;
	outline:0px;
}
a:hover {
	text-decoration:underline
}
a img {
	border:0px;
}
a.more {
	display:block;
	float:right;
	height:21px;
	width:55px;
	background-image:url(img/more.gif);
	margin:6px 0 0 0;
}
a:hover.more {
	-moz-opacity:0.8; opacity:0.8; filter: alpha(opacity=80);
}

h1 {
	color:#424631;
	float:left;
	font-family: Arial, Tahoma;
	font-size:20px;
	font-weight:bold;
	line-height:23px;
	margin:0px 0px 15px 0px;
	width:100%;
}
h2 {
	color:#424631;
	float:left;
	font-family: Arial, Tahoma;
	font-size:20px;
	font-weight:bold;
	line-height:23px;
	margin:0px 0px 15px 0px;
	width:100%;
}
h3 {
	color:#424631;
	float:left;
	font-family: Arial, Tahoma;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 10px 0px;
	width:100%;
}
#left {
	display:inline;
	float:left;
	width:235px;
	height:828px;
}

#menu {
	display:inline;
	float:right;
	width:749px;
	height:48px;
	margin-top:19px;
}

a#menu-01 {
	display:block;
	float:left;
	width:176px;
	height:48px;
	background: url(img/menu_01.jpg);
}

a:hover#menu-01 {
	background-position: 0 48px;
}

a#menu-02 {
	display:block;
	float:left;
	width:185px;
	height:48px;
	background: url(img/menu_02.jpg);
}

a:hover#menu-02 {
	background-position: 0 48px;
}

a#menu-03 {
	display:block;
	float:left;
	width:108px;
	height:48px;
	background: url(img/menu_03.jpg);
}

a:hover#menu-03 {
	background-position: 0 48px;
}

a#menu-04 {
	display:block;
	float:left;
	width:162px;
	height:48px;
	background: url(img/menu_04.jpg);
}

a:hover#menu-04 {
	background-position: 0 48px;
}

a#menu-05 {
	display:block;
	float:left;
	width:118px;
	height:48px;
	background: url(img/menu_05.jpg);
}

a:hover#menu-05 {
	background-position: 0 48px;
}

#topmap {
	display:inline;
	float:right;
	width:749px;
	margin-top:18px;
	height:231px;
}

#slider {
	position:relative;
	z-index:1;
	width:749px;
	height:231px;
	background:url(img/loading.png) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content {
	display:inline;
	float:right;
	width:689px;
	margin-top:20px;
	min-height:380px;
	padding:25px 30px;
	background-image: url(img/content.png);
}

#mainLeft {
	display:inline;
	float:left;
	width:350px;
}

#mainRight {
	display:inline;
	float:right;
	width:305px;
}

#footer {
	display:inline;
	float:right;
	width:749px;
	height:37px;
	font-size:11px;
	color:#fff;
	padding:15px 0 0 0;
	text-align:right;
	font-family:Tahoma;
}

#footer a {
	font-size:11px;
	color:#fff;
	font-family:Tahoma;
}


