html {
    background: #002611 url('images/gradient_body_bg.jpg') scroll repeat-x top left;
}
#doc4 {
    background-color: white;
}
#hd {
    background-image: url('images/header.jpg');
    height: 274px;
    position: relative;
}
#hd h1 {
    color: #e8e8e8;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    padding: 184px 0 0 38px;
    /* TODO: position absolutely */
}
#hd h2 {
    color: #e3ae7b;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 18px 0;
    padding: 5px 60px;
    /* TODO: position absolutely */
}
#hd ul {
    background: #444444 url('images/menu.jpg') scroll repeat-x bottom left;
    border: 1px solid black;
    bottom: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
}
#hd ul li {
    display: inline;
    list-style: none;
    margin: 0;
}
#hd ul li a {
    border-bottom: 3px solid #444444;
    color: #e8e8e8;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    padding: 0 13px;
    text-decoration: none;
    text-align: center;
}
#hd li a:hover {
    background: #444444 url('images/menu.jpg') scroll repeat-x top left;
    border-bottom: 3px solid #d76e08;
    color: black;
}
#content {
    border-right: 1px solid #004d19;
    margin: 2em 0;
    padding: 0 3em;
}
#content h3 {
    font-size: 197%;
    margin-bottom: 0.5em;
}
#content h4 {
    font-size: 123.1%;
    margin: 1.5em 0 0.5em 0;
}
#content img {
    border: 1px solid #004d19;
    display: block;
    margin: 1.5em auto;
}
#content .floorplan {
	text-align: center;
}
#content .floorplan img {
	margin: 1em auto 4em;
}
#content .interior img {
	display: inline;
	margin: 0.65em;
}
#content ul {
    margin: 2em 5em;
}
#sidebar {
    padding: 2em 1em;
}
#sidebar h3 {
    color: #d76e08;
    font-size: 146.5%;
    margin: 0;
}
#sidebar div {
    margin: 1em 0 2em 0;
}
#copyright {
    border-top: 1px solid #004d19;
    font-style: italic;
    margin: 0 2em;
    padding: 1em;
}

