/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #a10a53 url(images/back_ok.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
hr {
	color:#a10a53;
	size:1px;
	noshade:"noshade";
	line-height:2px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006600;
	margin-bottom:0px;
	margin-top:4px
	line-height:15px;
}
h1 ul{
	color:#006633;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-bottom:2px;
	font-size:11px;
	font-style:italic;
	line-height:12px;
}
h3 ul{
	font-size: 13px;
	margin-top:5px;
	line-height:20px;
}
h3 li{
	margin-top:0px;
	line-height:18px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color: #3399FF;*/
	color:#a10a53;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#a10a53;
	font-size:12px;
	line-height:16px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#a10a53;
	font-size:9px;
	line-height:12px;
}
h6 {
	color:#999999;
}
a {
	font-weight: bold;	
	text-decoration: none;
	color: #a10a53;
}

a:hover {
	text-decoration: underline;
	color: #006600;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header_ok.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #990066;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#percorso {
	width: 750px;
	margin: auto;
	padding: 0px 15px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	text-align:right;
	color:#000000;
	position:absolute;
	display:inline-block;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #a10a53;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	/*color: #99CCFF;*/
	color:#339900;
	text-align:left;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #339900;
}

