@charset "utf-8";
/* CSS Document */

.anchor {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 10px;
	text-decoration: none;
}

.anchor:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 10px;
	text-decoration: none;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #FFF;
	text-decoration: none; 
}

a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration: underline;
}

p { text-align: justify; }

li {
	list-style: none;
}

body {
	background-color: #000;
	margin: 0px;
}

.contentholder {
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 5px;
}

.headerimage {
	width: 600px;
	height: 200px;
	background-image: url(../img/header.jpg);
}

.about {
	width: 600px;
	height: auto;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 10px;
}

.lyricsheader {
	width: 600px;
	height: auto;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 18px;
}

div.newsheader {
	width: 600px;
	height: 20px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 15px;
	text-align: left;
	border-bottom: #CCC 1px solid;
	padding-right: 0px;
	margin-right: 0px;
	font-weight:bold;
}

div.newscontent {
	width: 600px;
	height: auto;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #CCC;
	font-size: 10px;
}

div.black { 
	width: 110px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
} 

div.menuholder {
	width: 590px;
	height: 20px;
	margin-top: 10px;
}

div.menubutton {
	width: auto;
	height: 15px;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align: center;
	float: left;
	margin-left: 5px;
	padding: 3px;
	border: #FFF 1px solid;
}

div.menubutton:hover {
	width: auto;
	height: 15px;
	background-color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align: center;
	float: left;
	padding: 3px;
}

div.cdthumb { 
	width: 82px;
	height: 82px;
	float: left;
	margin-right: 5px;
}

div.cdlarge { 
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 5px;
}

div.tradedoubler {
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* Contact style START */

input { 
    width: 200px; 
}

textarea { 
    width: 594px;
	height: 100px;
	margin-bottom: 50px;
}

.button {
	width: 70px;
	height: 20px;
	background-color: RGB(0,0,0);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: RGB(255,255,255);
	float: left;
	margin-right: 10px;
	border: #CCC 1px solid;
}

div.contactholder { 
	width: 600px;
	height: auto;
	background-color: RGB(0,0,0);
}

div.contactinfoLEFT {
	width: 200px;
	height: 20px;
	background-color: RGB(0,0,0);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	float: left;
	margin-top: 5px;
}

div.contactinfoRIGHT {
	width: 300px;
	height: 20px;
	background-color: RGB(0,0,0);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	float: left;
	margin-top: 5px;
}

div.contactareacomments {
	width: 600px;
	height: auto;
}

/* Contact style END */