/* CSS Document */
/*hyperlinbk gray  is #6a6a6c*/

.clearer
{
clear:both;
}
	  
body {
text-align: center;
background-color: #000000;
/*background-color: #6d6e72;
background-image: url(bg_linear.jpg);
background-repeat: repeat-x;*/*/
}
html { overflow-y:scroll; } /*adds a scroll bar even if its not needed;*/
/*==========================  DEFAULT  =======================*/

.main_container {
	width: 949px;
	font-family: Arial, sans serif; /*default font for all body text */
	font-size:12px; /*default size for all text */
	margin:0 auto;
	text-align:left;
	background-color: #000000;
	color: #ffffff;
/*border: 1px solid #333333;*/
}


.header
{
	width: 949px;
	height: 177px;
	padding-top:15px;
	clear: both;

/*to force the next div left start */
overflow: hidden;
	width: 100%;
	padding-bottom: 35px;
}

.outer_top_box
{
	margin-left:120px;
	width:700px;
	height:170px;
	border: 1px solid #6a6a6c;

	}
	
	
.logo
{
/*	margin-left:10px;
*/	padding-left:20px;
	padding-top:30px;
	width:242px;
		height:170px;
	float:left;
}
.menu_div{
	margin-left:10px;
	float:left;
/*	border: thin solid #CCFF33;*/
	text-align:center;
}


.random_pic{
	width:400px;
/*	padding-bottom:10px;*/
	padding-top:15px;
	padding-bottom:8px;


}



.main_display_area{
/*simply an enclosing div*/
overflow: hidden;
width: 100%;
/*to force the next footer left start */
}

.main_body{
	/*includes a "prop"*/
	width:705px;   /*FIX THIS WHEN BORDERS COME OFF*/
	float:left;
	min-height:375px;
	padding-top:0px;
	margin-left:120px;
/*	border: thin solid #6699FF;*/
}

.left_content_area
{
	float:left;
	width: 220px;
		padding-top:20px;
/* border: thin solid #990033;*/
}
	
.right_content_area
{
	float:left;
margin-left:57px;
		padding-top:20px;
	width: 420px;
/*	border: thin solid #FFFF00;*/
}
.full_page_content_area
{
	float:left;
/*	margin-left:57px;*/
		padding-top:20px;
/*	width: 420px;*/
/*	border: thin solid #FFFF00;*/
}
.footer{
	font-family: Georgia, serif; /*font for hyperlink separators eg pipe  */
	font-size:10px;
	text-align: left;
	width: 689px;
	margin-left: auto;
background-color: #000000; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 140px;
	padding-left: 120px;
}

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

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

.menu_div A:hover { color: #882345;}


main_body, .main_body A:link, .main_body A:active, .main_body A:visited  {text-decoration: none; color: #6a6a6c;  font-size:13px;}
.main_body A:hover { color: #882345 }


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

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


/*========================== 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-family: Georgia, serif; /*font for headings */
	font-size: 16px;
	font-weight: bold;
}

.largeheadingfont
{
			font-family: Georgia, serif; /*font for headings */
	font-size: 22px;
	font-weight: bold;
}

.bull_forhyperlinks{
color: #6a6a6c;
}



.merchpicdiv{
width:210px;
margin-right:20px;
float:left;
}
.merchtextdescdiv{
width:400px;
margin-right:10px;
float:left;
}
.smalltext{
	font-size: 10px;
	font-style: italic;
/*	font-weight: bold;*/
}
.flash_box{
	border: 1px solid #6a6a6c;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

.video_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/*=======================NOT NEEDED===============================================================*/


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;
	}	


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

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