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

body {
	font-family: "Trubechet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #003366;
	background-attachment: scroll;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	filter: Chroma(Color=#999999);
	background-image: url(images/bckgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow-x:hidden;
	scrolling: no;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #66FFFF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
#blackColumn {
	background-color: #000000;
	height: 100%;
	width: 130px;
	clear: both;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: .6;
}
#bandpic {
	background-image: url(images/bandpic.png);
	clear: both;
	float: right;
	position: absolute;
	z-index: 1;
	top: 150px;
	right: 0px;
	background-repeat: no-repeat;
	height: 400px;
	width: 500px;
}
#texture {
	background-image: url(images/textureblue.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: fixed;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 100px;
	clear: both;
	float: left;
}
#bluestripe {
	background-color: #006293;
	clear: none;
	float: left;
	height: 430px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 120px;
	left: 100px;
	opacity: .6;
	color: #FFFFFF;
}
#header {
	clear: both;
	float: right;
	position: fixed;
	z-index: 3;
	text-align: right;
	left: 90px;
	top: 10px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	z-index: 6;
	right: 10px;
	text-align: right;
	bottom: 4px;
}
#footer img {
	margin-right: 5px;
}
#bandmembers {
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 0px;
}
#menu {
	position: fixed;
	left: 50px;
	top: 200px;
	z-index: 6;
}
#menu img {
	margin-bottom: 25px;
}


#content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 80px;
	overflow: auto;
	height: 375px;
	width: 70%;
	position: absolute;
	z-index: 4;
	top: 150px;
	right: 0px;
}

#content p {
	width: 500px;
}

@font-face {
    font-family: Trebuchet MS;
    src: url(fonts/trebuchetms.ttf);
}

.bigger {
	font-size: x-large;
}
