@charset "utf-8";
body  {
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	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: #281a13;
	background: url(../images/bodyBG.jpg);
}
.twoColFixLt #container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/mc_bg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-top: 30px;
}
.twoColFixLt #container #mainContent h1 {
	margin: 0px 0px 10px;
	padding: 0px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 40px;
	margin-top: 300px;
}
.twoColFixLt #brownStrip {
	background: #281a13;
	height: 20px;
}
.twoColFixLt #container #flowers {
	position: absolute;
	width: 289px;
	left: -85px;
	top: -15px;
}

.twoColFixLt #mainContent {
	margin: 0px 0px 0px 250px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 20px;
} 
.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;
}
#mainContent p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.twoColFixLt #container #sidebar1 h3 {
	margin: 0px 0px 15px;
	padding: 0px;
}
.twoColFixLt #container #sidebar1 p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.twoColFixLt #container #mainContent h2.secheading {
	border-bottom: 1px solid #281A13;
}
.twoColFixLt #container #mainContent p small a {
	color: #0055AB;
}
