body 
{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p
{
   padding-bottom:10px;
   padding-top:0px;
}

a:link 
{
     color: #5B5B5B;
	 text-decoration: none;
}

a:visited 
{
     color: #5B5B5B;
	 text-decoration: none;
}

a:hover 
{
     color: #FF6600;
	 text-decoration: none;
}


/* Wrapper generale */

#main_wrapper
{
	margin:0px auto;
	width:935px;
	background-image: url(../img/struct/menu_bg_repeater.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#left_column
{
	width:718px;
}

#right_column
{
	width:216px;
	float:right;
}


/* Contenitore menu*/

#menu_wrapper
{
	height:731px;
	background-image: url(../img/struct/menu_bg_top.jpg);
	background-position: top;

}


#utility_menu
{
	margin-left:56px;	
	padding-top:45px;	
	width:160px;
	height:60px;
}

.utility_level a:link 
{
     color: #cccccc;
	 text-decoration: none;
}

.utility_level a:visited 
{
     color: #cccccc;
	 text-decoration: none;
}

.utility_level a:hover 
{
     color: #FF6600;
	 text-decoration: none;
}

#menu
{
	margin-left:56px;	
}

.top_level_item
{
	border-bottom:1px solid #ffffff;
	padding-top:18px;
	padding-bottom:6px;
	font-size:12px;
	font-weight:bold;
	display:block;
}

.top_level_item a
{
	color:#ffffff;
	text-decoration:none;
}
.top_level_item a:visited
{
	color:#ffffff;
	text-decoration:none;
}

.top_level_item a:hover
{
	color: #FF6600;
	text-decoration:none;
}

/* Banner */

#header
{
   width:718px;
}

#content_wrapper
{
   width:680px;
   padding-top:35px;
}


/* Contenitore testo sezioni interne */

.titles
{
	padding-bottom:8px;
	font-size:26px;
	color: #777777;
	font-style:italic;
	border-bottom:1px solid #FF6600;
	font-weight: bolder;
	letter-spacing: -1px;
}

.textBox
{
   vertical-align:top; 
   padding-top:20px;
}

.text
{
	color:#333333;
	font-size:12px;
	text-align:justify;
	line-height: 20px;
}

.imageBox
{
    width:334px; 
	text-align:right;
}

.img_content
{
   border:1px solid #FF6600;
   margin-bottom:15px;
}

#footer
{
	border-top:1px solid #FF6600;
	width:935px;
	font-size:10px;
	color:#787677;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	background-image: url(../img/struct/menu_bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

