html{
	margin: 0px;
	padding: 0px;
}


body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #f1f1f1;
}

p{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a:link, a:visited, a:active{
	color: #51720A;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #B6B6B6;
	font-weight: bold;
	border: 0px;
}


.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
} 

h1{
	color: #51720a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
	line-height: 32px;
}

h2{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

h3{
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}


.clear{
	clear: both;
}

#layout{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
}

#header{
	width: 830px;
	height: 169px;
}

#banner{
	width: 830px;
	height: 224px;
}

#content{
	width: 830px;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
}

#column1{
	float: left;
	width: 463px;
	padding: 30px 40px 20px 55px;
	margin: 0px;
}

#column1 ul{
}

#column1 li{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

#column1 td p{
	color: #414141;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: right;
}

#form{
	background-image: url(images/formbg.gif);
	background-repeat: no-repeat;
	width: 463px;
	height: 314px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;	
}

.input {
	border: 1px solid #5b5b5b;
	width: 240px;
	margin-left: 20px;
}

.button{
	padding: 20px 0px 0px 70px;
}

#column2{
	float: left;
	width: 257px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#column2 a:link, #column2 a:visited, #column2 a:active{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

#column2 a:hover {
	color: #E0E0E0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.white{
	background-color: #fff;
	height: 10px;
	width: 257px;
}

#column2content{
	margin: 40px 14px 0px 14px;	
}

#column2content p{	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#column2content a:link, #column2content a:visited, #column2content a:active{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

#column2content a:hover {
	color: #E0E0E0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


#footer{
	clear:both;
	width: 830px;
	height: 72px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer p{
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 2px;
}

#vitamin{
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;	
}