/*stile generale*/
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #323232;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

.data {
font-size:85%;
color:#999;
}


#footer{
	margin: 5px;
	color: #EEE;
	text-align: center;
	font-size: 12px;
}
#footer a{color:#FFF;}

.clearfix{ /*clearfix http://css.flepstudio.org/css-tutorials/clearfix.html*/
}
#copyfooter{
clear: both;
text-align:left;
font-size:11px;
padding:0 10px 0 0px;
margin:0px;
color:#666;
border-top:1px solid #ccc;
}
#copytoright{
	margin-left:430px;
	border:0px solid black;
	border-left:1px dashed #ccc;
	padding-left:15px;
}
img{
border: none;
}
a{
outline: none;
}
/*contenitore*/
#wrapper{
width: 850px;
margin: auto;
padding-bottom:18px;
}
/*header*/
#header{
	height: 100px;
	background: url(../img/header_bg.jpg) repeat-x;
	text-align: center;
}
/*menu*/
#menu_bg{
height: 50px;
line-height: 50px;
background: url(../img/menu_bg2.jpg) repeat-x;
margin: 15px 0;

}
#menu{
width:95%;
float: left;
text-align:center;
}
#menu a{
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 0 10px 0 10px;
}
#menu a:hover{
color: #000000;
}
#menu a.a_right{
background: url(../img/menu_icon.jpg) no-repeat right;
}
#menu_left_bg{ /*angoli sinistra*/
width: 5px;
height: 50px;
float: left;
background: url(../img/menu_left_bg.jpg) no-repeat;
}
#menu_right_bg{ /*angoli destri*/
width: 5px;
height: 50px;
background: url(../img/menu_right_bg.jpg) no-repeat;
float: right;
}
/*wrapper*/
#wrapper_top_bg{
width: 850px;
height: 5px;
background: url(../img/wrapper_top_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
#wrapper_bot_bg{
width: 850px;
height: 5px;
background: url(../img/wrapper_bot_bg.jpg) no-repeat;
}
#wrapper_bg{
width: 830px;
background: url(../img/wrapper_bg.jpg) repeat-y;
padding: 5px 10px;
}
/*colonna sinistra*/
#left_col{
	float: left;
	width:160px;
}
#left_col h2{
margin: 0;
padding: 0;
font-size: 15px;
}

.left_top_bg{
width: 180px;
height: 0px;
//background: url(../img/left_top_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
.left_bot_bg{
width: 180px;
height: 5px;
//background: url(../img/left_bot_bg.jpg) no-repeat;
margin-bottom: 10px;
}
.left_bg{
	width: 160px;
	background-color: #CCCCCC;
	padding: 20px;
}
/*colonna destra*/
#right_col{
width: 640px;
margin-right:10px;
float: right;
}
#bright_col{
width: 825px;
float: right;
}
h1{
	color: #FD0100;
	font-size: 15px;
}
h2,h3,h4,h5,h6{
	font-family: arial;
	color: #009900;
}
p{font-family: arial;}

.bot_spacer{
margin-bottom: 50px;
}
.bckgrnd{
	background-image:url('../img/assistance_special_COMPASAW.png');
	background-repeat:no-repeat;
	background-position:center;
	width:400;
	height:150px;
	text-align:center;
	padding-top:2em;
}
#right_col a{
color: #090;
}
#bright_col a{
color: #090;
}

