* {
    margin:0px;
    padding:0px;
    border:none;
}

body {
    background:#422412;
    font-family:Arial, Verdana;
}

#page_content {
    width:850px;
    margin:0px auto;
    background:#F1D9C2;
    padding-top:25px;
    padding-bottom:25px;
    margin-top:50px;
}

h1 {
    width:800px;
    height:300px;
    margin-left:25px;
    background:url(facility.jpg) top center no-repeat;
    position:relative;
}

h1 a {
    color:#FFF;
    background:#730F1E;
    display:block;
    width:800px;
    height:100px;
    text-align:center;
    position:absolute;
    top:200px;
    left:0px;
    text-decoration:none;
    font-size:75px;
    line-height:100px;
    vertical-align:middle;
}

#nav {
    list-style:none;
    background:#6f4a3b;
    width:266px;
    height:200px;
    float:left;
    margin-left:25px;
}

#nav li {
    margin:5px 15px;
    border-bottom:dotted 1px #FFF;
}

#nav li:first-child {
    margin-top:10px;
}

#nav li:last-child {
    border-bottom:none;
}

#nav a, #nav a:link, #nav a:visited {
    color:#FFF;
    text-decoration:none;
    font-size:16px;
}

#main_content > * {
    margin:5px 25px;
    margin-left:316px;
}

#main_content h3:first-child {
    margin-top:10px;
}

#contact {
    height:75px;
    clear:both;
    margin:25px;
    margin-bottom:0px;
    background:#730F1E;
    text-align:center;
    color:#FFF;
}

#address {
    display:block;
    padding-top:10px;
}

#copyright {
    display:block;
    font-size:12px;
    padding-top:10px;
}

#copyright a {
    color:#FFF;
}