@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", "trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	background: url(../images/body.gif) center top no-repeat #e3e3e3;
}

a:link, a:visited {
	color: #508a82;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a:active {
	color:#00443a;
	text-decoration:none;
}

*:first-child + html body  /* solo IE 7.0 */ {
	background: url(../images/body2.gif) center top no-repeat #e3e3e3;
}




/*MAIN CONTENT*/
#main_content {
	margin: auto;
	height: 100%;
	width: 1000px;
	background-image: url(../images/main_repeat.gif);
	background-repeat: repeat-y;
   	position: relative;
}




/* HEADER */
h1#header{
    position: relative;
    width: 1000px;
    height: 191px;
	font-size: 6px;
	margin: 0px;
	padding:0px;
}

h1#header span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	background: url(../images/header.gif) no-repeat;
}





/*SOTTO HEADER */
#sotto_header{
	width: 960px;
	height: 22px;
	margin: 0px;
	padding:5px 20px 5px 20px;
	background: url(../images/sotto_header.gif) no-repeat;
	font-size:12px;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
}

#sotto_header a{
	color:#FFF;
}

#sotto_header span{
	padding:0px 25px 0px 25px;
}





/*CONTENT TXT*/
#content_txt {
	width:705px;
	min-height:400px;
	height:auto; 
	background: url(../images/content_txt.gif) no-repeat;
	font-size:14px;
	text-align:justify;
	padding:35px 30px 20px 20px;
	float:right;
	color:#333;
}

#content_txt p{
	margin:0px;
	padding:0px;
}

#content_txt li{
	list-style: none outside url(../images/square_list.gif);
}

*:first-child + html #content_txt li /* solo IE 7.0 */ {
	list-style: none outside url(../images/square_list2.gif);
}

#content_txt h1 {
	font-weight:normal;
	display:block;
	border-bottom: #827f7f solid 1px;
	font-size:35px;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	color: #827f7f;
}

#content_txt h1 a{
	text-decoration: none;
	font-weight: normal;
	color: #004137;
}

#content_txt h1 a:hover,#content_txt h1 a:active{
	text-decoration: none;
	font-weight: normal;
	color: #827f7f;
}

#content_txt h3 {
	text-transform:uppercase;
}

#content_txt h3 a{
	text-decoration: none;
	font-weight: bold;
	color: #004137;
}

#content_txt b{
	color: #004137;
}





/* MENU */
#menu{
	width: 245px;
	height: 100%;
	float:left;
	margin:0px;
	background: url(../images/menu.gif) no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing:1px;
	padding:  10px 0px 0px 0px;
}

#menu ul li {
	width:223px;
	height:27px; 
	margin:0px 0px 20px 22px;
	padding: 0px 0px 0px 0px; 
	background:url(../images/menu_li.gif)no-repeat; 
}


#menu ul li a:link, #menu ul li a:visited {
	display:block; 
	background: url(../images/menu_li.gif) no-repeat; 
	font-weight:normal; 
	padding:0 0 0 28px; 
	text-decoration:none;

}

#menu ul li a:hover, #menu ul li a:active {
	background: url(../images/menu_li_hover.png);

}

#menu ul {
	margin: 0px;
	padding:0px 0px 30px 0px;
	list-style: none;
}

#sotto_menu {
	margin: 0px;
	padding:0px;
	height:auto;
	width:100%;
	background: url(../images/sottomenu.gif) no-repeat;
}

#main_text{
	width:460px;	
	
}
/* BACHECA */
#bacheca{
	position: absolute;
	top: 310px;
	left: 755px;
	width:180px;
	margin: 0px 1px 10px 14px;
	height:auto;
	border:0;
}

#scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #c0c0c0;
   height: 300px;
   width: 200px
}

.headline {
   position: absolute;
   top: 310px;
   left: 5px;
   height: 395px;
   width:190px;
}
.data{
	color:#408080;
	font-weight: bold;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 25px;
	padding: 15px 0px 5px 0px;
	clear:both;
	color:#333;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	background: url(../images/footer.gif) no-repeat #e3e3e3;
	font-family: tahoma, "trebuchet MS"; 
	background-position: top;
	color:#FFF;

}

#footer ul {
	margin:0px 0px 0px 20px;
	padding: 0px 0px 18px 0px;
	margin-right: 15px;
}

*:first-child + html #footer ul /* solo IE 7.0 */ {
	padding: 0px 0px 9px 0px;
}

#footer li {
	float:right;
	padding: 0px 5px 0px 5px;
	width:153px;
	margin: 0px 1px 0px 1px;
	display:inline;
	list-style:none;
}

#footer a:link,#footer a:visited {
	color:#FFF;
	font-weight:normal;
}

#footer p {
	color: #5e5e5e;
}

*:first-child + html #footer p  /* solo IE 7.0 */ {
	padding: 2px 0px 5px 0px;
}

#footer p a:link, #footer p a:visited {
	color: #004137;
}

.border {
	border-right: #FFF solid 1px;
}
