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


html{
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #161616;
}



ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display: block;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
p {
	margin: 2px 0 0 0;
}
.contact_container {
	margin: 0 5% 0 0;
	left: 992px;
	text-align: right;
	height: 26px;
}
.contact {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #161616;
	border-right-color: #161616;
	border-bottom-color: #161616;
	border-left-color: #161616;
	padding: 5px;
	font-weight: bold;
	width: 80px;
	text-align: center;
	float: right;

}





.container {
	width: 100%;
	text-align: right;
	height: 100%;
	background-color: #ffffff;
	min-width: 1100px;
}
.logo_push {
	font-size: 40px;
	height: 40%;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
.container img {

}
.logo {
	padding: 0 22% 15px 0;
}



.blackbox {
	height: 202px;
	background-color: #161616;
	background-image: url(images/blackbox_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.content {
	color: white;
	margin: 0 5% 0 0;
	padding: 20px 0 0 0;
	height: 152px;
}

.text {
	width: 405px;
	margin: 0 0 0 auto;
	text-align: left;
	padding: 0;
	float: right;
}


.navigation {
	width: 575px;
	height: 152px;
	float: right;
	margin: 0 20px 0 0;
	text-align: left;
}
.navigation img {
	margin-right: 9px;
}

.whitespace {
	height: 50px;
}
.second_container {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	padding: 49px 0 0 0;
}

.second_nav {
	width: 700px;
	height: 81px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: white;
}
.second_nav ul {
	margin: 0 0 0 80px;
	padding: 48px 0 0 0;
}

.second_nav li {
	float: left;
	margin: 0 80px 0 0;
}
.no_margin {
	margin: 0;
}
.second_contact {
	height: 26px;
	margin: 0 70px 0 0;
}


.second_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.second_content {
	margin: 60px 0 0 80px;
	text-align: left;
	padding: 0;
	width: 550px;
}
.second_content h1 {
	color: #161616;
}
.second_content ul {
	font-size: 14px;
}
li.big_li {
	font-weight: bold;
}

ul.indent      {
	margin: 5px 0 15px 20px;
	font-size: 12px;
	list-style-type: disc;
}
.songs {
	font-size: 11px;
}
.biography {
	font-size: 12px;
}

.songs a {
	text-decoration: underline;
}



.footer {
	width: 700px;
	margin: 0 auto;

}

.footer_content {
	width: 550px;
	margin: 0 70px 0 80px;
	padding: 5px 0 20px 0;
	text-align: left;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
