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


body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(assets/bck.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
}

h1 {
	font-family: "Lucida Sans Unicode", Garamond;
	font-size: 36px;
	color: #333333;
	background-image: url(assets/headbk.png);
	background-repeat: repeat-x;
	width: 300px;
	margin-left: 25px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}

div#container {
	width : 954px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000000;
	position: relative;
	padding: 25px;
}


.rounded {
	background-attachment: scroll;
	background-image: url(assets/top.png);
	background-repeat: no-repeat;
	background-position: top;
}

.content {
	background-image: url(assets/contentbk.png);
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.quote {
	width: 200px;
	height: 200px;
	background-image: url(assets/square.png);
	background-repeat: no-repeat;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 10px;
}

.box { position: relative; padding: 1em; }
.red { background: #cc0000; color: #fff; }
.corner { position: absolute; width: 20px; height: 20px; background:url(assets/cornerimage.png); no-repeat; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: 100% 0; }
.BL { bottom: 0; left: 0; background-position: 0 100%; }
.BR { bottom: 0; right: 0; background-position: 100% 100%; }

/* - - - TOP - - - */

#header {
	height: 163px;
	width: 954px;
	background-color:#00FFFF;
}

#navi {
	height: 163px;
	width: 315px;
	float: left;
}

#navi a, #navi li {
	height: 163px;
	display: block;
}

#navi li {
	float: left;
	list-style: none;
	display: inline;
}
	
ul#navknobs {
	position: relative;
	height: 163px;
	width: 315px;
	list-style-type:none;
	margin: 0;
	padding: 0;
	background:url(assets/nav.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

li#aboutus {
	left: 0px;
	height: 163px;
	width: 180px;
}

li#bands {
	left: 153px;
	height: 163px;
	width: 135px;
}

li#aboutus a:hover {background:url(assets/nav.jpg) no-repeat 0 -164px;}
li#bands a:hover {background:url(assets/nav.jpg) no-repeat -180px -164px;}

#logo {
	float: left;
}

#logo a {
	background:url(assets/header.jpg);
	display: block;
	height: 163px;
	width: 639px;
	text-indent: -9999px;
}

/* - - - MAIN - - - */

#main {
	width: 954px;
	height: 600px;
	padding-top: 25px;

}

#left {
	width: 600px;
	float: left;
	background-repeat:repeat;
	background-color: #CCCCCC;
}

/*- - - BOTTOM - - - */

#bottom {
	float: right;
	width: 200px;
	height: 600px;
	padding-right: 50px;
	padding-left: 10px;
}
