body {
	margin: 0px;
	padding: 0px;
	background: #B7B771 no-repeat;
	background-position:left 0px;
	background-image: url(http://www.natureb.com/imgs/);
	font: 1em serif;
	text-align: left;
	
}


/* ----------container to center the layout-------------- */
#container {
		margin: 0 auto; /*center for compliant browsers*/
		width: 760px;
		position: relative;
		background: #ffffff;	
		border: 0px solid tan;
		text-align: left;

	}

/* ----------banner for logo-------------- */
#header{
	margin: 0 0px 10px 0px;
	background: #f5f5dc no-repeat;
	background-image: url(http://www.natureb.com/imgs/naturebLogo.gif); 
	height:100px;}
	
	
/* This is the logo link clickable area */
#logo {
position: absolute;
top: 18px;
left: 11px;
height: 70px;
width: 250px;
background-color: transparent;
}	
	
	
a {color: #000000; font-weight:bold; text-decoration: none;}
  

p.topnav{
	margin: 0 ;
	padding: 40px;
	text-align: right;
	font-size:1em; }
	
p.description {clear: left;}

h1 { 
	color:  #bf2126;
	line-height:1em;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	
	}


	
/* -----------------content--------------------- */
#main {
	position: relative;
	padding:0px;
	margin-left: 170px;
	margin-right:10px;
	height:412px;
	line-height: 1.3em;
	width: 674px;


}



/* --------------left navigation------------- */
#navigation {
float: left;
width: 150px;
margin: 0px;
padding: 0px;
background: #EFECD1 no-repeat;
background-image: url('http://www.natureb.com/imgs/fallbg.jpg');
height:500px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid khaki;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 1em;
	line-height: 25px;
	display: block;
	background-color: #F6F6D9;
	color:#711512;
	text-decoration: none;
	padding: 0.2em;
	}
	
#navigation li a:hover {
	background-color: #DBDBB5;
	color: #711512;
	text-decoration:none;
}
/* -----------subnavigation--------------------------- */

#navigation ul ul {
	margin-left: 10px
	}

#navigation ul ul li {
	font-size: 10px;
	margin: 0}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:5px;
border-top: 1px dotted tan;
height:40px;
text-align:center;
background: #EFECD1 url(http://natureb.com/imgs/) no-repeat;
}
	
 #footer a{
	text-decoration: none;
 }
  
