@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

a:link{color:#FF0000; text-decoration:none;}
a:visited{color:#FFFF00; text-decoration:none;}

.ccclub #container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #000000; /*black border around body of page - may want to remove*/
	text-align: left;
	background-image:url(../images/lay/hmpg/metalBg.gif);
	} 
	.ccclub #header { 
		height: 170px;
		background:url(../images/lay/hmpg/metalBg.gif); 
	
	} 

	.ccclub #sidebar1 {
		float: left; 
		width: 180px; 
		/*background: #34467e; */
		padding: 0px 0px 0px 3px; 
		display: inline;
	
	}
	.ccclub #sidebar1 td {
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		float: left;
			
	}	

	.ccclub #sidebar2 {
		float: right; 
		width: 180px; 
		padding: 5px 5px 5px 5px; 
		background:url(../images/lay/hmpg/metalBg.gif);
		display: inline;
		
	}
	.ccclub #mainContent { 
		margin: 0px 190px;
		/*margin: 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		font-size:13px;
		
		padding: 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
	.ccclub #mainContent td{
	color:#ffffff;
	}
	.ccclub #footer { 
		text-align: center;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:9px;
		padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background-image:url(../images/lay/hmpg/metalBg.gif);
	} 
.ccclub #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}