/* Copyright 2008 Lightage */ 
html, body{
	background: #4C403B;
	margin: 0; 
	padding: 0;
	font: 100% Georgia, arial, helvetica, sans-serif;
}

input, select, textarea {
	border: 1px solid #9A9A9A;
	background: #ffffff;
	font: 13px Arial, Verdana;
	padding: 0 3px;
	color: #2C2C2C;
	margin-bottom: 6px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #E1371C;
	background: #ffffff;
}

input:focus, textarea:focus {
	border: 1px solid #9A9A9A;
	background: #eeeeee;
}

hr {
	display: none;
}


#container {
	background: #ffffff;
	color: #2C2C2C;
	border-top: 0;
	width: 760px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto; 
}


#header {
	font: 100% "Lucida Sans", arial, helvetica, sans-serif;
	background: url(images/logo.jpg) no-repeat;
	height: 110px;
	text-align: right;
	color: white;
}

#header h1, #header h2 {
	display:none;
}

#header ul {
	width: 200px;
	float: right;
	margin: 0;
	padding: 3px 25px 0 0;
	list-style-type: none;
	display: block;
	position: relative;

}

#header ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

#header ul li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4E4E4C;
	text-decoration: none;
}

#header ul li a:hover {
	color: #CCCCCC;
}





#footer {
	padding-left: 15px;
	background: #4C403B;
	margin-top: 6px;
	width: 760px;
	font-size: 10px;
	font-weight: normal;
	color: #9A9A9A;
}

#footer ul {
	width: 350px;
	float: left;
	margin: 0;
	padding: 10px 30px 20px 0;
	list-style-type: none;
	display: block;
	position: relative;
}

#footer ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px 10px 0 0;
	border-bottom: 1px solid #777777;
}

#footer ul li a {
	color: #9A9A9A;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #777777;
}





#contenuti {
	background: #ffffff;
	width: 700px;
	margin: 0;
	padding: 0 30px 30px 30px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}

#contenuti h3 {
	padding: 20px 10px 5px 0px;
	margin: 0;
	font-size: 20px;
	color: #333333;
	border-bottom: 2px dotted #E1371C;
}

#contenuti p {
	margin-bottom: 20px;
}

#contenuti a:link, #contenuti a:active, #contenuti a:visited {
	color: #442222;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
}

#contenuti a:hover {
	color: #cc9999;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}


#left {
	width: 315px;
	float: left;
	padding: 10px;
}


#right {
	text-align: center;
	width: 315px;
	margin: 24px 0 0 20px;
	float: left;

}

#right p {
	background: url(images/back_right.jpg) repeat-x;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}

 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#header, #footer{display:none;} 
#contenuti{width:100%; float:none;}
}
