* {
margin: 0;
padding: 0;
}

body
{
	text-align: center;
	font: 11px/18px Garamond, times, Serif;
	color: #333;
	padding-top: 40px;
	background-image: url("images/drama_fondo1.jpg");
	background-color: #333;
}

screen
{
	text-align: center;
	font: 11px/18px Garamond, times, Serif;
	color: #333;
	padding-top: 40px;
	background-image: url("images/drama_fondo1.jpg");
	background-color: #333;
}

a {
color: #eee;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 660px;
height: 210px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
}

#headerband {
width: 660px;
height: 210px;
background: #000 url("images/header_band.jpg") no-repeat;
background-position: top right;
}

#headerlogo {
width: 660px;
height: 210px;
background: #000 url("images/header_2.jpg") no-repeat;
background-position: top right;
}

#headergig {
width: 660px;
height: 210px;
background: #000 url("images/header_gig.jpg") no-repeat;
background-position: top right;
}

#headerlyrics {
width: 660px;
height: 210px;
background: #000 url("images/headerlyrics.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 660px;
background: #777 url("images/sidebar3.gif") repeat-y;
background-position: 0 0;
border: solid 8px #777;
margin: 0 auto;
text-align: left;
color: #CCC;
}

h1 {
width: 190px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}



h2 {
width: 449px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #777;
height: 210px;
width: 200px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 190px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #777;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #000;
color: #F00;
font-weight: bold;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar
{
	width: 182px;
	background-color: #E5E5E5;
	background: #777 url("images/sidebar3.gif") repeat-y;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -196px;
	border-top: 1px solid #888;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
	color: #000000;
	height: 381px;

}

img {
border: none;
margin-bottom: 4px;
}

a img {

margin-bottom: 0px;
border: 1px solid #888;
}

a:hover img {
border-color: #fff;
}

#content {
float: left;
width: 430px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
color: #eee;
}

#footer {
clear: both;
width: 430px;
margin-left: 213px;
}
