body {
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #f4f4f4;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3 {
	color: #666666;
	
}

h2 {
	font-size: 1.2em;
} 

h1 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

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

a {
	color:#996633;
}

/* 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;
	height: 68px;
	width: 200px;
}


#logo h1 {
	padding: 0;
	font-size: 12px;
	margin-top: 0;
	margin-left: 15px;
	text-transform:uppercase;
}

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

/* Menu */

#menu {
	position:relative;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

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

#menu li {
	display: inline;
}

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

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Othersites */

#othersites {
	padding: 0;
	margin: 0 auto;
	width: 740px;
	height: 15px;
	background-color:#d1d1d1;
	border-bottom: 1px #999 solid;
	text-transform:uppercase;
}

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

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

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

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

/* Content */

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


/* Welcome */

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

#welcome h1, h2 {
	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;
}
#news h2 {
text-transform: uppercase;

}
#news h1 {
text-transform: uppercase;

}


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

#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;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

#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;
	color: #666;
}

#footer a {
	color: #333;
}

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

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

.left {
	float: left;
	margin-right: 20px;
	border: solid 1px #999999;
	padding: 5px;
	background-color: #ffffff;
}
#command {
	width: 405px;
	padding: 10px;
	text-align: center;
	}

.border0 {
	border:0;
}