body {
	background-color: #000;
}
#head {
	background: url(../layout/bg_head.jpg) no-repeat;
	height: 70px;
}
#head h1 {
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	padding-top: 25px;
	padding-left: 20px;
}
#content {
	background: url(../layout/bg_main.jpg) repeat-y;
}
#content p, #content h1, #content h2, #content h3 {
	padding-left: 10px;
	padding-right: 10px;
}
#content .label_left   {
	float: left;
	width: 90px;
}
#content a {
	color: #FFF;
}
#content a:hover {
	color: yellow;
}
#content a.listino {
	color: yellow;
}
#content a.listino:hover {
	color: red;
}
#menu {
	height: 50px;
	background: url(../layout/bg_menu.jpg) repeat-x;
}
#menu ul {
	padding-top: 15px;
}
#menu li {
	display: inline;
	margin-left: 10px;
	margin-right: 20px;
}
#menu li a {
	color: #fffeff;
	text-decoration: none;
}
#menu li a:hover {
	color: yellow;
	text-decoration: none;
}
#footer {
	width: 960px;
	height: 60px;
	background: url(../layout/bg_close.jpg) no-repeat;
	padding-top: 5px;
}
#footer p {
	font-size: 0.8em;
}
#footer a {
	color: #fffeff;
}
.box {
	background: #1A1A1A url(../layout/bg_box_start.jpg) no-repeat;
	margin-bottom: 5px;
}
.box h1, .box h2 {
	color: #858EB2;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 0;
}
.box h1{	
	font-size: 1.7em;
}
.box h2{	
	font-size: 1.3em;
}
.box hr {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dotted;
	color: gray;
	margin: 0 10px 15px;
}
.box li {
	font-size: 0.9em;
	list-style-type: circle;
}
.icone {
	margin-right: 10px;
}
.directo {
	text-align: right;
	margin-top: 10px;
}
.gallery {
	float: left;
	margin: 10px;
	border: 5px solid #858EB2;
}
#content iframe {
	margin-left: 10px;
}

