html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	color: #999999;
	font-family: "Courier New", Courier, monospace;
	background-color: black;
}
p {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 5em;
	margin: 50px 0 20px 0;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
h2 {
	color: white;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}
h3 {
	color: white;
	text-align: left;
}
#header {
	margin: auto;
	padding: 0;
}
/*-------------------------- Links --------------------------------*/
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: white;
}
a:hover {
	color: white;
	text-decoration: underline;
}
/* =============================== Menu ================================ */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
ul li {
	color: #CCCCCC;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	float: left;
	position: relative;
	padding: 0 5px 0 5px;
}
ul a {
	padding: 0 5px 0 5px;
}
ul a:hover {
	color: white;
	/*border: 1px solid white;*/
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0 4px 0 4px;
	text-decoration: none;
	list-style: none;
}
/*----- Sub menu -----*/
li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}
li ul a {
	padding: 0 10px 0 10px;
	font-weight: normal;
}
/*#ul_menu li > ul {
	top: auto;
	left: auto;
}*/
li:hover ul, li.over ul { 
	display: block;
}
li:hover ul a, li.over ul a {
	color: white;
	background-color: black;
	
	/*border: 1px solid white;*/
	border-left: 1px solid white;
	border-right: 1px solid white;
	/*margin-left: -5px;*/
}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/*-------------------------- Main content --------------------------------*/
#maincontent {
	margin: 2em 0 0 400px;
	width: 520px;
	border: 1px solid #666666;
	padding: 10px;
	/*background-color: #333333;*/
}
.homeimgpara {
	text-align: right;
	margin: 10px 0 0 0;
}
#homeimg {
	border: 1px solid #999999;
	margin: 15px 0 0 20px;
}
.hometext {
	text-align: center;
}

/*-------------------------- Containers --------------------------------*/
.container {
	margin: auto;
	width: 950px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	/*height: 2000px;*/
}
#container_home {
	background-image: url(images/guitar_p.jpg);
	height: 605px;
}
#container_about {
	background-image: url(images/guitar_t.jpg);
	height: 700px;
}
#container_gigs {
	background-image: url(images/guitar_j.jpg);
	height: 700px;
}
#container_gallery {
	background-image: url(images/drums.jpg);
	height: 700px;
}
#container_images {
	background-image: url(images/drums.jpg);
	height: 3000px;
}
#container_videos {
	background-image: url(images/drums.jpg);
	height: 3000px;
}
#container_listen {
	background-image: url(images/guitar_p2.jpg);
	height: 700px;
}
#container_download {
	background-image: url(images/guitar_t.jpg);
	height: 700px;
}
#container_contact {
	background-image: url(images/guitar_t2.jpg);
	height: 598px;
}

.gallery_img {
	text-align: center;
	margin: 0 0 15px 0;
}
.gallery_img img {
	border: 1px solid #999999;
}
.personnel_list {
	margin: 0 0 0 0;
}
#maincontent input {
}
input.mail_list_text {
	background-color: transparent;
	margin: 0 0 10px 0;
	color: white;
}
p.mail_list_label {
	margin: 0 0 0 0;
}
#designby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.6em;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}
#maincontent .video {
	border: 1px solid #666666;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#wimpyplayer {
	margin: auto;
	width: 400px;
}
#brd {
	border: 1px solid #666666;
	width: 300px;
	float: left;
	margin: 32px 0 0 30px;
	padding: 20px 0 0 0;
	text-align: center;
}
#brd .albumtitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
}
