body {
	margin: 15px 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color:#fff;
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3 {
	color: #666; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
} 

h1 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 120%;
	text-align: left;
}

a {
	color: #eb0005;
	font-weight:bold;
}

/* Header */

#header {
	width: 740px;
	height: 115px;
	margin: 0 auto;
	background-image: url(images/header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 0 65px;
	background: url(images/img01.gif) no-repeat left center;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 36px;
}

#logo h2 {
	margin: -5px 0 0 3px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #333;
}

/* Menu */

#menu {
	padding: 20px 0 0 0;
	position:relative;
	margin-left: 300px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform:uppercase;
	font-size:11px;
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #333;
}

#menu a:hover {
	text-decoration: none;
	color: #eb0005;
}

#menu .first a {
	background: none;
}

/* Othersites */

#othersites {
	padding: 0;
	margin: 0 auto;
	width: 740px;
	height: 15px;
	background-color:#eb0005;
	border-bottom: 1px #E0E0E0 solid;
	
}

#othersites ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #fff;
}

#othersites li {
	display: inline;
	display: block;
	float: left;
	height: 9px;
	padding: 0 17px 0 19px;
}

#othersites a {
	text-decoration: none;
	color: #f0f0f0;
	font-weight:bold;
}

#othersites a:hover {
	text-decoration: none;
	color: #fff;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
}


/* Welcome */

#welcome {
	float: left;
	width: 340px;
	margin-bottom: 20px;
}

#welcome h1, h2, h3 {
	text-transform:uppercase;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#video {
	float: left;
	width: 425px;
	margin-bottom: 10px;
}

#content #video h1, h2 {
	text-transform: uppercase;
	margin-bottom:10px;
}

#lyrics {
	float: right;
	width: 300px;
}
#lyrics h1 {
	text-transform: uppercase;
}

#rollcon {
	height: 330px;
	color:#333333;
/*background-color: #F4F4F4;
	background-image: url(images/lyrics_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: inherit;*/
	margin-bottom:13px;
}
#roll {
	color:#000000;
	height: 330px;
	overflow: scroll;
	font-size:12px;
	line-height:14px;
	padding-left:10px;
	padding-top: 10px;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 350px;
	margin-bottom: 20px;
	font-size:small;
}
#news h2 {
text-transform: uppercase;

}
#news h1 {
text-transform: uppercase;

}


#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	width: 740px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #eb0005;
} 

#footer a:hover {
	color: #FF0000;
}

.right {
	float: right;
	margin-left: 20px;
}

.left {
	float: left;
	margin-right: 10px;
	border: solid 1px #999999;
	padding: 5px;
	background-color: #ffffff;
}

.border0 {
	border:0;
}

#banner {
	clear: both;
	margin: 0 auto;
	width: 740px;
}