body {
	background-color: #B7C8D8;
	background-image: url(../images/bg_tile_blue.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	text-align:center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}

* {margin:0; padding:0;}

a, a:active, a:visited {
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color: #034663;
	text-decoration:none;
	background-color: #FDF9AA;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


#outer_container {
	background-color: #3E3E3E;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding: 0 3px 4px 3px;
	width: 906px;
}

#final_spacer{
	clear:both;
	margin: 0;
	padding: 0;
}

#page_container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	width: 900px;
	text-align:left;
}

#header_bar {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 900px;
}

#logo_area {
	width: 350px;
	float: left;
	height: 120px;
}

#flash_header {
	float: right;
	width: 550px;
	height: 120px;
}

#logo_strip {
	width: 900px;
	float: left;
	height: 50px;
}

#main_content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-image: url(../images/yellow_bg.gif);
	background-repeat: repeat-x;
	float: left;
}

#text_col {
	margin: 0px;
	width: 480px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}

#media_col {
	margin: 0px;
	width: 360px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
}






/* stuff for home page boxes */

#home_box_top {
	margin: 0px;
	width: 360px;
	height: 15px;
	padding: 0px;
	background-image: url(../images/red_box_top.gif);
	background-repeat: no-repeat;
}

#home_box_bottom {
	margin: 0px;
	width: 360px;
	height: 15px;
	padding: 0px;
	background-image: url(../images/yellow_box_bottom.gif);
	background-repeat: no-repeat;
}

#home_box_middle_red {
	background-color: #8F0000;
	margin: 0px;
	width: 324px;
	padding: 0px 18px 0px 18px;
}


#home_box_middle_blue {
	background-color: #FFDE2E;
	margin: 0px;
	width: 324px;
	padding: 5px 18px 0px 18px;
	background-image: url(../images/studio_bg3.jpg);
	background-repeat: no-repeat;
}

#footer {
	background-color: #034663;
	margin: 0;
	padding: 8px 20px 8px 20px;
	width: 860px;
	height: 15px;
	font-size: 0.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}




h1 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333333;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333333;
	margin: 8px 0 4px 0;
}

.musictitle {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px 0 0 0;
	color: #8F0000;
}

.contacttitle {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	color: #FFFFFF;
}


p {
	font-size: 0.7em;
	padding: 0 0 12px 0;
	line-height: 1.4em;
}

.textbold {
	font-weight: bold;
}

.contactdetails{
	font-size: 0.6em;
	color: #FFFFFF;
}

.hilite{
		background-color: #FFDE2E;
		padding: 1px 4px;
}
	

.librarylink{
	font-size: 0.6em;
	font-weight:bold;
	padding: 15px 0 12px 0;
	line-height: 1.2em;
}

.contactdetails a, a:active, a:visited {
	color:#FFF;
}

.contactdetails a:hover {
	color:#034663;
}

.librarylink a, a:active, a:visited {
	color:#000;
}

.floatrt{
	float:right;
}

.albumcover{
	float:left;
	margin-right: 10px;
	border: 1px #FFFFFF solid;
}

.playercontainer{
	margin: 10px 0 0 0;
	height:95px;
}

.clearrt{
	clear:right:
}

.libraryimage{
	padding: 15px 0 12px 0;
}
	
