/* CSS Document */

<!--
body,html {
	font: 10px/12px Verdana, Arial;
	color: #ffffff;
	background: #4ab164;
	height: 100%;
	margin: 0px;
}

h1 {
	font: 18px/20px Arial, Verdana;
	color: #ED8100;
	letter-spacing: 2px;
	word-spacing: normal;
	margin: 0px 0px 0px 0px;
}

h2 {
	font: 10px/12px Verdana, Arial;
	color: #fff;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}


a {
	color: #FFE000;
	text-decoration: none;
}

a:hover {
	color: #FFE000;
	text-decoration: underline;
}

#main {
	width: 588px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0px 0px -294px;
	border: 0px solid white;
}

#headerBlank {
	height: 85px;
}


#header {
	background: #4ab164 url(../img/header.gif) no-repeat center center;
	height: 85px;
}

#menu {
	float: right;
	margin: 60px 24px 0px 0px;
}

#menu a {
	font: 10px/12px Arial, Verdana;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	font: 10px/12px Arial, Verdana;
	font-weight: bold;
	color: #ffe400;
	text-decoration: none;
}

#menu .active {
	font: 10px/12px Arial, Verdana;
	font-weight: bold;
	color: #ffe400;
	text-decoration: none;
}

#menu ul li {
	display: inline !important;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}


#cover {
	background: #4ab164 url(../img/cover.jpg) no-repeat center center;
	border: 0px solid #fff;
	height: 375px;
	cursor: pointer;	
}

#map {
	background: #4ab164 url(../img/map.jpg) no-repeat center center;
	border: 0px solid #fff;
	height: 375px;
	cursor: pointer;	
}

#content {
	background: #4ab164 url(../img/bkg.jpg) no-repeat center center;
	border: 0px solid #fff;
	height: 375px;
	padding: 0px 0px 0px 0px;	
}

#contentNews {
	background: #4ab164 url(../img/bkg_cdc.jpg) no-repeat center center;
	border: 0px solid #fff;
	height: 375px;
	padding: 0px 0px 0px 0px;
}

#news {
	border: 0px solid #fff;
	width: 230px;
	float: right;
	margin: 60px 60px 0px 200px;
}

#text {
	border: 0px solid #fff;
	margin: 80px 80px 0px 0px;
	padding: 0px 16px 0px 0px;	
	overflow: auto;
	float: right;
	width: 320px;
	height: 200px;		
}

#text .ore {
	font: 10px/12px Verdana, Arial;
	color: #ED8100;	
}

#footer {
	border: 0px solid #fff;
	width: auto;
	text-align: center;	
}

-->