body {  }
#message {
	width: 695px;
	height: 25px;
	background: #a2c5b5;	
	margin: 10px 0 10px 5px;
	border-top: 1px solid #024e3c;
}
#message p {
	margin: 5px 10px 5px 10px;
	color: #024e3c;
}

.container-left {
	float: left; 
	clear: both; 
	margin: 0 0 0 5px
}
* html .container-left {
	margin-left: 2px;
}

/* SIDE MENU */

#main_side_menu {
	clear: both;
	font-size: 14px;
	width: 200px;
	background: #94b6ad;
	height: 170px;
}
#main_side_menu p {
	
}
#main_side_menu a {
	display: block;
	color: #024e3c;
	text-decoration: none;
	width: 180px;
	height: 12px;
	padding: 3px 10px 2px 10px;
	font-weight: normal;
}
#main_side_menu a:hover {
	text-decoration: underline;
}
#main_side_menu ul {}
#main_side_menu li {}
#main_side_menu li a {
	font-family: 'Georgia','Times New Roman', serif;
	color: white;
	text-decoration: none;
	display: block;
	background: #94b6ad;
	width: 180px;
	height: 25px;
	padding: 8px 10px 2px 10px;
	font-weight: bold;
	border-bottom: 1px solid white;
}
#main_side_menu li a:hover {
	background: #a4c6bd;
	text-decoration: none;
}
#main_side_menu a.first {
	background: url(/img/frontpage/side_menu_tlo_top.gif) no-repeat 0 0;
	height: 26px !important;
	padding-top: 10px;
	padding-bottom: 0px;
}
#main_side_menu a.first:hover {
	background: url(/img/frontpage/side_menu_tlo_top_over.gif) no-repeat 0 0;
}

/* PRESENTATION */
#presentation {
	float: left;
	margin-left: 3px;
	width: 492px;
	height: 170px;
	background: url(/img/frontpage/commercial_slide.jpg) no-repeat 0 bottom;
	position: relative;
}
#presentation #side_1-commercial {
	width: 452px;
	height: 145px;
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
}
#side_1-commercial h2 {
	font-family: 'Georgia',serif;
	font-size: 22px;
	color: white;
	margin-bottom: 5px;
	font-weight: normal;
}
#side_1-commercial p {
	color: white;
	line-height: 14px;
	margin-left: 10px;
	font-size: 12px;
}
#side_1-commercial img {
	float: right;
	margin: 7px 0 0 7px;
	border: 1px solid #024e3c;
}
#side_1-commercial_slide a {
	color: white;
}


/* ------- *
 *   NEWS  *
 * ------- */

#news_container {
	float: left;
	width: 200px;
	margin-top: 3px;
	background: #f0faf0;
	height: 200px;
}
#news_container h1 {
	background: #8a042a;
	height: 30px;
	border-bottom: 1px solid white;
}
#news_container h1 a, .containers h1 a {
	display: block;
	position: absolute;
	margin: 8px 10px;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
	color: white;
}
#news_container h1 a:hover {
	text-decoration: underline;
}
#news_container .news_item {
	margin: 5px 10px;
	height: 160px;
	overflow: hidden;
}
#news_container .news_item h2 {
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS',Verdana, Helvetica;
	margin-bottom: 3px;
}
#news_container .news_item p {
	font-size: 11px;
	font-family: Verdana, Helvetica;
}
#news_container .news_item a {
	color: #024e3c;
	text-decoration: none;
	border: none;
}
#news_container .news_item a:hover {
	border-bottom: 1px solid #8a042a;
}
.containers {
	width: 162px;
	height: 200px;
	margin-top: 3px;
	margin-left:2px;
	background: #f0faf0;
	float: left;
}
.containers h1 {
	background: #024e3c;
	height: 30px;
	border-bottom: 1px solid white;	
}
.containers h1 a:hover {
	text-decoration: underline;
}
#commercial_container {
	margin-left: 3px;
	width: 164px;
}

/*
 * inside containers
 */

.containers .links {
	margin: 5px 10px;
	height: 130px;
}
.containers .links a {
	margin: 3px 0;
}
.containers .more {
	display: block;
	width: 155px;
	height: 25px;
	background: url(/img/but_more.gif) no-repeat right 0;
}
.containers .more span {
	display: none
}