@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}
#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #000;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#topPage {
	width: 960px;
	height: 100px;
}

#topPageLeft {
	width: 460px;
	float: left;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	height: 100px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.floatRight {
	float: right;
	padding-left: 10px;
}


.Bold {
	font-size: 24px;
	font-weight: bold;
}

#topPageRight {
	float: right;
	width: 450px;
	text-align: right;
	color: #6699ff;
	font-size: 20px;
	padding-right: 0px;
	height: 85px;
	padding-top: 15px;
}

#banner {
	width: 780px;
	padding-left: 180px;
	height: 30px;
	padding-bottom: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
}

#media {
	text-align: center;
	background-color: #000;
	margin-top: 0px;
	width: 960px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
}
#belowVideo {
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	
}
#photoAlbum {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #333;
	margin-right: auto;
}
#footer {
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	color: #FFF;
}
#listingDetails {
	color: #FFF;
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.musicCredit {
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
