#allcontent {
	width: 1000px;
	background-color: #f1edd9; /*background of center area of page, where the "main" section is.*/
	margin-left: 14%;
}

body {
	background-color: #c0b76c; /*full page background color*/
	font-family: Arial, Veranda, sans-serif;
	font-size: medium;	
}

#counter {
	text-align: center;
}



#big_page_title {

	font-size: 2.0em;

}



#header {
	color: #000000;
	background-color: #000000; /*background of header*/
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	/*font-size: 120%;*/
}

#raypic {
	margin-bottom: 10px;
	margin-right: 16px;
	float: left;
}


#banner_ad {

	/*raypic and second cover this, this section is needed, do not delete.*/
}


#menu a:link {
	text-decoration:none;
	color: #4b0112;
}

#menu a:visited {
	text-decoration: none;
	color: #4b0112;
}

#menu a:hover {
	text-decoration: underline overline;
	color: #fdff00;
}


#menu {
	text-decoration: none;
	color: #4b0112; /*font color*/
	background-color: #c4bb80; /*background of menu*/
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 140px;
	text-decoration: none;
	float: left;
	clear: left; /*If we don't clear left, the menu jumps over to the right.*/	
}

#raybook {
	
	text-decoration: none;
	margin-top: 10px;  /*Pushes the book picture down from the menu*/
	margin-left: 20px;  /*gives a little room to the left of the book*/
	/*This was a width line, it is not needed if the book "free floats", but can be added if a background color is desired.*/ 
	float: left;
	clear: left; /*If we don't clear left, the book jumps to the right of the menu.*/
}

#sidebar_ad {
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 5px;
	text-decoration: none;
	/*color: #999999;*/
	/*background-color: #8E9ECE;*/
	width: 120px;
	text-decoration: none;
	float: left;
	clear: left;
}

#main {
	background-color: #fdfbf4;
	font-size: .875em;
	padding: 10px;
	margin-left: 170px;
	margin-top: 10px;/*changed from 110*/
}



#footer {
	font-size: .5em;
	margin-top: 10px;
	text-align: center;
	padding-top; 7px;
	padding-bottom: 2px;
	color: #4b0112;  /*color of font*/
	background-color: #c4bb80; /*background of footer*/
	clear: both;
}


	


	