body, html {
	background: #5c985c url(../images/bg3.jpg) no-repeat fixed center top;
	height:100%;
	font: 12px/21px Verdana, Geneva, sans-serif;
	color: #505d64;
}
a {
	text-decoration: underline;
	color: #7b7647;
}
a:hover {
	text-decoration: none;
	color: #7b7647;
}
p {
	 margin: 12px 0;
}
h2 {
	font: normal 20px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c38527;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h1 {
	font: normal 20px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c38527;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.clear {
	clear:both;

}

#wrapper {
	background: #FFF;
	margin: 0px auto;
	width: 960px;
	height:auto !important;height:100%;
	min-height:100%;
}
#header {
	background: url(../images/headerbg.jpg) repeat-x;
	clear: both;
	height: 88px;
	border-bottom: 1px solid #c5c09f;
	position: relative;
}
#logo {
	position: absolute;
	left: 29px;
	top: 7px;
}
#lang {
	position: absolute;
	right: 29px;
	top: 35px;
}
#lang a {
	font-size: 11px;
	color: #7b7647;
}
/*HEADER*/

#menu {
	background: #e4eeee url(../images/menubg.jpg) repeat-x;
	height: 36px;	
}
#menu ul li {
	display: inline;
	float: left;
	padding: 0px 35px;
	background: url(../images/menusep.gif) no-repeat right;
}

#menu ul li:hover {
	background: url(../images/menubg2.jpg) repeat-x;
}

#menu a {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #566570;
	text-decoration: none;
	line-height: 36px;
}
#menu a:hover {
	text-decoration: underline;
}

/*MENU*/

#col3 {
	margin: 25px 23px 0px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
}
.col1 {
	width: 260px;
	float: left;
	padding-right: 67px;
	background: url(../images/sep1col.gif) no-repeat 285px top;
}
.col2 {
	width: 260px;
	float: left;
	
}
.col3 {
	width: 260px;
	float: left;
	padding-left: 67px;
	background: url(../images/sep3col.gif) no-repeat 25px top;
}

a.readmore  {
	color: #FFF;
	background: #b5af85;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*3col*/

#flash h2 {
	margin: 25px 23px 0px;
	position: relative;
	float: none;
	line-height: 5000px;
	background: url(../images/flash.jpg);
	display: block;
	overflow: hidden;
	height: 215px;
	cursor: pointer;
}
/*FLASH*/

#container {
	margin: 25px 23px 0px;
}
/*CONTAINER*/
#footer {
	background: #f1f0e8;
	text-align: center;
	margin: 25px 0px 0px;
	font-size: 11px;
	line-height: 15px;
	padding: 35px 0px;
	border-top: 1px solid #b3ae81;
}
.main ul {
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	-moz-padding-start: 40px;
	padding-left: 40px;
}

.main ul li {
	display: list-item;
	list-style: disc inside;
}