body  {
	background: #666666;
	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;
	background-image: url(images/bckg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	width: 228px;
	float: left;
	margin-left: 10px;
	clear: both;
	display: inline;
}
#mainpicture {
	float: right;
	width: 702px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
#mainpicture p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	padding-right: 320px;
	padding-left: 10px;
}
#navbar {
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	padding: 0px;
	margin-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #51237F;
	border-right-color: #51237F;
	border-bottom-color: #51237F;
	border-left-color: #51237F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	display: inline;
}
#footer {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#linksfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 20px;
}
#linksfooter a:hover {
	color: #333333;
}
#subpicture {
	float: right;
	width: 702px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	height: 210px;
}
#linksfooter a {
	color: #666666;
	text-decoration: none;
}
#mainpicture h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}
#content {
	float: right;
	width: 692px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 30px;
}
#form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 300px;
}
textarea#comment {
	margin-left: 9px;
	width: 300px;
}
form#form1 {
	text-align: left;
	width: 500px;
	margin-left: 50px;
}
input#name {
	margin-left: 38px;
	width: 300px;
}
input#Email {
	margin-left: 40px;
	width: 300px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #51237F;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 16px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
td {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
table, tr, thead, tfoot, tbody, th, tf {
border-collapse: collapse;
margin: 0px;
padding: 0px; 
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #51237F;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #51237F;
}
label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #51237F;
	text-align: left;
	padding-right: 10px;
}
/* Miscellaneous classes for reuse */
.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;
}
.cityname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #51237F;
}
.element {
	color: #B20838;
	font-weight: bold;
}
.ricebran {
	font-weight: bold;
	color: #AA4F92;
}
.organic {
	font-weight: bold;
	color: #6DB33F;
}
.complete {
	font-weight: bold;
	color: #00703C;
}
.generation {
	font-weight: bold;
	color: #1265A5;
}
.goldensenior {
	font-weight: bold;
	color: #532480;
}
.ultramin {
	color: #C37C14;
	font-weight: bold;
}
.performance {
	color: #F47B20;
	font-weight: bold;
}
#td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.articleheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 20px;
}
