body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FBBF44;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 703px;
	text-align: left;
	background-image: url(images/mcBG.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headerBG.jpg);
	height: 220px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
} 


.twoColFixLtHdr  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #BF1E2D;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 24px;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}
.twoColFixLtHdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FBBF44;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 17px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-weight: normal;
}
.twoColFixLtHdr h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 20px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.twoColFixLtHdr #container #mainContent a {
	color: #BF1E2D;
}

.twoColFixLtHdr #footer {
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: left;
	width: 100%;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 17px;
	background-color: #333;
} 
.twoColFixLtHdr  #footer  a  {
	color: #999999;
}

.twoColFixLtHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
}
.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;
}
.style1 {color: #BF1E2D}
.style2 {
	color: #000000;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #address {
	float: right;
	width: 220px;
	background-color: #FEE2A9;
	padding: 5px;
	margin: 5px;
}
