* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background: #669;
color: #fff;
font: 13px Arial, sans-serif;
}
#wrapper {
width: 75%;
margin: 0 auto;
}
.hidden {
display: none;
}
h1 {
text-indent: -5000px;
background: url('../../media/images/bhb.gif') no-repeat bottom right;
height: 50px;
padding-top: 8px;
margin-bottom: 8px;
}
a {
color: #fff;
}
p {
padding-bottom: 8px;
}
#site-header {
border-bottom: 1px solid #fff;
padding-bottom: 8px;
}
#site-nav ul {
background: #ff0;
clear: both;
list-style: none;
}
#site-nav ul li {
float: left;
width: 16%;
text-transform: lowercase;
text-align: center;
font-size: 16px;
}
#site-nav ul li a {
text-decoration: none;
}
#content {
padding: 20px;
}
#content-item-1 img {
display: block;
margin: 0 auto;
}
blockquote {
margin-left: 20px;
}
dd {
margin-left: 40px;
padding-bottom: 8px;
}
#site-footer {
border-top: 1px solid #fff;
padding-top: 8px;
}
#copyright {
float: left;
padding-bottom: 32px;
}
#credits {
float: right;
}
