html {
    background-color: #ffc;
}

a:link {
    color: #900;
}
a:visited {
    color: #700;
}

div.hdimg {
    background-image: url('banner-background.jpg');
    background-position: center center;
}

div#pageheader {
    line-height: 1;
    width: 70%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0em;
}

div#pageheader h1 {
    color: #a00;
    font-family: serif;
    text-align: center;
    font-size: 300%;
    margin: 0em;
}

div.headeraddress {
    font-family: serif;
    width: 29%;
    float: right;
    font-size: 80%;
    margin: 0em;
}

div.headeraddress ul {
    text-align: center;
    list-style-type: none;
}

div.headeraddress li {
    list-style-type: none;
}

h2 {
    text-align:center;
}

div.navbar {
    height: 2.8em;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40%
    margin-left: auto;
    margin-right: auto;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #963;
    margin-bottom: 0em;
    clear: both;
}
div.navbar ul {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
div.navbar li {
    text-align: center;
    list-style-type: none;    
    width: 9%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
}
div.navbar li.last {
    width: 0px;
    clear: left;
}
div.navbar li a {
    text-decoration: none;
    color: #fff;
}
div.navbar li a:link {
    color: #0f0:
}
div.navbar li a:visited {
    color: #eee;
}
div.navbar li:hover {
    color: #fff;
    background-color: #a74;
}

div#bd {
    font-family: serif;
}

table.hours {
    margin-left: auto;
    margin-right: auto;
}
table.hours th {
    text-align: right;
    background-color: #666;
    color: #fff;
}
table.hours td {
    text-align: left;
}

table.rental, table.equipment {
    margin-left: auto;
    margin-right: auto;
}
table.rental th, table.equipment th {
    background-color: #666;
    color: #fff;
}
div.boxed {
    border-width: 1px;
    background-color: #dda;
    margin-bottom: 1em;
}
img.staffphoto {
    width: 50%;
    float: right;
}
table.equipment img {
    width: 100%;
    border: 1em;
    border-color: #000;
}
label {
    min-width: 5em;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    clear: both;
    float: left;
}
input, textarea {
    min-width: 12em;
    width: 12em;
}
input.submit {
    width: 10em;
    text-align: center;
    margin-left: 5em;
    margin-right: auto;
}
