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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAF9CA;
}
.twoColFixLtHdr #container {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/mesamis_bkgrd.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	height: 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar {
	float: left;
	position: relative;
	width: 225px;
	height: 1000px;
	padding-top: 30px;
}
.twoColFixLtHdr #sidebarContent tr th{
	width: 225px;
}
.twoColFixLtHdr #container #sidebar #sidebarContent tr th  {
}
	
.twoColFixLtHdr #mainContent {
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-bottom: 10px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	color: #300;
}

.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #480B0B;
	text-decoration: underline;
	margin-right: 20px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	right: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #products table {
	width: 600px;
	position: absolute;
}
.twoColFixLtHdr #footer {
	background-color: #1C333A;
	height: 50px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #666;
} 
.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 */
}
.twoColFixLtHdr #container #mainContent #Accordion1 {
	width: 550px;
	border: none;
	position: relative;
	left: 30px;
	top: 0px;
	height: 380px;
}
.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. */
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent #findus1 {
	width: 500px;
	margin-left: 50px;
}
.twoColFixLtHdr #container .twoColFixLtHdr #mainContent #home_intro1 p {
	text-align: left;
}
.twoColFixLtHdr #container .twoColFixLtHdr #mainContent #home_intro2 p {
	text-align: left;
}

