@charset "utf-8";
/* CSS Document */

body {
	background-color: #A6C275;
	margin-left: 112px;
}
#bg {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	background-position: center;
}
#header {
	width: 800px;
	height: 200px;
	margin-top: 0px;
}
#header h1 {
	color:#009900;
	text-align: left;
	margin-right: 5px;
	font-size: 36px;
	margin-top: -125px;
	text-transform: capitalize;
	text-decoration: underline;
}
#header p {
	color: #009900;
	text-align: left;
	margin-right: 0px;
	font-size: 18px;
	margin-top: -18px;
	font-weight: bold;
	margin-left: 35px;
}
#store {
	margin-left: 650px;
	margin-right: 20px;
	margin-top: -50px;
}
#store a, #store a:active, #store a:visited {
	color: #8FB568;
	text-decoration: none;
	padding: 20px;
	border: thin solid #A6C275;
}
#store a:hover {
	color: #FEF2A0;
	text-decoration: none;
	padding: 20px;
	border: thin solid #FEF2A0;
}
#main_content {
	width: 580px;
	float: right;
	clear: both;
	padding-bottom: 20px;
}
#main_content h1 {
	color: #A6C275;
	width: 580px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #66CC00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#main_content h2 {
	color: #4C9900;
	background-color: #FEF2A0;
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A6C275;
}
#main_content p {
	font-family: "Times New Roman", Times, serif;
	padding-right: 20px;
}
#main_content img {
	float: left;
	padding-right: 20px;
}

.menu {
	width: 200px;
	float: left;
}
#main {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
}

#vegetables_articles h2, #vegetables_growing h2, #vegetables_tips h2, #vegetables_videos h2 {
	color: #8FB568;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-left: 5px;
	background-color:#FEF2A0;
}
.menu ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
}
.menu li {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #66CC00;
	width: 100%;
	background-color: #A6C275;
	margin-bottom: 3px;
}
.menu a, .menu a:visited {
	color: #FFFFFF;
	width: 100%;
	text-decoration: none;
	display:block;
}
.menu a:hover {
	color: #A6C275;
	width: 100%;
	text-decoration: none;
	background-color: #FFFFFF;
}
.menu a:active {
	color: #ffffff;
	background-color:#A6C275;
	width: 100%;
}
#footer {
	background-color: #CADB1D;
	clear:both;
}
#footer p {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active{
	color: #FFFFFF;
}#main_content #adsense {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}