@charset "utf-8";

/* CSS Document */

 *{ padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bayonface_800x600.gif);
	background-repeat: repeat;
}
#wrapper {
	margin: 0 auto;
	width: 962px;
	background-color: #333;
}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/bg_main.jpg);
}
#header {
	width: 932px;
	height: 70px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #333333;
	background-image: url(../images/bg_logo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C96;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#leftcolumn {
	display: inline;
	color: #C90;
	padding: 0px;
	width: 220px;
	float: left;
	overflow: visible;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	visibility: visible;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#audio_player {
	clear: both;
	display: block;
	min-height:175px;
	margin-bottom: 15px;
}

#rightcolumn {
	float: left;
	color: #CCC;
	padding: 0px;
	display: inline;
	position: relative;
	width: 710px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}
#footer {
	width: 922px;
	clear: both;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C96;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
}
.clear { clear: both; background: none; }
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	color: #C99968;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 15px;
}


.padding {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}
.float_left {
	float: left;
}
.cover {
	float: left;
	padding: 5px;
	width: 175px;
	text-align: center;
}
.playList {
	float: left;
	width: 350px;
	padding: 5px;
}


.imgBorder {
	border: 1px solid #CCC;
}
.bullets {
	line-height: 20px;
	padding-left: 15px;
}
