/* Layout Stylesheet */ 
html, body{
	margin:0;
	padding:0;
	color:#333;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background:#C8EBF5 url('../images/bg.png') repeat-x fixed;
}
#wrap {
	width:780px;
	margin:20px auto 0 auto;
	margin-bottom:25px;
	background:#fff url('../images/wrap.png') repeat-y;
}
#hdr{
	width:780px;
	height:260px;
	margin:0;
	color:#333;
	background:#333 url('../images/head.png') no-repeat;
}
#lh-col{
	width:750px;
	float:left;
	color:#333;
	margin:0;
	padding:10px;
}

#footer {
	height:25px;
	margin:0;
	color:#333;
	padding-bottom:30px;
	font:normal x-small/1.2 Verdana, Helvetica, Arial, sans-serif;
	background:#fff url('../images/footer.png') no-repeat;
}
#footer #credits {
	margin: 0 20px 0 20px;
	padding-top:35px;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#hdrimg h1 {
	padding:60px 0 0 0;
	font-size: 2em;
	text-align: center;
}
.tag {
	margin:0 0 30px 0;
	font-size: 1.2em;
	text-align: center;
}
h1, h1 a, h1 a:hover, h1 a:visited, .tag {
	text-decoration: none;
	color: #fafbfc;
}

a:link, a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#888;
	text-decoration:none;
}
#exitcontent {
	margin:0 10px;
	float:right;
}

/*********MODULE DIVS********/
#headermodule{
	float: left;
	width:400px;
	height:90px;
	margin: 10px 0 0px 350px;
	background: #f3f3f3;
    border: 1px solid #ccc;
	overflow: hidden;
	opacity: .3;
	filter:alpha(opacity=30);
}

#topRight{
	float: right;
	width:195px;
	margin:0 7px 0 0;
}

#content {
	margin: 19px;
	margin-top: 2px;
	float: left;
	width: 500px;
	background: #f3f3f3;
    border: 1px solid #ccc;
}

#rightCol {
	float: right;
	width: 195px;
	margin: 21px 7px 0 0;
}


#banner {
    position: relative;
	height: 60px;
	width:468px;
	left: 555px;
	bottom: 8px;
}


#bandName{
	float: left;
	width:600px;
	height:60px;
	margin: 25px 0 0px 150px;
	overflow: hidden;
	text-align: right;
	font-family: Arial Black;
	color: White;
	font-size: 28px;
	opacity: .7;
	filter:alpha(opacity=70);
}

#bandImage{
    position: absolute;
	width:300px;
	height:90px;
	margin: 95px 0 0px 30px;
	overflow: hidden;
	opacity: .7;
	filter:alpha(opacity=70);

}

/****STYLISTIC*****/
h3 {
	background: #ccc;
	border-top: solid 1px #999;
    border-bottom: solid 1px #999;
	position: relative;
    text-indent:3em;
    padding-bottom:2px;
}
h3 img {
	position: absolute;
	height: 32px;
	width: 32px;
	top: -4px;
	left: 5px;
}

th {
	font-size:14px;
	padding-bottom:10px;
	text-align: center;
}







