#container {

   position: absolute;

   top: 0px;

   left: 0px;

   width: 100%;

	background-image: url(parchment.png);

	height: auto;

   margin: 0px;

   border: 0px;

   padding: 0px;

	line-height: 1.2;

}



#header {

	float: top;

	height: auto;

}



#menu {

	font-weight: bold;

	height: auto;

	color: #3d2915;

	background-image: url(parchment-dark.png);

	font-family: cursive;

	line-height: 1.5;

   padding-top: 5px;

   padding-bottom: 5px;

}



#body {

   padding-top: 5px;

   padding-bottom: 5px;

   padding-left: 5px;

   height: auto;

   min-height: 640px;

}



#adsR {

	float: right;

	width: 120px;

	padding: 20px;

   height: auto;

   min-height: 640px;

}



#adsB {

	float: bottom;

   height: auto;

  	background-image: url(parchment-dark.png);

   padding-top: 5px;

   padding-bottom: 5px;

}



#menu a:link { 

	color: #3d2915;

	text-decoration: none;

	}

#menu a:visited { 

	color: #3d2915;

	text-decoration: none;

	}

#menu a:hover { 

	color: #3d2915;

	background-color: #f2e1cf;

	}



