body {
font-family: Verdana;
background-color: #003366;
background-image: url("images/ripples.png");
padding: 0px;
margin: 0px;
}
a img {
border: 0px;
padding: 5px;
}
a img:hover {
background-color: #336699;
}

#wrapper {
margin-left: 10%;
margin-right: 10%;
margin-top: 20px;
min-width: 780px;
}
#header {
height: 90px;
background-image: url("images/banner.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
}
#menu {
}
#content {
margin-top: 28px;
padding: 10px;
background-color: #99CCFF;
border: 2px solid #000000;
font-size: 125%;
}
#footer {
margin-top: 10px;
text-align: center;
padding: 2px;
background-color: #99CCFF;
border: 2px solid #000000;
font-size: 80%;
}

.floatleft {
float: left;
margin: 10px;
position: relative;
}
.floatright {
float: right;
margin: 10px;
position: relative;
}
.bigtext {
font-size: 150%;
}
.bigbutton {
width: 100px;
height: 50px;
}
.centered {
text-align: center;
}

.gallery {
position: relative;
}
.gallery a {
}
.gallery a img {
border: 2px solid #000000;
padding: 2px;
background-color: #FFFFFF;
}
.gallery a img.thumb {
width: 100px;
}
.gallery a img.full {
position: absolute;
left: 110px;
top: 0px;
visibility: hidden;
}
.gallery a:hover img.full {
visibility: visible;
z-index: 1000;
}
