/* 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        */
   
   /* Eye in the Sky colour theme */

body {
  background: url(eyesky_2.jpg);
  background-repeat: none;

}

#wrap{
}
h2 {
	color: #73353A;
}

a {
	color: #8B0000;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
}

a:hover {
  color: black;
}

/**** Top ***/
#top {
	color: #0049ee;
}

#top h2 {
	color: White;
  letter-spacing: 3px;
  font-size: 42px;

}

#top h2 a {
	color: #448;
}

#top h2 a:hover {
   color: #FF5938;
}

/**** 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;       
}

/**** Sidebar ***/
#right .box {
	background: #FEF9D1;
	border-color:#E1E1E1;
}

#right .box a {
	color: #56677C;
}

#right .box a:hover {
  color: red;
}

/* 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        */
   
   /* Eye in the Sky colour theme */


