/* 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 */





body {
	font-size:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #C6B18D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image:url(../images/PC_bg2.gif);
	background-repeat:repeat-x;
}

* {margin:0; padding:0;}


/* PAGE STRUCTURE DIVS BELOW */


div#mainwrap {
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	background-image: url(../images/mainwrap_bg.png);
	background-repeat:repeat-y;
}


div#footer {
	height: 60px;
	width: 840px;
	padding: 2px 65px 10px 65px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#leftbar {
	width: 20px;
	padding-left:15px;
	float: left;
}


div#rightbar {
	width: 20px;
	padding-right:15px;
	float: right;
}


div#header {
	background-image: url(../images/PC_header.jpg);
	background-repeat:no-repeat;
	height: 142px;
	width: 900px;
	float: left;
}

div#contactinfo {
	padding: 32px 0px 0px 10px;
	height: 110px;
	width: 206px;
	float: right;
}

div#contactinfo p {
	font-size:0.9em;
	line-height: 1.2;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -5px;
}

div#contactinfo p a{
	color: #FFFFFF;
}


div#header2 {
	background-color: #B70E1D;
	height: 5px;
	width: 900px;
	float:left;
}



div#contentarea {
	background-color:#FFFFFF;
	width: 840px;
	padding: 20px 30px 10px 30px;
	float: left;
}

	
div#left_col {
	background-color: #FFFFFF;
	text-align:left;
	width: 365px;
	float:left;
	padding-right: 25px;
	}


div#credit_col_left{
	text-align:left;
	width: 176px;
	float:left;
	padding: 10px 12px 0 0;
}


div#credit_col_left p{
	font-size: 0.75em;
	padding: 0 0 4px 0;
}


div#credit_col_rt{
	text-align:left;
	width: 176px;
	float:right;
	padding: 10px 0 0 0;
}

div#credit_col_rt p{
	font-size: 0.75em;
	padding: 0 0 4px 0;
}


	
div#right_col {
	text-align:left;
	width: 450px;
	float:right;
	}
	
	


#videobox{
	background-color: #efeae0;
	width: 410px;
	padding: 10px 20px 4px;
}

#gallerybox{
	background-color: #69573f;	
	width: 420px;
	padding: 10px 10px 15px 20px;
	margin: 20px 0;
}

#gallerybox h1{
	color: #FFFFFF;
	}
	
	
#gallerybox img{
	margin: 2px 9px 5px 0;
	float: left;
	}


#clips{
	width:410px;
}


#clips_col1{
	width: 195px;
	margin: 20px 20px 20px 0;
	float:left;
}

#clips_col2{
	width: 195px;
	margin: 20px 0;
	float:right;
}

#clips p{
	font-size: 0.75em;
	padding: 3px 0 3px 0;
	border-bottom: #9c1722 dotted 1px;
}

#clips a{
	color: #000;
	text-decoration:none;
}


#clips a:hover{
	color: #B70E1D;
	text-decoration:none;
}


	
	


.clearboth {
	clear:both;
}




	

h1 {
	font-size:1.2em;
	line-height: 1.2;	
	font-weight: bold;
	color: #4C2F26;
	padding: 3px 0 8px 0;
	letter-spacing: -.1em;
}

h2 {
	font-size:1.0em;
	line-height: 1.2;
	font-weight: bold;
	color: #4C2F26;
	padding: 3px 0 1px 0;
}

h3 {
	font-size:0.9em;
	line-height: 1.2;
	font-weight: bold;
	color: #0093A8;
	padding: 0 0 1px 0;
}


p {
	font-size: 0.8em;
	padding: 0 0 10px 0;
	line-height: 1.2;
}


.bodybold {
	font-weight: bold;
}






p.smalltext {
	font-size: 0.6em;
	padding: 6px 0;
	color: #FFFFFF;
}


p.smalltext a{
	color: #FFFFFF;
}

p.smalltext a:hover{
	color: #FFFFFF;
}


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

a:hover {
	color: #B70E1D;
	text-decoration:underline;
}



