body{
	
	background-image: url(../images/circleBG.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	color: #006600;
	font-weight: bold;
}
.style5 {color: #006600}
.style6 {color: #006600; font-size: 12px; 
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
    color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 12px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar{
	float: left;
	width: 20%;
	margin: 5px;
	padding: 0px;
	background-image: url(http://www.recipeseasy.com/images/circleBGyellow.gif);
	background-color: #eeeeee;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f7f7f7;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #FFF0B2;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFF0B2;
}

/*********** .body styles ***********/

.body{
	
	margin: 0px;
	padding: 0px 0px 10px 150px;
	font-size: 12px;
	height: auto;
	width: 400;
	left: 0;
}