/* BASIC ELEMENTS */
HTML {
	margin: 0px;
	padding: 0px;
	}
BODY {
	font: 13px/14px "Trebuchet MS", Verdana, serif;
	color: Black;
	background: #004821 url(../img/bg_index.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
IMG {
	border: 0;
	}
UL, LI {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
A:link, A:visited {
  color: White;
	text-decoration: none;
}
A:hover, A:active {
  color: #C0CFC8;
}
/* BASIC ELEMENTS */

/* CONTAINER */
#main_cont {
	width: 1000px;
	margin: 40px auto 0px auto;
	position: relative;
}
/* CONTAINER */

/* HEADER */
#validw3c {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 10;
}
#validw3c IMG {
	border: none;
	width: 44px;
	height: 15px;
}

#lcol, #ccol, #rcol {
	height: 525px;
	float: left;
	position: relative;
}
#lcol {
	width: 217px;
}
#ccol {
	width: 566px;
	text-align: center;
}
#ccol IMG {
	display: block;
	margin-top: 75px;
}

#rcol {
	width: 217px;
	background: url(../img/bg_rcol.gif) no-repeat top right;
}
#lcol IMG, #rcol IMG {
	display: block;
	position: absolute;
	bottom: 34px;
}
#rcol IMG {
	right: 0px;
}

#news_cont {
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin: 70px 0px 0px 17px;
	color: #969696;
	text-align: left;
}
#news_cont A {
	color: #969696;
}
#news_cont A:hover {
	color: Black;
}
.news_date {
	color: #8AC33E;
	font-weight: bold;
}
/* HEADER */



/* NEWS */

/* NEWS */
	

/* CONTENT */
#content {
}

/* CONTENT */

/* FOOTER */
#footer {
	text-align: center;
	clear: both;
}

/* FOOTER */

/* MENU */
#menu_lang {
	margin-top: 50px;
}
#menu_lang LI {
	display: inline;
}
#menu_lang A {
	padding: 0px 8px;
	border-right: 1px solid #FFFFFF;
}

#menu_bottom {
	padding-top: 18px;
}
#menu_bottom LI {
	display: inline;
}
#menu_bottom A {
	padding: 0px 12px;
	border-right: 1px solid white;
}

/* MENU */


/* OTHER */
.last_item {
	border: none !important;
}
/* OTHER */

