body {
margin : 0;
padding : 0;
text-align : left;
color : #333;
background : #142249 url(images/sfondo.png) repeat-y top center;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 854px;
margin : 0 auto;
padding : 0;
color : #e2ebeb;
background : #142249;
}
			
#banner {
	float : left;
	width : 854px;
	height : 263px;
	padding : 0;
	margin-bottom : 0;
	background : #eee url(images/banner.jpg);
}

			
#content {
padding : 0 0px 0 10px;
margin-left : 160px;
margin-right : 170px;
margin-top : 0;
line-height : 1.8em;
}
#content h1 {
	padding : 20px 0 0 0;
	font : normal 1.4em Georgia, Times New Roman, Times, serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #ccb200;
	background : inherit;
	text-align : center;
}
			
#sidebar {
float : left;
width : 150px;
margin : 0 0 0 0;
padding : 9px;
}
			
.menu {
margin-bottom : 20px;
width : 110px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
	margin : 0 0 0.2em 0;
	color: #FFF;
}
.menu a {
display : block;
font-size : 11px;
color : #ffffff;
background : #0033b2;
width : 120px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #001342;
}
.menu a:hover {
	border-left : 10px solid #ffe600;
	background-color : #ffb24d;
	color : #0033b2;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			
#sidebar-b {
float : right;
width : 167px;
margin : 0 0 0 0;
padding : 5px;
}
			
#footer {
	clear : both;
	padding : 5px;
	margin-top : 5px;
	height : 90px;
	font-size : 0.8em;
	border-top : 1px solid #515244;
	color : #eee;
	background : #142249;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #acaf2c;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #FF0;
}
			
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}

p {
	text-align:justify;
}


blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			
a {
color : #acaf2c;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a images {
border: 0;
}
			
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}

.browser {
	font-size:9px;
	color: #CCC;
	text-align:justify;
	}

#container #sidebar table tr td {
	color: #999;
}


