@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #009900;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #container {
	width: 1060px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cccc9a;
	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. */
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-bottom: 0px;
	background-color: #96952b;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 0px 0; 
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 220px;
	background: #B4B864; 
	padding: 0px 10px;
	background-image: url(http://www.brianmoc.com/reel/sides_240.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	font-weight: lighter;
	font-style: normal;
}
#sidebar1 h7 {
	background-image: url(http://www.brianmoc.com/reel/sides_240.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 100px;
	}
	
.twoColFixRtHdr #mainContent {
	margin: 0 20px 0 0;
	padding: 0 0px;
	width:800px;
	background-color:#B4B864;
	background-image: url(http://www.brianmoc.com/reel/800_bot_reel.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: lighter;
	padding-bottom: 10px;
}
.twoColFixRtHdr #main2 {
		margin: 0 20px 0 0;
	padding: 0 0px;
	width:800px;
	background-color:#B4B864;
	background-image: url(http://www.brianmoc.com/reel/800_bot_reel.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: lighter;
	padding-bottom: 66px;
}

#mainContent h1 {
	background-image:url(http://www.brianmoc.com/reel/800_top_reel.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 60px;
}
#main2 h2 {
    background-image:url(http://www.brianmoc.com/reel/800_alt_reel_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 30px;
}
#main3 {
	margin: 0 20px 0 0;
	padding: 0 0px;
	width:800px;
	background-color:#B4B864;
	background-image: url(http://www.brianmoc.com/reel/800_bot_reel.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#main3 h3 {
	background-image:url(http://www.brianmoc.com/reel/800_alt_reel_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 60px;
	}
	
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B3B369;
	border-top: 10px;
	border-top: 10px;
	margin-top: 10px;
	page-break-after: auto;
	padding: 2;
} 
.twoColFixRtHdr #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 */
	background-color: #B3B369;
}
.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;
}

