@charset "utf-8";
/* CSS Document */
body {
background-color: #ece8e8;
background-image:url(images/back.gif);
background-position:top;
background-repeat:repeat-x;
margin: 0 0 0 0px;
}
.bottom {
background-image: url(images/grassstone.jpg);
background-position:bottom left;
background-repeat:no-repeat; }

font {
font:Georgia, "Times New Roman", Times, serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
}

.onwhite {
color:#3366FF;}

h4 {
font:Georgia, "Times New Roman", Times, serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FFFFFF;
}
h3 {
font:Georgia, "Times New Roman", Times, serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#3366FF;
}
#home{ display: block; width: 176px; height: 27px; background: url("images/home.gif") no-repeat 0 0;}
#home:hover { background-position: 0 -27px;}
#home span { display: none;}

#aboutus{ display: block; width: 176px; height: 27px; background: url("images/aboutus.gif") no-repeat 0 0;}
#aboutus:hover { background-position: 0 -27px;}
#aboutus span { display: none;}

#photogallery{ display: block; width: 176px; height: 27px; background: url("images/photogallery.gif") no-repeat 0 0;}
#photogallery:hover { background-position: 0 -27px;}
#photogallery span { display: none;}


