@charset "utf-8";


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:url(../images/mcreynolds/bdBg.jpg);
	background-color:#6ba3d0;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

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

.crewChief #container { 
	width: 780px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/mcreynolds/mainBg.jpg);
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 
.crewChief #header { 
	background:url(../images/mcreynolds/mainBg.jpg);
	padding: 0 0 0 0;  
	height: 220px;
} 

.crewChief #sidebar1 {
	float: left; 
	width: 200px; 
	background:url(../images/mcreynolds/mainBg.jpg);
	padding: 15px 10px 15px 20px;
}
.crewChief #sidebar1 td {
	background:url(../images/mcreynolds/mainBg.jpg);
	filter:alpha(opacity=100);
	-moz-opacity:.100;
	opacity:.100;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	}
.crewChief #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
	background:url(../images/mcreynolds/mainBg.jpg);
	
} 
.crewChief #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/mcreynolds/mainBg.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
} 
.crewChief #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;
}
