﻿body 	{
	color: #333333;
	background: #4a716e;
	font: 11pt  verdana, arial, "Futura Lt BT",  sans-serif;}


a			{text-decoration: none;} 
a:link, a:visited 	{color: #a9bb8f;}
a:active, a:hover	{color: #ffffff;}

#testo a:link, #testo a:visited {
	text-decoration: underline;
	color: #2F4F4F;
}

#testo a:active, #testo a:hover {
    color: #a9bb8f;
}

#testo-contact a:link, #testo a:visited 	{
	text-decoration: underline;
	color: #2F4F4F;
	}
	
#testo-contact a:active, #testo-contact a:hover  {
	color: #a9bb8f;
	}
	
h1 {color: #C0C0C0;
	margin: 0;
	}

h2 {color: #C0C0C0;
	font-size: 12pt;
	font-weight:bold;
	}
		
h3 {color: #2F4F4F;
	font-size: 12pt;
	font-weight:bold;
	text-align: center;
	}
	
h4 {color: #2F4F4F;
	font-size: 12pt;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	}
	
h5 {color: #2F4F4F;
	font-size: 14pt;
	font-weight:bold;
	text-align: center;
	}

	
.small 	{	font-size: 10pt;
	}
	
#container {
	background-color:  mintcream;
	margin: 0px;
	padding: 0px;
	border: 1px solid #778888;
	width: 902px;
}

#header {
 	margin: 0; 
	background-color: #2F4F4F;
	text-align: center;
	padding: 0;
	}

#navmenu {  
	background-color: #4a716e;
	height: 50px;
	padding: 3px 0;
	}

#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	align: bottom; 
 }

#navmenu li {
	display: inline;
	margin: 0;
	}

#navmenu a {
	background-color: #4a716e;
	font-size: 12pt;
	padding: 10px 20px;
	}
	
/* ----------------SUB NAV------------  */

#subnav {
	float: right;
	margin-right: 5px;
	margin-top: -20px;
	color: #8FBFFF;
}

#subnav a:link, #subnav a:visited {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	}

#content {  background: url('images/leftbcgnd.jpg') repeat-y left;
	background-color: mintcream;
    margin:0; 
	height:100%; 	
	}

#leftmenu {  
/*	background-color: #ebe5e6; */

	background-color: #2F4F4F;
	width: 170px;
	padding: 10px;
	margin: 0;
	text-align: center;
	float: left;
	}

#leftmenu  img{  
	background-color: mintcream;
	padding: 2px;
	text-align: center;
    border: 2px solid #c0c0c0;
	}
	
#testo { 
	margin: 0px 30px 0px 190px;
	padding: 50px 10px 30px 30px;
	width: 220px;
	}
	
#testo-contact {  
	margin: 0px 10px 0px 210px;
	padding: 18px;
	width: 640px;
	}

#map { 
	margin: 10px 0 0 0;
 	width: 620px;
 	height: 500px; 
 	margin-left: 240px;	}
	
#rightmenu {  
 	margin: 0 0 0 15px;
	padding: 50px 10px 0px 10px;
	float:right;
	}

#rightmenu img {  
	width: 400px;
 	height: auto;
    	border: 1px solid #c0c0c0;
	}


#footer {  
	background-color: #263938;
	color: #999;
	font-size: 8pt;
	padding: 3px;
	clear: both;
	}