/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */
   
   /* Peaches and Cream colour theme */


body {
  color: black;
  background-color: #FFE696;
}

h2 {
	color: #black;
  font-weight: bolder;
}

ul {
	list-style-image: url(bullet.gif);
}

a {
	color: #954B2A;
}

a.current {
  text-decoration: none;
}

a:hover {
  color: #4D5569;
}

#wrap {
  
}

blockquote{
	background: #5E5921;
	color: #606060;
}

/**** Top ***/
#top {
	color: #33599A;
  background: black url(peaches_n_cream_maple_hdr.jpg);
}


#top h2 a {
  color: black;
  font-size: 38px; 
}

#top h2 a:hover {
   color: darkgreen;
}

/**** Main Menu ***/
#menu li a {
  color: silver /*#f0f0a6*/; 
    background-image: url("button0.gif");
    background-repeat: no-repeat;
    background-position:0px 35px;       
}

#menu li a:hover {
/*  background: #802828;*/
    color: black /*#f0f0a6*/; 
    background-image: url("button1.gif");
    background-repeat: no-repeat;
    background-position:1px 36px;       

/*  color: #F0F0A6;*/
}

#menu li a.current {
    color: black /*#f0f0a6*/; 
    background-image: url("button1.gif");
    background-repeat: no-repeat;
    background-position:2px 37px;       
}

/**** Content ****/
#content {
  background-color: #FBE7B4;
}

/**** Sidebar ***/
#right .box {
	background: #FB7E2F;
	border-color: #4D5569;
  color: black;
}

#right .box h2 {
  color: black;
}
#right .box a {
	color: #93140D;
}

#right .box a:hover {
  color: white;
}
/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */
   
   /* Peaches and Cream colour theme */

