body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/strip2.gif) repeat-x;
	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;
	color: #5C5C5C;
	position:relative;
}
#container {
	width: 758px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:136px;
	width:758px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#subheader1 {
	background: #fff url(../images/header.gif) no-repeat;
	height:136px;
	width:758px;
	margin:auto;
	position:relative;
}
#sidebar {
	width:225px;
	float:left;
	z-index:10;/*		margin-top:1px;
	margin-bottom:-1px;
	
*/
}
#leftcol {
	background:url(../images/new-lotus2.gif) no-repeat 0 0;
	color:white;
	height:384px;
	z-index:10;
}
#leftcol p {
	margin:0;  if not 0 then Safari moves the background down 
	padding:10px;
}
#mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:white;
	border:solid 4px black;
	z-index:1000 !important;
	min-height:376px;
	/*		margin-top:1px;
	margin-bottom:-1px;*/
	background:white;
	position:relative;
}
#footer {
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:140px; /* leave space for words and curclicues */
	text-align:center;
}
.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;
}
#bottomdesign {
	height:138px;
	position:absolute;
	top:512px;
	/*left:240px;*/
	z-index:0;	
	background:url(../images/footer.gif) no-repeat;
	visibility:hidden;
}