* {
	margin-top: 0px;
	font-family: Calibri;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(My_template/Templates/shadow_back.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 100px;
	width: 750px;
	background-image: url(health_website_banners/vegitables.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 50px;
	line-height: 1px;
	color: #FFC;
}
#container {
	float: left;
	width: 800px;
}

#footer {
	height: 20px;
}
#navigation {
	width: 200px;
	float: left;
	margin-left: 3px;
	padding-top: 5px;
}
#web-body {
}
#editable-body {
	float: left;
	width: 592px;
	height: 890px;
	background-color: #FFC;
	margin-bottom: 5px;
	text-align: justify;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: block;
	height: 30px;
	width: 200px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(health_website_banners/nav_button1_1.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#navigation ul li a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 178px;
	margin-bottom: 3px;
	line-height: 30px;
	padding-left: 24px;
	font-size: 15px;
	font-family: Calibri;
}
#navigation ul li a:hover{
	background-image: url(health_website_banners/nav_button1_2.png);
}
.web_text {
	text-align: justify;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

