body {
margin: 0;
padding: 0;
}
			/*CONTAINER*/
#container {
	width: 750px;
	line-height: normal;
	color: #333333;
	font-family: verdana, helvetica, arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	vertical-align: middle;
	text-align: justify;
}
			/*TOP BANNER*/
#banner {
width: 750px;
height: 150px;
margin: 0 0 20px 0;
padding: 0;
background: transparent url(OGGETTI/banner.jpg);
color: #3399FF;
}
			/*TITLE*/
#title h1 {
font-size: 11px;
margin: 0;
padding: 15px;
background:inherit;
color: #4C4C4C;
}
			/*TOP NAVIGATION*/
#topnavcontainer {
width: 750px;
padding: 0;
margin: 0 0 20px 0;
}
#top-nav {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #eee;
}
#top-nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#top-nav a:link, #top-nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333333;
	background:inherit;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	cursor: crosshair;
}

			/*MAIN CONTENT*/
#content {
float: left;
padding-left: 0px;
margin: 0;
width: 530px;
}
#content p {
padding: 0 20px;
}
#content h1 {
	margin: 0;
	padding: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: inherit;
	color: #4C4C4C;
	font-family: verdana, helvetica, arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
}
			/*SIDEBAR*/
#side {
width: 180px;
margin: 0 5px 0 550px;
border-left: 0px solid #eee;
padding-left: 10px;
}
#side h1 {
	margin: 0;
	padding-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: inherit;
	color: #333333;
	font-family: verdana, helvetica, arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
}
#side h3 {
margin: 0;
text-transform: none;
font-size: 100%;
color: #333333;
background:inherit;
}
			/*SIDEBAR NAVIGATION*/
#sidenav {
margin: 10px 10px;
padding: 0;
list-style-type: none;
background:inherit;
color: #333333;
}
#sidenav a {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #eee;

}
#sidenav a#current, #sidenav a:hover {
text-decoration: none;
background:url(OGGETTI/arrow_dash_up.gif) left center no-repeat;
color: #aaa;
}
			/*FOOTER*/
#footer {
clear: both;
padding-left: 10px;
margin: 20px 0 0 0;
font-size: 0.9em;
color: #333;
background: inherit;
}
#footer a:link, #footer a:visited {
background:inherit;
color: #FFCC00;
}
#footer a:hover {
border-bottom: 1px dashed #000;
color: #FFCC00;
}
			/*LINKS*/
a:link, a:visited {
text-decoration: none;
background:inherit;
color: #666666;
}
a:hover {
text-decoration:none;
background:inherit;
color: #FFCC00;
}
			/*CLASS*/
.news {
background:inherit;
color: #666;
}
.imgleft { 
float: left;
margin-right: 10px;
padding: 10px;
}
.imgright {
float : right;
padding : 10px;
margin-left : 10px;
}
a img {
border: none; 
}
			/*TYPOGRAPHY*/
blockquote {
	font-weight : bold;
	font-style : normal;
	color : #FFCC00;
	cursor: crosshair;
}
			/*SEARCH BOX*/
legend {
font-weight : bold;
color : #FFCC00;
}
input {
background : #E0BA01;
color : #4C4C4C;
}