﻿#container {
	width: 960px;
	min-height: 612px;
}
/*MENU*/
#menu {
	width: 960px;
	height: 30px;
}
#menu li {
	float: left;
	list-style-type: none;
}
#menu a {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #003e7e;
	background-color: #fac81c;
}
#menu a:hover {
	color: #ffffff;
	background-color: #003e7e;
}
/*SUBMENU*/
#submenu {
	position: relative;
	width: 360px;
	height: 26px;
	left: 567px;
}
#submenu li {
	float: left;
	list-style-type: none;
}
#submenu a {
	display: block;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}
#submenu a:hover {
	color: #fac81c;
	background-color: transparent !important;
}
/*LOGO*/
#logo_tematico {
	position: absolute;
	top: 41px;
	left: 186px;
	width: 102px;
	height: 60px;
}
#logo_costa {
	position: absolute;
	top: 40px;
	left: 348px;
	width: 102px;
	height: 60px;
}
/*IMAGE LEFT*/
#image_left {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 160px;
	height: 550px;
}
#image_left img {
	width: 160px;
	height: 550px;
}
#image_left a {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #003e7e;
	background-color: #fac81c;
}
#image_left a:hover { background-color: #ffffff; }
/*CONTENT*/
#content {
	position: absolute;
	top: 180px;
	left: 160px;
	width: 790px;
	padding: 0 0 0 10px;
}
#content_small { 
	float: left;
	width: 220px;
	padding: 0 10px 0 0;
}
#content_big {
	float: left;
	width: 550px;
	padding: 0 10px 0 0;
}