html, body
{
	width:100%;
	height:100%;
	background:#000;
	color:#000;
}

body
{
	text-align:center;
	padding:0;
	margin:0;
}

h2
{
	color:#c90000;
	text-transform:capitalize;
	font-size:16px;
}

h3
{
	color:#c90000;
}


/* TABLE (STRUCTURE) DECLARATIONS */

table#skeleton
{
	border:0;
	border-spacing:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:1050px;
}

table#skeleton td#header
{
	background:url('./_images/banner.png') right no-repeat #fff;
	width:1050px;
	height:175px;
	vertical-align:bottom;
	border-bottom:1px solid #000;
}

table#skeleton td#footer
{
	background:url('./_images/reflectionbg.png') right top no-repeat #fff;
	text-align:center;
	vertical-align:middle;
	color:#c90000;
	font-size:9px;
	border-top:1px solid #000;
}

table#skeleton td#main
{
	background:url('./_images/reflectionbg.png') right top no-repeat #fff;
}

table#skeleton td
{
	text-align:center;
	vertical-align:top;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-size:11px;
	line-height:19px;
	text-align:justify;
	padding:0px;
}


table#tablecontent
{
	border:0px;
	width:100%;
	padding:0px;
	border-spacing:0px;
}

table#tablecontent td
{
	vertical-align:top;
}


table.comments
{
	margin:5px;
	width:100%;
}

td.commentheader
{
	padding:5px;
}

td.commentwords
{
	padding:5px;
	font-size:10px;
}

td.main_left
{
	padding:0px;
	margin:0px;
	border-spacing:0px;
	width:350px;
}

td.main_right
{
	vertical-align:top;
	border-left:1px #000 solid;
	width:700px;
	overflow:hidden;
}


/* DIV (CONTENT) DECLARATIONS */

div#navigation
{
	padding:5px;
	float:left;
	font-size:14px;
}

div#frame
{
	margin-left:75px;
	margin-right:75px;
	margin-top:25px;
	margin-bottom:25px;
}

div.content
{
	padding:5px 20px 5px 20px;
	text-align:justify;
	color:#000;
}

/* BANDS PAGE DIV DECLARATIONS */

div.bands_box
{
	width:350px;
	height:233px;
	overflow:hidden;
	float:left;
	text-align:center;
}

div.bands_box img
{
	width:300px;
	position:relative;
	top:16px;
}

div.band_name
{
	position:relative;
	bottom:21px;
	height:18px;
	z-index:2;
	width:350px;
	text-align:center;
}

div.band_opacity
{
	width:100%;
	height:20px;
	background:#fff;
	position:relative;
	bottom:40px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity: 0.7;
}

div.commentdate
{
	font-size:9px;
	float:right;
}

span.commentname
{
	font-weight:bold;
	text-transform:capitalize;
}



img
{
	border:0px;
}

#footer img
{
	margin:10px;
	position:relative;
	top:3px;
}



a:link,a:visited
{
	text-decoration:none;
	color:#c90000;
}

a:hover,a:active
{
	text-decoration:none;
	color:#000;
}

span
{
	color:#000;
}

textarea#comment
{
	width:650px;
}

object
{
	max-width:500px;
}