/* CSS Document */

body{
	background-color:#000000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.page{
	width:1000px;
	height:750px;
	background-image:url(SorgentiDIV/background.png);
	background-repeat:no-repeat;
	margin:0 auto;
	border:0px solid #FFFFFF;
}

.header_menu{
	width:1000px;
	height:60px;
	margin:0 auto;
	background-image:url(SorgentiDIV/header2.png);
	text-align:center;
	padding-top:60px;
}

.menu {
	background-image:url(SorgentiDIV/separator.png);
	background-position:right;
	background-repeat:no-repeat;
	border:0px solid #000000;
	text-align:center;
	display:inline;
	padding-right:2px;
	margin-left:-5px;
}

.menu_last {
	border:0px solid #000000;
	display:inline;
	padding-right:2px;
	margin-left:-5px;
}

.menu .single_menu{
	font-family:Arial Black;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	color:#FFFFFF;	
}

.menu_last .single_menu{
	font-family:Arial Black;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	color:#FFFFFF;	
}

.header_page{
	width:937px;
	height:140px;
	margin:0 auto;
	margin-top:20px;
	background-image:url(SorgentiDIV/header_page.png);
	text-align:center;
	padding-top:15px;
}

.left_content{
	width:176px;
	height:378px;
	margin-left:45px;
	margin-top:20px;
	background-image:url(SorgentiDIV/content-left.png);
	float:left;
	padding-top:10px;
	text-align:center;
	overflow:hidden;
	color:#FFFFFF;
}

.left_content hr{
	width:75%;
}
	

.left_content a img{
	border:none;
	margin-top:5px;
}

.left_content ul{
	list-style:circle;
	color:#FFFFFF;
	margin-left:-10px;
}

.link {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	text-transform: capitalize;
	
}

li.link {
	text-align:left;
	color:#FFFFFF;
	font-size:75%;
	text-decoration:none;
	margin-left:-5px;
}

.right_content{
	width:712px;
	height:378px;
	margin-right:45px;
	margin-top:20px;
	background-image:url(SorgentiDIV/content-right.png);
	float:right;
	padding-right:20px;
	padding-top:10px;
}	

.bodytext{
	height:340px;
	color:#FFFFFF;
	overflow:auto;
	text-align:justify;
	padding:15px;
	padding-right:30px;
	font-size:110%;
}

.image_body{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.footer{
	width:1000px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(SorgentiDIV/footer.png);
	float:right;
	margin-top:12px;
	text-align:center;
	font-size:14px;
}

.footer p {
padding : 20px 0 0 10px;
background : url(images/img4.gif) repeat-x;
color : #FFFFFF;
}
.footer p a {
	color:#FFFFFF;
	text-decoration:none;
}

.input_mail{
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#002200;
}

.submit-mail{
	border:2px ridge #FFFFFF;
	color:#FFFFFF;
	background-color:transparent;
	cursor:crosshair;
}
