* {
    margin: 0;
    padding: 0;
}
body {
    margin-top: 20px;
}
#wrapper, #header, #footer {
    margin: 0 auto;
    width: 950px;
}
#wrapper {
    border: 1px solid #a3a3a3;
    background: url(img/bg.gif) repeat-y;
}
#header {
    background: url(img/headerbg.gif) no-repeat;
    height: 219px;
}
#header h1 {
    display: none;
}
#header p {
    float: left;
    width: 311px;
    padding-top: 180px;
    line-height: 33px;
}
#header p, h4, #side p {
    padding-left: 10px;
}
#header h2, #content {
    float: right;
}
#header h2 {
    width: 617px;
    height: 201px;
    margin: 18px 12px 0 0;
    background-repeat: no-repeat;
}
#header h2.home {
    background-image: url(img/head-home.jpg);
}
#header h2.gallery {
    background-image: url(img/head-gallery.jpg);
}
#header h2.contact {
    background-image: url(img/head-contact.jpg);
}
#header h2 span {
    display: none;
}
#header a {
    text-decoration: none;
}
#side {
    float: left;
    width: 321px;
}
#content {
    width: 589px;
    margin-right: 12px;
    background-color: #ededed;
    padding: 14px;
}

h3 {
    color: #3b4b94;
    font: bold 1.5em sans-serif;
    margin-bottom: 0.5em;
}
h4 {
    color: #fff;
    font: bold 1em sans-serif;
    background-color: #606bad;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
p, ul {
    font: 0.8em sans-serif;
    margin-bottom: 1em;
    color: #3f3f3f;
    line-height: 1.5em;
}
li {
    background-color: #bdbdbd;
    padding-left: 6px;
    margin-bottom: 2px;
    list-style-position: inside;
    list-style-type: square;
    width: 250px;
    color: #3b4b94;
    font-weight: bold;
}
a {
    color: #3f3f3f;
    font-weight: bold;
}
a.gallery {
    display: block;
    background: url(img/gallerybanner.jpg) no-repeat;
    width: 589px;
    height: 192px;
}
a.gallery span {
    display: none;
}
.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#side p {
    line-height: 1.2em;
}
p.contact strong {
    display: block;
    float: left;
}
#content p.contact strong {
    width: 84px;
}
#side p.contact strong {
    width: 20px;
}

form {
    margin-bottom: 10px;
}
span.label {
    float: left;
    width: 50px;
}
label {
    display: block;
    float: left;
    margin-left: -100px;
    color: #3f3f3f;
}
input, textarea {
    width: 190px;
}
textarea {
    font: 1em sans-serif;
    height: 50px;
}
input.submit {
    width: auto;
}
#side form p {
    margin: 0 0 4px 0;
    padding-left: 110px;
    line-height: 1.1em;
}
form small {
    color: #f00;
}

ul.images li {
    float: left;
    width: 112px;
    height: 112px;
    list-style-type: none;
    background-color: transparent;
    padding-left: 0;
}
ul.images li img {
    border: 2px solid #3f3f3f;
}
#map {
    border: 1px solid #a3a3a3;
}
#footer {
    margin-top: 10px;
    height: 42px;
}
#footer p.ph {
    float: left;
    margin-right: 10px;
}
#footer p.ph img {
    border: 0;
}
#footer p {
    font-size: 0.7em;
}