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


body {
	background-color: #003a00; /*full page background color*/
	font-family: Arial, Veranda, sans-serif;
	font-size: 100%;	
}


#counter {
	text-align: center;/*I removed the counter from this site*/
}

#big_page_title {

	font-size: 3.5em;

}

#header {
	color: #EEEEEE; /*font color - currently we use a picture*/
	background-color: #002700; /*background of header*/
	padding: 00px 0px 00px 00px;
	margin-bottom: 10px;
	/*font-size: 120%; - we use a picture*/
}

#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: #EEEEEE;
}

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

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



#menu {
	
	text-decoration: none;  
	color: #EEEEEE;  /*font color*/
	background-color: #1a4c19; /*background of menu*/
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 110px;
	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: 5px;  /*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-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-decoration: none;
	color: #999999;
	background-color: #2b672b;
	width: 120px;
	text-decoration: none;
	float: left;
	clear: left;
}

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


#pic {
	padding: 20px;
	float: left;	
}



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



	


	