@charset "utf-8";

/*
Author: Lipperi Alessandro

CSS Crossbrowser: IE 6, IE 7, Firefox 3, Chrome, Safari for Windows
Miminum resolution: 1024x768
*/

body {
	font-size: 11px;
	background-color:#0066FF;
	margin-top:0px;
}

.body_centro{text-align:center;}
.body_sx{text-align:left;}

h4{
margin-top:2px;
margin-bottom:2PX;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

h3{
margin-top:2px;
margin-bottom:2PX;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#f88906;
}

h2
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f88906;
}


.p_menu
{
	color: #000000;
	text-align:left;
	font-family: Verdana;
	font-size: 12px;
	width: 348px;
}

.p_centrale
{
	color: #000000;
	text-align:center;
	font-family: Verdana;
	font-size: 12px;
}

.p_titolomenu
{
	color: #800000;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	border-bottom: 1 #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
	font-style: oblique;
	font-weight: bold;
}

.p_titotop
{
	color: #800000;
	font-size: 9px;
	border-top: 1 #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #800000;
}

a:link
{
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
}
a:visited
{
	text-decoration: none;
	color: #0000CC;
}
a:hover
{
	text-decoration: none;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}

ul, li{
	margin:0;
	padding:0;
	list-style:none;
}

#Wrapper {
	background-color:#CCCCCC;
	width:910px;
	padding: 35px 35px;
	}

#Conteiner {
	margin-top:0px;
	background-color:#e4e4e4;
	width:910px;
	display:block;
}

#header {
	height: 57px;
	width: auto;
	vertical-align:middle;
	text-align:center;
	background-color:#aeaeae;
	}

#Corpo_ad{
	margin:5px 5px 5px 5px;
	}

#Footer{
	width:inherit;
	height:35px;
	background-color:#aeaeae;
	vertical-align: bottom;
	bottom: 0px;
}
/*
#Contenitore_frame
{
	width: 418px;
	height: auto;
	background-color: #aeaeae;
	margin-left: 0px;
	overflow: hidden;
	display: inline;
}
#Contenitore_frame_noscroll{
	width:418px;
	height:440px;
	background-color:#aeaeae;
	margin-left:0px;
}*/