@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #78490b;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#row3 p {
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	padding-left: 20px;
	padding-right: 60px;
}
#row3 h2 {
	color: #FFFFFF;
	text-align: left;
	padding-right: 60px;
	padding-left: 20px;
	padding-top: 10px;
}
#bottomlinks {
	color: #CCCCCC;
	font-size: small;
	text-align: center;
	padding-right: 60px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#bottomlinks a {
	color: #FF9966;
	text-decoration: none;
}

#bottomlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#copyright {
	color: #CCCCCC;
	font-size: small;
	text-align: center;
	padding-top: 20px;
}

#copyright a {
	color: #99CCFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FF9900;
	text-decoration: none;
}

.style1 { font-size:x-small;}

.style3 {
	color: #FFFF00;
	font-weight: bold;
}

#row3 ul {
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	padding-right: 60px;
	list-style-position: inside;
}
#row3 ol {
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding-right: 60px;
	list-style-position: inside;
}
#columnLeft {
	padding-left: 50px;
	padding-right: 0px;
}

#row3 a {
	color: #FFCC99;
	text-decoration: none;
}

#row3 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#orderform {
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	padding-left: 20px;
	padding-right: 80px;
}
#columnLeft h3 {
	color: #CCCC66;
	text-align: left;
	padding-left: 20px;
}
#row3 h3 {
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 40px;
}
#row3 #testimonials {
	font-size: x-small;
	color: #999933;
	text-align: left;
	padding-left: 80px;
	padding-right: 20px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}
