/* CSS Document */

body
{
	text-align: center;
	background-color:#000000;
	background-image:url(../images/layout/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

body, td
{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif, Helvetica;
	font-size:14px;
	color: #E2E2E2;
}

div
{
	/* border: 1px solid red; */
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
	padding:0px;
}

div#banner
{
	background-image:url(../images/layout/banner.jpg);
	background-repeat:no-repeat;
	width: 955px;
	height: 210px;
}

div#banner h1, div#banner h2
{
	display:none;
}
div#leftCol, div#rightCol
{
	width: 200px;
} 

div#leftCol
{
	float:left;
	margin-right:10px;
} 

div#rightCol
{
	float:right;
} 

div#content
{
	display:block;
	float:left;	
	width: 530px;
	padding-top:5px;
}

div#footer
{
	margin-top: 40px;
	width: 943px;
	float:left;
	text-align:center;
	color:#999999;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	padding: 5px;
}

h1
{
	font-size:28px;
	color:#ccff33;
	margin-bottom: 15px;
}

#content h2
{
	font-size:22px;
	color:#ccff33;
	display:block;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content h3
{
	font-size:18px;
	margin-bottom:0px;
}
.error
{
	color:#ccff33;
	font-weight:bold;
}

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

a:hover
{
	color:#ccff33;
	text-decoration:underline;
}


#leftCol h1, #rightCol h1
{
	display:none;
}

#leftCol ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:18px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	background-image:url(../images/layout/menu.gif);
	background-repeat:no-repeat;
	padding-top:47px;
}

#leftCol li a
{
	display:block;
	height:34px;
	padding-left:45px;
	color:#FFFFFF;
	background-image:url(../images/layout/menubg.gif);
	background-repeat:no-repeat;
	line-height: 38px;
}

#leftCol li a:hover
{
	background-image:url(../images/layout/menubgover.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
}

#rightCol
{
	
	text-align:right;
}

#rightCol ul
{
	background-image:url(../images/layout/menumembers.gif);
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:18px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	background-repeat:no-repeat;
	padding-top:47px;
}


#rightCol li a
{
	padding-right:45px;
	background-image:url(../images/layout/menubgright.gif);
	background-repeat:no-repeat;
	display:block;
	height:34px;
	padding-left:45px;
	color:#FFFFFF;
	line-height: 38px;
}

#rightCol li a:hover
{
	background-image:url(../images/layout/menubgoverright.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
}

.hr
{
	background-image:url(../images/layout/hr.gif);
	height: 18px;
	width: 530px;
	border:0;
	margin:0px;
	padding:0px;
}

tr.toggle
{
	background-image:url(../images/trbg.gif);
}

table.overview
{
	border-collapse:collapse;
	width:100%;
}

table.overview td
{
	border: 1px solid #CCCCCC;
}

div.album
{
	float:left;
	margin:5px;
	border: 1px solid white;
}

div.album img
{
	border: 1px solid black;
	margin-top: 5px;
}

div.album a
{
	width: 150px;
	height: 210px;
	display:block;
	text-align:center;
	padding:2px;
	font-size:18px;	
}

div.album a:hover
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

div.dvd
{
	float:left;
	margin:5px;
	border: 1px solid white;
}

div.dvd img
{
	border: 1px solid black;
	margin-top: 5px;
}

div.dvd a
{
	width: 150px;
	height: 260px;
	display:block;
	text-align:center;
	padding:2px;
	font-size:18px;	
}

div.dvd a:hover
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

.input, .textbox, .select
{
	width: 300px;
	font-family:"Courier New", Courier, monospace;
	background-color:#D8D8D8;
	border: 2px solid #FFFFFF;
}

.select
{
	width:305px;
}

div#photo
{
	z-index: 9999;
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-image:url(../images/trbg.gif);
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

.lyric
{
	font-size:14px;
	width:390px;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;	
}