/* GENERAL */
/* ------- */

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: Black;
}

img #banner{

	width: 100%;
}

img {
	border: 1px Black;
	border-style: solid;
	max-height: 175px;
	max-width: 175px;
}



body {
	width: 100%;

	/* Fixed box centered automargins & text-align method for IE5/Win */	
	text-align: center;
}


/* Fix box centered */
/* ---------------- */

#wrap {
	margin: 0px auto;
	width: 572px;
	text-align: left;
}

#line {
	position: fixed;
	margin-left: 120px;
	height: 5000px;
	width: 0px;
	border-right: 1px solid Black;
	bottom: 0px;
}


/* Page title */
/* ---------- */

h1 {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
			
	text-indent: -5000px;

	margin-left: 120px;
	border-left: 1px solid Black;	
	
	/* Box model hack */	
	height: 69px; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 65px; /* Real height */	
}

/* Be nice to Opera */
html>body h1 {
	height: 65px;
}


/* Main menu left */
/* -------------- */

#mainmenu {
	margin-top: 70px;
	float: left;
	
	/* Box model hack */	
	width: 124px; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px; /* Real width */
}

/* Be nice to Opera */
html>body #mainmenu {
	width: 120px;
}

#mainmenu li {
	list-style: none;
	text-align: right;

	background-color: Black;
	
	/* Box model hack */	
	margin: 5px 5px 5px -11px; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 5px; /* Real margin */
}

/* Be nice to Opera */
html>body #mainmenu li {
	margin: 5px;
}

#mainmenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;

	overflow: hidden;
	height: 14px;
	
	color: White;
}

#mainmenu .active a, #mainmenu li a:hover {
	background-color: #B90000;
}


/* Submenu */
/* ------- */

#submenu {
	margin-bottom: 30px;
}

#submenu li {
	display: inline;
	list-style: none;
}

#submenu li a {
	color: #b90000;
	margin-right: 15px;
}


#submenu .active a, #submenu li a:hover {
	color: Black;
}


#content {
	padding: 30px;

	margin-left: 120px;
	
	/* Box model hack */	
	width: 100%; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 392px; /* Real width */
}

#block {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #b4b4b4;
}

/* Be nice to Opera */
html>body #content {
	width: 392px;
}

#content p {
	line-height: 18px;
}

#content p,
#content img {
	margin-bottom: 15px;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

#content h3 {
	font-size: 15px;
	margin-bottom: 20px;
}

/* Discography */
/* ------- */

.fat {
	color: #b90000;
	font-weight: bold;
}

#content ol{
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	font-style: oblique;
}

/* Live */
/* ------- */

#content live {
	margin-bottom: 30px;
}


/* Footer */
/* ------- */
#footer {
	clear: both;
	padding-top: 6px;
	padding-left: 10px;
	color: Black;
	font-weight: bold;
	
	margin-left: 120px;
	background-color: White;

	text-align: right;
	
	/* Box model hack */	
	height: 30px; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px; /* Real height */	
}

/* Be nice to Opera */
html>body #footer {
	height: 22px;
}