body
{
	margin: auto;
	text-align: center;
	background-color: #020202;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#header
{
	margin: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 913px;
	height: 65px;
	position: relative;	
}
div#content
{
	margin: auto;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 913px;
	height: 550px;	
}
#left
{
	width: 148px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: center;
	color: #ccc;
	padding-top: 200px;
}
#right
{
	width: 715px;
	height: 550px;
	float: right;
	padding: 15px;
	text-align: left;
	color: #ccc;
	margin-top: 7px;
}
#footer
{
	width: 913px;
	height: 134px;
	margin: auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
p
{
	font-size: 14px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}
p.titolo
{
	margin: 0px;
	padding: 0px;
	word-spacing: 0px;
	font: normal 18px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #45abe1;
	text-align: left;
}
h1.profilo
{
	width: 715px;
	height: 50px;
	background-image: url(images/h1_profilo.png);
	margin: 0px;
	padding: 0px;
}
h1.artisti
{
	width: 745px;
	height: 57px;
	background-image: url(images/h1_artisti.png);
	margin: 0px;
	padding: 0px;	
}
h1.eventi
{
	width: 715px;
	height: 50px;
	background-image: url(images/h1_eventi.png);
	margin: 0px;
	padding: 0px;	
}
h1.archivio
{
	width: 715px;
	height: 50px;
	background-image: url(images/h1_archivio.png);
	margin: 0px;
	padding: 0px;	
}
h1.contatti
{
	width: 715px;
	height: 50px;
	background-image: url(images/h1_contatti.png);
	margin: 0px;
	padding: 0px;	
}
/* navigation */

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 745px;
	height: 65px;
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	height: 65px;
	text-indent: -5555px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#home, #home a {
	width: 97px;
	background: transparent url(images/nav/home.gif) no-repeat 0 0;
}
#home_h, #home_h a {
	width: 97px;
	background: transparent url(images/nav/home_h.gif) no-repeat 0 0;
}

#artisti, #artisti a {
	width: 238px;
	background: transparent url(images/nav/artisti.gif) no-repeat 0 0;
}
#artisti_h, #artisti_h a {
	width: 238px;
	background: transparent url(images/nav/artisti_h.gif) no-repeat 0 0;
}

#eventi, #eventi a {
	width: 102px;
	background: transparent url(images/nav/eventi.gif) no-repeat 0 0;
}
#eventi_h, #eventi_h a {
	width: 102px;
	background: transparent url(images/nav/eventi_h.gif) no-repeat 0 0;
}

#archivio, #archivio a {
	width: 119px;
	background: transparent url(images/nav/archivio.gif) no-repeat 0 0;
}
#archivio_h, #archivio_h a {
	width: 119px;
	background: transparent url(images/nav/archivio_h.gif) no-repeat 0 0;
}

#contatti, #contatti a {
	width: 189px;
	background: transparent url(images/nav/contatti.gif) no-repeat 0 0;
}
#contatti_h, #contatti_h a {
	width: 189px;
	background: transparent url(images/nav/contatti_h.gif) no-repeat 0 0;
}

#right img {
border-color:#474747;
border-style:dotted;
border-width:1px;
margin:3px;
padding:5px;
}

#right img:hover {
background-color:#383838;
border-color:#111825;
border-style:dotted;
border-width:1px;
margin:3px;
padding:5px;
}
span.blu
{
	color: #0093dd;
	font-size: 14px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
a:link
{
	text-decoration: none;
	color: #ccc;
	text-decoration: underline;
}
a:visited
{
	text-decoration: none;
	color: #ccc;
}
a:hover
{
	text-decoration: none;
	color: #0093dd;
}
a:active
{
	text-decoration: none;
	color: #ccc;
}