body{
	margin-top: 10px;
	text-align:center;
	background: #9f4000 url('../images/top_bg.png') repeat-x;
}

div#container {
	margin: 0 auto;
	/*background: #ff8800 url('images/portfolio_bg.png') repeat-y;*/
	width: 760px;
	font-family: arial, sans-serif;
	text-align:left;
}

/* Box in alto */ 
div#header {
	background: url('../images/pagina_head.png');
	background-repeat: no-repeat;
	float: left;
	width: 760px;
	height: 72px;
	/*overflow: hidden;*/
}
div#header h4 {
	text-align:right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom:0;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 1.5px;
	color: #ffffff;
	font-weight: normal;
}
div#header h4 a, a:link {
	text-decoration:none; 
	color:#ffffff; 
	font-weight: normal;
}
div#header h4 a:hover, a:active {
	text-decoration:none; 
	color:#333333; 
	font-weight: normal;
}

/* Box centrale, contiene Maintxt e mainalien */
div#main {
	float: left;
	background: url('../images/pagina_bg.png') repeat-y;
	width: 760px;
	text-align:left;
}

/* Box laterale con testo*/ 
div#maintxt {
	padding: 30px; /*110px 30px 30px 30px;*/
	float: right;
	width: 380px; /* + 30 padding per lato = 440*/
	/*vertical-align: middle;*/
	font-size: 0.8em;
	line-height: 1.1;
	color: #ffffff;
	letter-spacing: 0.5px;
	/* immagine alieni 
	background-image: url('images/banda_alieni.png');
	background-repeat: no-repeat;
	background-position: top left;*/
}

div#maintxt strong{
	color: #ffec00;
	font-weight: bold;
}
div#maintxt a, a:link {
	text-decoration:none; 
	font-weight: bold;
	color:#ffffff; 
}
div#maintxt a:hover, a:active {
	text-decoration:none; 
	font-weight: bold;
	color:#000000; 
}


/* Box con alieno*/ 
div#mainalien {
	padding: 20px 10px;
	float: left;
	width: 300px; /* + 10 padding per lato = 320*/
	overflow: hidden;
	/*background-color:#ff6600; */
	/* immagine alieni  
	background-image: url('images/banda_alieni.png');
	background-repeat: no-repeat;
	background-position: top left;*/
}

/* Div con indirizzo email*/
div.contatto {
	padding: 20px 30px;
	text-align:center;
	color: #ffffff;
	font-size: 14px;
	font-weight:normal;
}
div.contatto a, a:link {
	color:#ffec00;  
	text-decoration:none; 
	font-weight: bold;
}
div.contatto a:hover, a:active{
	color:#000000;  
	text-decoration:none; 
	font-weight: bold;
}


/* Footer*/
div#footer{
	background: url('../images/pagina_footer.png'); 
	background-repeat: no-repeat;
	float: left;
	text-align:center;
	width: 760px;
}

/* menu orizzontale nel footer*/
div#footer ul{
	padding:0;   
	margin: 28px 0 0 0 ;  
	color:#999999;  
	font-size: 12px;
}

div#footer ul li{
	display:inline;   
	list-style-type: none;
	color:#ffffff; 
}

div#footer ul li a{   
 	color:#ffffff;   
 	text-decoration:none;   
}
div#footer ul li a:hover{   
 	color:#ff6600;   
 	text-decoration:none;  
}
div#footer ul li a:active{   
 	color:#ff6600;   
 	text-decoration:none;  
}

