#top {
	width: 760px;
	background-color: #0A0A0A;
	border: 1px solid #f3eed7;
	position: relative;
}
#header {
	height: 150px;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: no-repeat;
	text-align: right;
	background-position: 190px;
}
#menu {
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #b6302d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f3eed7;
	border-right-color: #f3eed7;
	border-bottom-color: #f3eed7;
	border-left-color: #f3eed7;
}
#main {

}
#footer {
	text-align: right;
	background-color: #B6302D;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #f3eed7;
	border-right-color: #f3eed7;
	border-bottom-color: #f3eed7;
	border-left-color: #f3eed7;
	clear: both;
	height: 50px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3EED7;
	background-color: #555555;
}
#main #rightMenu {
	float: right;
	text-align: left;
	padding: 5px;
	height: 100%;
	width: 149px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3EED7;
}
#main #content {
	float: left;
	padding: 5px;
	text-align: left;
	width: 590px;
}
a {
	color: #e7b04b;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover, #content a:hover, #rightMenu a:hover, #footer a:hover {
	color: #F3EED7;
	text-decoration: none;
	background-color: #e7b04b;
	font-weight: normal;
}
#all #top #main #rightMenu p {
	margin-top: 0px;
	margin-bottom: 7px;
}
#main #content .titolo {
	font-size: 200%;
	font-weight: bold;
	color: #B6302D;
}
#main #content .evento {
	font-weight: bold;
	color: #B6302D;
}
#header #logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
#content .fotoArtistaDx {
	margin-left: 5px;
	margin-bottom: 5px;
}
#content .fotoArtistaSx {
	margin-right: 5px;
	margin-bottom: 5px;
}
#main #content p {
	font-size: 110%;
}
#main #content #eventoHome {
	font-size: 200%;
	font-weight: bold;
	color: #F3EED7;
	background-color: #B6302D;
	text-align: left;
	padding: 10px;
}
.prenota {
	
	font-size: 180%;
	font-weight: bold;
	color: #B6302D;
	background-color: #e7b04b;
	text-align: left;
	padding: 10px;

}

