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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
background-color:#000707;
background-image:bkgd.jpg;
	
	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
	text-align:center;
}

#container {
	width: 1000px;
	margin: 20px auto;
	padding: 10px;
}

#clear{
	clear:both;
}

#leftcolumn {
	width:480px;
	height:600px;
	float:left;
	

}

#intro {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;

}

#nav {
	width:480px;
	height:120px;
	padding-top: 20px;
	
}

#rightcolumn{
	width:510px;
	height:700px;
	float:right;


}

#home {
	width:110px;
	height:100px;
	float:left;
	padding-left:5px;
}

#group {
	width:110px;
	height:100px;
	float:left;
	padding-left:5px;
}

#shows {
	width:110px;
	height:100px;
	float:left;
	padding-left:5px;
}

#video {
	width:110px;
	height:100px;
	float:left;
	padding-left:5px;
	
}

#book {
	width:110px;
	height:100px;
	float:left;
	padding-left:5px;
}