html,body{margin:0; padding: 0}

body{/*font-family: arial,sans-serif; font-size: 76%*/}

#container{
	width:100%;
	height:100%;
}

#header{
	width:100%;
	height:412px;
	background-image:url(img_master/head_bg.jpg);
	background-repeat:repeat-x;	
	margin-bottom:16px;
}

#header_content{
	position:relative;
	width:980px;
	height:412px;
	background-image:url(img_master/head.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#keywords {
	position:absolute;
	top:15px;
	left:22px;
	width:980px;
	height:30px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
}

#link_lang {
	position:absolute;
	top:13px;
	left:830px;
	width:120px;
	height:30px;
	
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	color:#003366;
	cursor:pointer;
}

#link_lang.hover{
	text-decoration:underline;
}

#link_home {
	position:absolute;
	top:60px;
	left:100px;
	width:500px;
	height:120px;
	clear:both;
	cursor:pointer;
}

#link_mail {
	position:absolute;
	top:100px;
	left:860px;
	width:70px;
	height:70px;
	clear:both;
	cursor:pointer;
}

#flash{
	position:absolute;
	top:172px;
	left:172px;
	width:780px;
	height:234px;
}

#content{
	margin:auto;
	width:980px;
	/*background-image: url(img_master/content_shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	}

/*#content p{
	line-height:1.3em
	}*/


#navigation{
	width:150px;
	float:left;
	margin-top:228px;
	margin-left:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #728282;
	text-decoration: none;
	}
	
#navigation a{
	color: #160A67;
	text-decoration:none;
}

#navigation a:hover{
	color:#FF9900;
}
	
#navigation ul{
	list-style-type: none;
	line-height: 22px;
	margin: 0px;
	padding-left:12px;
}

#main{
	margin-left:190px;
	width:740px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#footer{
	text-align:center;
	clear:both;
	background-image:url(img_master/footer_bg.jpg);
	background-repeat:repeat-x;
	}
	
	
	
/* T Y P O */
/*tipografia*/
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006699;
	margin:0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FF9900;
	margin:0px;
}
