
body {
	margin:0px;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#5B2907;
}

/* building block elements for the page */
#wrap {   
	width: 774px;
	background-image:url(../images/healthyfoodbody.jpg);
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#headerimg {
	margin: 0;
	width: 774px;
	background-image:url(../images/healthyfoodheader.jpg);
	background-repeat:no-repeat;
	height: 152px;
}

#headerimg h1 {
	font-size:24px;
	width:470px;
	height:50px;
	margin:0px 0 0 20px;
	padding:60px 5px 5px 120px;
	text-align:left;
	border: 0px;
}


#content{
	float:left;
	width: 360px;
	padding: 0 5px 0 0;
	margin:0 0 0 20px;
	border-right:1px solid black;
}

#content ol li{
	padding-bottom: 5px;
}

#content ul li{
	padding-bottom: 15px;
	list-style-image:url(../images/arrowbullet.jpg)
}


#avmenu {
	margin-left:390px;
	padding: 10px 5px 0 5px;
	width:335px;
	font-size: 12px;
	background-color:#E0CCAB;
}

#footer {
	clear: both;
	background-image:url(../images/healthyfoodfooter.jpg);
	margin: 0 auto;
	width: 774px;
	height:100px;
	text-align: center;
	color: #ffffcc;
	font-size: 0.8em;
}

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	margin:0px;
	line-height:130%;
	text-align:center;
}

h2 {
	padding 10px;
	line-height:130%;
}


#avmenu ul {	
	list-style: none;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 5px;
}	
	
#avmenu li a:hover {
	background: #ffffff;
	color: #990000;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

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

a:visited {
	text-decoration: none;
	color:#0000CC;
}

a:visited:hover {
	color: #CC0000;
}

a img {
	border: 0;
}


#footer a {
	color: #ffffcc;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	background-color:#FFFFFF;
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}

.bigredbold {
	font-size:24px;
	font-weight:800;
	color:#AA0000;
}

.mediumblackbold {
	font-size:18px;
	font-weight:800;
}