a.navlink:link { color: green; }
a.navlink:visited { color: green; }
a.navlink:hover { color: blue; }
a.navlink:active {color: blue;}
a.navlink2:link { color: red; }
a.navlink2:visited { color: red; }
a.navlink2:hover { color: blue; }
a.navlink2:active {color: blue;}

/*body {
background-image:url(images/sign1.jpg);
backgound-attachment: fixed;
background-position:50% 50%;
background-repeat:no-repeat;
backgound-size:100% 100%;


margin:0px;
}
*/
body { 
background-color: #FFFFEE; 
margin: 0px; 
padding: 0px; 
height: 100%; 
border-top: 1px transparent solid; 
margin-top: -1px; 
z-index:0; position:relative; 
}

.menubar
{
background-image:url('images/menubackground.gif');
background-color:transparent;
background-repeat:no-repeat;
}
.navbutton
{
background-image:url('images/navbg.gif');
background-color:transparent;
background-repeat:no-repeat;
}

img#background { 
height: 80%; 
width: 50%; 
z-index: -1; 
position:fixed; 
position:center;
top:10%;
left:25%; 
color: white;
}


#nav {
position:relative;
top:-20px;
width:540px;
height:25px;
}

#nav2 {
position:relative;
top:-20px;
width:700px;
height:25px;
}

#main {
position:relative;
top: 0px;
width:700px;
}
#top2 {
background:url(images/topgrn.gif);
position:relative;
top: 0px;
height:90px;
width:750px;
background-color: transparent;
}
#top {
background:url(images/banner7.gif);
position:relative;
top: 0px;
height:207px;
width:750px;
background-color:transparent;
}
#bottom2 {
position:relative;
height:90px;
top:30px;
width:540px;
background-color: transparent;
} 
#bottom {
position:relative;
height:90px;
top:100px;
width:540px;
background-color: transparent;
}
