/* CSS Document */

a {
	text-decoration: none;
	color:#503020;
}
a:hover {
	/*color:#a81000;/*text-decoration: underline;*/
	color:#ef9;
}
body {
	margin:0px;
	padding:0px;
	font: 7.5pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f5df;
}
div#container {
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	min-height: 600px;
	min-width: 1030px;
	overflow: hidden;
	border: 2px solid #b3c16b;
	background-color: #fff;
}
div#top {
	float: left;
	width: 100%;
	height: 98px;
	background-color:#b3c16b;
	background:url(../images/top.jpg) repeat-x;
	clear:left;
}
div#toplang {
	float: left;
	width: 100%;
	height: 41px;
	background-color:#ecf3c3;
	background:url(../images/top-lang.gif) repeat-x;
	clear:both;
}
div#lang {
	float:right;
	width:400px;
	height:38px;
	text-align:right;
	padding-top: 3px;
}
div#lang img {
	padding-right:6px;
}
div#left {
	float: left;
	width: 158px;
	height: 100%;
	background-color:#ecf3c3;
	background:url(../images/left.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: left;
}
div#center {
	float:left;
	height:100%;
	background-color:#fff;
	width: 820px;
	margin:5px;
	padding:5px 5px 5px 10px;
	
}
div#leftcontent {
	float:left;
	width:72%;
	height:100%;

}
div#rightcontent {
	float:right;
	width:200px;
}
div#rightcontent p {
	background-color:#ecf3c3;
	padding-left:5px;
	padding-right:5px;
}
div#bottom {
	clear:both;
	width:100%;
	height:64px;
	background-color:#b3c16b;
	background:url(../images/bottom.jpg) repeat-x;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#60914F;
	letter-spacing:0.1em;
}
h2 {
	color: #503020;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
h3 {
	color: #663;
	font: bold 8.5pt Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: #222;
	text-align:justify;
	line-height:2em;
	font-size: 7.5pt;
}
#winenvironment {
	float: right;
	width:68%;
	height:98px;
	display:inline;
}
#winenvironment img {
	display:inline;
}
ul.menuleft {
	list-style-type: none;
	text-align: right;
	padding:0px;
	margin:0px;
	width: 158px;
}
ul.menuleft li {
	padding:8px;
	letter-spacing:0.1em;
	background-color: #d2dba1;
	margin:2px;
}
ul.menuleft li:hover{
	background-color:#cfbe88;
	/*background-color: #c783b3;*/
}
ul.menuleft li.current, ul.menuleft li.current a  {
	background-color:#cfbe88;
	/*background-color: #c783b3;*/
	color: #ef9;
}
div#adds {
	float: left;
	text-align: center;
	height:280px;
}
div#bottomtext {
	float: right;
	color:#FFF;
	margin-right:20px;
	margin-top:-28px;
	text-align:right;
}
.dots {
	background:url(../images/dots-bg.gif) repeat-x;
	width:100%;
	height:1px;
}
.subHeader {
	color: #503020;
	font-weight: bold;
}
.subHeader1 {
	color: #503020;
	font-weight: bold;
	font-size: 6pt;
}

div#counter {
	height:60px;
	line-height:35px;
	position: relative;
	top: 26px;
	left:5px;
}

