* {margin:0;padding:0}
html, body {height:100%;} 

body {
    background-color: #58705c;
    font: 11px verdana, sans-serif;
}

a, a:visited {
    color: #3b62ac;
    text-decoration: none;
}

a:hover {
    color: #99c;
}

#main {
    margin: 0 auto;
    width: 720px;
    //height: 100%; /* IE only */
    min-height: 100%;
    border: 1px solid #87a590;
    border-top: none;
    border-bottom: none;
    background-color: white;
}

#header {
    background: url('../images/header-09.jpg') #ad4d30 bottom center no-repeat;
    height: 276px;
    margin: 0px;
    padding: 0px;
}

#navbar {
    height: 25px;
    background-color: #ad4d30;
    text-align: right;
    color: white;
}

#navbar ul {
    margin: 0;
    /*list-style: none;*/
    padding: 6px 13px 6px 6px;
}

#navbar li {
    display: inline;
    padding: 13px;
}

#navbar .current a {
    background: url('../images/link_square.gif') 0% 60% no-repeat;
    padding-left: 15px;
}

#navbar .current a:hover {
    background: url('../images/link_square.gif') 0% 40% no-repeat;
}

#navbar .current a, #navbar a:hover {
    color: #493a33;
}

#navbar a {
    color: white;
}

h2 {font-size: 12px;}

.headshot {margin-left: 10px; margin-bottom: 10px; border: 1px solid brown;}

#content {
    color: #5d5c5c;
    line-height: 1.8em;
    padding: 29px 0px 0px 37px;
    background-color: white;
}

#content_left, #content_right, #content_left_narrow, #content_right_wide {
    float: left;
    padding-bottom: 20px;
}

#content_left {
    width: 310px;
}

#content_right {
    margin-left: 30px;
    width: 310px;
	padding-right: 20px;
}


#content_left_narrow {
    width: 250px;
}

#content_right_wide {
    margin-left: 20px;
    width: 390px;
}

#content p {
    margin: 0;
    text-indent: 16px;
}

#content li {
    margin-left: 15px;
}

#footer {
    height: 63px;
    text-align: center;
    line-height: 2em;
    color: #989898;
    clear: both;
}

#contactbar {
    background-color: #87a590;
    height: 23px;
    color: white;
}

#footer a, #footer a:visited {
    color: #2d5942;
}

#footer a:hover {
    color: #111111;
}

#contact {
    padding-top: 6px;
}

.hidden {
    display: none;
}

.clear_both {
    clear: both;
}