@charset "utf-8";
/* CSS Document */

body {
	background:url(img/bg.png) repeat-x;
	background-color:#006699;
	width:896px;
	margin:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}

h1 { font-size:13px; color:#333333; }
a.menu { color:#FFFFFF; text-decoration:none; }

a.menu:hover { color:#FFFFFF; text-decoration:none; background:#FF9900; }

#header {
	width:896px;
	height:290px;
	float:left;
	background:url(img/header.png) no-repeat;
}

#menu {
	width:680px;
	height:25px;
	margin-top:43px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:6px;
}

ul,menu {
	float: left;
	margin: 0;
	list-style:none;
	display:inline;
}

li.menu {
	float: left;
	margin: 0;
	list-style:none;
	display:inline;
}

#menu li a {
	text-decoration: none;
	padding: 0 10px;
	line-height: 20px;
	color:#FFFFFF;
}

#menu li a:hover, #menu li.active a {
	background-color: #FF9900;
	border-bottom: 2px solid #DDD;
	color:#FFFFFF;
}

#pagina {
	width:850px;
	height:auto;
	float:left;
	background:#FFFFFF;
}

#interna {
	width:826px;
	height:auto;
	padding:12px;
	float:left;
	background:#FFFFFF;
}

#portfolio {	
	width:600px;
	margin-right:5px;
	float:left;
}

#destra2 { 
	width:200px;
	float:right;
	background:#E1E1E1;
}

#contenuto {	
	width:470px;
	margin-left:12px;
	margin-right:5px;
	float:left;
	padding-top:10px;
}

#destra { 
	width:345px;
	float:right;
}

#footer {
	width:840px;
	height:35px;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	float:left;
	margin-bottom:10px;
	text-align:center;
}
	

