

body{

 	margin: 0;

 	padding:0;

	background: #faddb5; 

	color: #000000;

 	background-image: url(../images/trees.jpg);

 	}



	 

#header{

 	height: 200px;

 	background: #bababa;

 	background-image: url(../images/header.jpg);

 	background-repeat: no-repeat;

 	color:#000000;

 	border:solid #000000;

 	border-width: 1px 0px;

 	position: relative;

 	top: 0px;

 	}


 /*http://www.projectseven.com/tutorials/css/uberlinks/index.htm*/

/*
#navigation_bar{

 	position: absolute;

 	left: 36 px;

 	top: 86 px;

	} */

#content{

 	margin: 0px 0px 0px 140px;

 	border: solid #000000;

 	border-width: 1px 0px;

 	background: /*#828452;  #aac497 #d7d9a6*/ #e3ddae;

	/*background-image: url(../images/content_bkgd.gif);*/

 	color: #333333;

 	padding: 20px;

 	position :relative;

 	}



#footer{

 	height:200px;

 	margin: 0;

 	border:solid #000000;

 	border-width:1px 0px;

 	position: relative ;

 	background-image: url(../images/footer.jpg);

	margin: 0px 0px 0px 0px;
}




