#allcontent {
	width:				804px;
	padding:	5px;
	margin-left:		auto;
	margin-right:		auto;
	border:		8px solid black;
	}


body  {
	background-image:	url('images/laybkgnd.gif');
	font-family:      Verdana, Geneva, Arial, sans-serif;
  	font-size:        small
	}

h1.pageheader {
	font-size:	1.8em;
	text-align:	center;
	color:	rgb(57,8,0)
	}
	
.subpageheader {
	text-align: center;
	}
	
p {
	color: rgb(57,8,0);
	text-align: center;
	}

#header {
	margin:			10px 10px 0 10px;
	/*height:			150px;*/
	margin-left:	auto;
	margin-right:	auto;
	border: 2px solid black;
	}
	
	
#centercontent {
	padding:	10px;
	margin: 	10px 10px 10px 220px;
		}

#photo  {
	float:left;
	margin: 0 20px 10px 0;
	}

/*   leftside categories   */  

#leftside {
	margin: 10px 0 0 0;
	padding: 5px 5px 20px 0;
	float: left;
	width: 185px;
	background-color:  rgb(179,117,51);
	font-size: 13px;
	border: 5px solid black;
	height:	100%;
	}
	
#leftside a {
	display: block;
	text-decoration: none;
	padding: 8px 0 2px 10px;
	margin: 0;
	color: black;
	}
	
#leftside a:hover {
	color: white;
	font-size: 110%;
	font-weight: bold;
	}


/*   ****  Right side option  ****   */


#rightside {
	border: 1px solid black;
	float: right;
	height: 100%;
	margin: 10px 0 0 0;
	width: 100px;
	}
	
#rightside p {
	color: black;
	}
	
	

#footer {
  background-color: rgb(131,27,27);
  color:            black;
  text-align:       center;
  padding:          10px;
  margin:           0px;
  font-size:        75%;
  clear:			both;
  line-height:		1.6em;
}
 
#footer a {
	color: rgb(210,107,107);
	}


	
/*  ### Below is for the nav bar under the logo picture  */	
	
#nav {
  	margin: 0;  
	background-color: rgb(131,27,27); 
	border: 3px solid black;
	
	}
	
	
#nav a {
	
	line-height:  14px;
	font-weight: bold;
	margin: 0 10px 4px 6px;	
	text-decoration: none;
	color: white;
	padding: 8px 0 8px 0;
	font-size: 90%;
			} 
			
	
  		#minitabs {
			margin: 10px 0 10px 0;
			text-align: center;
			padding: 1px 0 1px 0px;
			/*border-bottom: 1px solid #696;
			border-top: 1px solid #696;*/
			}  
	
		  #minitabs li {
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			line-height: 14px;
			font-weight: bold;
			text-decoration: none;
			}  
	
		#minitabs a.active, #minitabs a:hover {
			border-bottom: 4px solid white;
			padding-bottom: 2px;
          	/*		color: #363;  */
			}
			
.current_page {
		color: black;
			}
			
.privacy {
	font: .70em;
	}
