* {
	margin:0;
	padding:0;
}
body {
	background:#dee6ea url(../images/backBody.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#6c6c6c;
	font-size:11px;
}
div#wrapper {
	width:950px;
	padding:0 4px;
	background:url(../images/shadow.png) 0 0 repeat-y;
	margin:0 auto;
}

a {
	text-decoration:none;	
}
a img {
	border:none;	
}
ul li {
	list-style:none;	
}


/***** HEADER ****/
div#header {
	width:950px;
	background:url(../images/headerBack.jpg) 0 0 repeat-x;
	height:101px;
	position:relative;
}
img#logo {
	margin:29px 0 0 9px;	
}
div#header ul {
	position:absolute;
	bottom:0;
	right:0;
}
div#header ul li {
	list-style:none;
	display:block;
	float:left;
	background:url(../images/separatore.gif) right top repeat-y;
	padding-right:2px;
}
div#header ul li.last {
	background:none;
	padding-right:0;
}

div#header ul li a {
	display:block;
	float:left;
	height:26px;
	padding:14px 17px 0 15px;
	font-size:13px;
	color:#003f62;
	text-decoration:none;
}
div#header ul li.last a {
	padding:14px 15px 0 15px;
}
div#header ul li a.active {
	color:#fd9713;
}

/***** MAINCONTENT *****/
div#mainContent {
	padding:14px 20px 20px;	
	width:910px;
	overflow:hidden;
	line-height:1.3em;
	
}

p#path a {
	color:#6c6c6c;
}
p#path a:hover {
	text-decoration:underline;
}
p#path span {
	color:#fd9713;
}
div#editor {
	font-size:12px;	
}
div#editor p,
div#editor ul,
div#editor ol {
	margin-top:18px;
}
div#editor a {
	color:#6c6c6c;
	text-decoration:underline;
}
div#editor li {
	margin-left:30px;
	list-style:disc;
}

/***** FOOTER *****/
div#footer {
	width:946px;
	margin:0 auto;
	height:20px;
	background:url(../images/shadowBottom.png) 0 0 no-repeat;
	color:#003f62;
	padding:10px 6px 0;
}
div#footer p {
	float:left;	
}
div#footer ul {
	float:right;
}
div#footer ul li {
	display:inline;
	padding:0 5px 0 4px;
	border-right:1px solid #666666;
}
div#footer ul li.last {
	border-right:none;
}
div#footer ul li a {
	color:#666666;
}

