body  {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 98%;
	background-color: #DEEAD6;
	margin: 0;
}
html {
	margin: 0px;
	padding: 0px;
}
#abs {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	position: relative;
	top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#header {
	background-color: #DEEAD6;
	background-image: url(/img/top.gif);
	background-position: center bottom;
	height: 42px;
	background-repeat: no-repeat;
} 
#menus {
	background-color: #9FBE88;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menus ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
}
#menus ul li {
	display: block;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: capitalize;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 32px;
	float: left;
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
}
#menus ul li a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 32px;
}
#menus   li:hover   {
	background-color: #2e5b22;
}

#header 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 */
}
#leftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 321px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	bottom: 59px;
	position: absolute;
	height: 596px;
	margin: 0px;
	left: -20px;
}
#rightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 321px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	bottom: 58px;
	position: absolute;
	height: 261px;
	margin: 0px;
	left: 644px;
}
#mainContent {
	margin-top: 0px;
	*margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;


} 



#mainContent i {
	color: #382225;
	font-size: 12px;
}
#mainContent h1 {
	color: #5CA038;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E28F26;
}
#mainContent  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #382225;
	font-size: 18px;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:active {
	color:#5ca038;
	text-decoration:none;
}

#mainContent a:hover {
	color:#403120;
	text-decoration:underline;

}

a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}

#mainContent a.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #382225;
	text-decoration: none;
}

#mainContent ul { 
	padding:0;
	margin-left:0;
}

#mainContent li {
	list-style:none;
	background-image:url(img/listpaw.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:10px;
	padding-left:30px;
}

#footer {
	background-image: url(img/bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 58px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DEEAD6;
	z-index: 999;
} 
#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: "Times New Roman", Times, serif;
	font-size: 12px;
	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;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display:inline;
}
.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;
}
#postit {
	height: 160px;
	width: 160px;
	position: absolute;
	left: -75px;
	top: 83px;
}

.superscript {
font-size:8px;
vertical-align:top;

}

.green_bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#2e5b22;
	font-size:14px;
	font-weight:bold;
}

.product_description {
	font-size:10px; 
	color:#666666;
}
