body {
	background-color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #C90910;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
} 
a:active  {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table.tabellaMenu {
	width: 800px;
	height: 50px;
}
table.tabellaGenerale {
	width: 800px;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.header {
	height: 107px;
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
}
.headerReleases {
	height: 107px;
	background-image: url(img/releases.jpg);
	background-repeat: no-repeat;
}
.headerMedia {
	height: 107px;
	background-image: url(img/media.jpg);
	background-repeat: no-repeat;
}
.headerMerch {
	height: 107px;
	background-image: url(img/merch.jpg);
	background-repeat: no-repeat;
}
.headerNewsletter {
	height: 107px;
	background-image: url(img/newsletter.jpg);
	background-repeat: no-repeat;
}
.headerLinks {
	height: 107px;
	background-image: url(img/links.jpg);
	background-repeat: no-repeat;
}
.headerContacts {
	height: 107px;
	background-image: url(img/contacts.jpg);
	background-repeat: no-repeat;
}
.menu {
	height: 80px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.profileName {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.profileTitle {
	width: 100px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;	
}
.profileText {
	width: 300px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;	
}
.releasetitle {
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.linkstitle {
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.linkreftit {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.linkref {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.albumphoto {
	width: 200px;
	height: 160px;
	vertical-align: top;
	text-align: center;	
}
.albumtitle {
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.tracklist {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 25px;
}
.albumbuy {
	height: 20px;
	font-size: 10px;
	text-align: center;
}
.pics {
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.contacttitle {
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.contactdet {
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
.menubottom {
	height: 40px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}
.photoCredits {
	height: 20px;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.credits {
	height: 20px;
	font-size: 9px;
	color: #AAAAAA;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.error {
	color: #c93636;
}
table .tabellaBio {
	width: 400px;
}
.bioHead {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
}
.bio {
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding-right: 10px;
}
.members {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.bandphoto {
	width: 200px;
	height: 150px;
	vertical-align: top;
	text-align: center;
}
table .tabellaNews {
	width: 400px;
}
.newsHead {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
}
.feed {
	vertical-align: top;
	text-align: right;
}
.newsTitle {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
.newsText {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}
.newsPic {
	text-align: center;
	vertical-align: top;
}
/* BOTTONI */
.btn
{
   color:#993300;
   font-family: Helvetica, Verdana, Arial, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#D0C4C4;
   border:1px solid;
   border-top-color:#bc7676;
   border-left-color:#bc7676;
   border-right-color:#8a3e3e;
   border-bottom-color:#8a3e3e;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnhov
{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}
.btnsel {
   color:#993300;
   font-family: Helvetica, Verdana, Arial, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#D0C4C4;
   border:0px solid;
   border-top-color:#bc7676;
   border-left-color:#bc7676;
   border-right-color:#8a3e3e;
   border-bottom-color:#8a3e3e;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}