/* CSS Document */
body{
background-color:#003f7e;
margin:0px;
padding:0px;
text-align:center;
}


a{
color:#003f7e;
text-decoration:underline;
}

a:visited{
color:#003f7e;
text-decoration:underline;
}

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


img{
border:0px;
}

td{
font-size:14px;
font-weight:bold;
}

div#wrapper{
position:relative;
padding:0px 0px 15px 0px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
width:750px;
height:100%;
}



#header{
position:relative;
height:129px;
}

#content{

	width: 750px;
	float:left;
	background-color:#ffffff;
}


#menu{
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:14px;
	position:relative;
	float:right;
	text-align:right;
	clear:left;
	margin-top:5px;
	margin-right:8px;
}

#menu a{
font-family:Helvetica, Geneva, Arial, sans-serif;
color:#003f7e;
text-decoration:none;
}

#menu a:visited{
color:#003f7e;
text-decoration:none;
}

#menu a:hover{
color:#003f7e;
text-decoration:underline;
}

#testo{
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	text-align:justify;
	height:auto;
	margin:0px 10px 0px 10px;
	padding-bottom:15px;
	
}

.subscriber{
position:relative;
width:300px;
height:40px;
background-image:url(img/bg_subscrivers.gif);
background-repeat:no-repeat;
margin-bottom:10px;
padding:0px 0px 8px 0px;
}

.subscriber1{
position:relative;
width:300px;
height:85px;
background-image:url(img/bg_subscrivers1.gif);
background-repeat:no-repeat;
margin-bottom:10px;
padding:0px 0px 8px 0px;
}

#contact_form{
width:730px;
background-image:url(img/bg_contacts.jpg);
background-repeat:no-repeat;
margin:0px auto 0px auto;
height:250px;
padding:30px 0px 30px 0px;
}

#footer{
position:relative;
float:left;
width:750px;
height:60px;
margin-top:3px;
background-color:#FFFFFF;
padding:3px 0px 3px 0px;
text-align:right;

}

.designed{
position:absolute;
bottom:3px;
left:5px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:left;
}

.designed a{
text-decoration:underline;
color:#003f7e;
}

.designed a:visited{
text-decoration:underline;
color:#003f7e;
}

.designed a:hover{
text-decoration:none;
color:#999999;
}
