/* CSS Document */
/*maroon is #3a131c*/
/*yellow is #fbf7ca*/
/*old red is #DE0E17*/
/*new red is #DE0E17 */
.clearer
{
clear:both;
}
	  
body {
text-align: center;
/*background-color: #6D6E72;*/
	background-repeat: repeat-x;
	background-image: url(/css_and_pres/bg_linear_beige.jpg);
	background-color: #fbf7ca;
}

/*==========================  DEFAULT  =======================*/

.main_container {
	width: 949px; 
	font-family: Arial, sans-serif; /*default font for all text */
	font-size:13px; /*default size for all text */
	margin:0 auto;
	text-align:left;
	background-color: #3a131c; /*default background */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #fbf7ca;

}


.header
{
	width: 949px;
	height: 80px;
	padding-top:30px;
	clear: both;
	/*background-color:#CCFF99; */
/*to force the next div left start */
overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
.logo
{
	margin-left:32px;
	float:left;
}
.percentbanner
{
margin-left:55px;
float:left;
}
.main_display_area{
/*simply an enclosing div*/
overflow: hidden;
width: 100%;
/*to force the next footer left start */
}

.left_column{
	/*includes a "prop"*/
	width:160px;
	float:left;
	min-height:420px;
	padding-top:0px;
	padding-left:50px;

*/
; 		line-height: 22px;/*background-color: #33FFFF;*/
/*	background-image: url(left_col_back.gif);*/
}

.content_area
{
	float:left;
	width: 660px;	
/*	margin-top: 48px;*/
/*	padding-left:30px;*/
/*background-color: #9999FF;*/

}
.footer{
	font-family: Arial, sans-serif; /*font for hyperlink separators eg pipe  */
	font-size:10px;
	text-align: right;
	width: 849px;
	margin-left: auto;
background-color: #3a131c; 
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-right: 100px;
	padding-left: 0px;
}

/*========================== hyperlink styles   =======================*/

.left_column, .left_column A:link, .left_column A:active, .left_column A:visited{
	text-decoration: none;
	color: #DE0E17;
font-weight: bold;
	font-size:16px;
}

.left_column A:hover { color: #fbf7ca;}


content_area, .content_area A:link, .content_area A:active, .content_area A:visited  {text-decoration: none; color: #DE0E17;  font-size:13px;}
.content_area A:hover { color: #FDA093 }


.footer, .footer A:link, .footer A:visited ,.footer A:active {
font-family: Arial, sans-serif;
	text-decoration: none;
	color: #fbf7ca;
	font-size:10px;
}

.footer A:hover {color: #ed2124;}


/*========================== image floats   =======================*/

 .pic_and_caption_floatleft {
	float: left;
/*	background-color: #FFFFFF;*/
/*	margin-top: 10px;*/
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
} 

 .pic_and_caption_floatright {
	float: right;
/*	background-color: #FFFFFF;*/
/*	margin-top: 10px;*/
	margin-left: 10px;
	margin-bottom: 2px;
	margin-right: 0px;
	font-weight: bold;
} 

/*========================== text  =======================*/

.headingfont
{
	font-size: 16px;
	font-weight: bold;
}

.reversedheadingfont
{
	font-size: 16px;
	font-weight: bold;
	color: #3a131c;
	background-color: #fbf7ca;	
}


.smalltext{
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}

.blog_small_text
{
	font-size: 10px;
	color: #999999;
}

.merchpicdiv{
width:100px;
margin-right:20px;
float:left;
}
.merchtextdescdiv{
width:300px;
margin-right:10px;
float:left;
}
.merch_buy_div{
width:200px;
float:left;
}
.listen_text{
width:550px;
margin-right:10px;
float:left;
}
/*.listen_flashplayer{
width:300px;
float:left;
}*/

table.std {

}
table.std tr {
	background-color: #652a37;  /*lighter maroon*/
	}
table.std td {
/*	border: 1px solid #FFFFFF;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}	
