/********** Eric Meyer's CSS Reset **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Site Defaults **********/
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #c69a82;
    text-align: center;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #c3a493;
}

a:visited {
    color: #83604d;
}

a:hover {
    color: #83604d;
}

a:active {
    color: #bfbfbf;
}

h1 {
    font-size: 1.3em;
}

/********** Shell **********/
#container {
    position: relative;
    width: 900px;
    height: 630px;
    margin: 20px auto -50px auto;
    background-color: #000000; 
    border: 3px solid #8a4c2b;
    text-align: left;
}

#header {
    position: relative;
    height: 85px;
}

#topnav {
    text-align: center;
    height: 13px;
    padding: 1px 0 0 0;
    background-color: #523d31;
    border-top: 1px solid #8a4c2b;
    border-bottom: 1px solid #8a4c2b;
}

#content {
    text-align: center;
    font-size: 0.75em;
    color: #c3a492;
    height: 490px;
}

#footer {
    position: relative;
    float: left;
    bottom: 10px;
    height: 50px;
    width: 100%;
}

/********** Layout **********/
#copyright {
    padding: 5px 0 10px 0;
    text-align: center;
    font-size: 0.7em;
    color: #ffffff;
}

#logo {
    
}

#byss {
    position: absolute;
    bottom: 0;
    right: 0;
}

#navlist {
    margin: 0 auto 0 auto;
    width: 100%;
}

#navlist ul {
    list-style: none;
    font-size: 0.75em;
}

#navlist li {
    display: inline;
    padding: 0 20px;
}

#navlist li.active {
    background-color: #83604d;
}

#navlist li.active a:hover {
    color: #ffffff;
}

#navlist a {
    color: #ffffff;
}

#navlist a:hover {
    color: #c1947e;
}

#foco {
    position: absolute;
    top: -15px;
    left: 10px;
    clear: left;
}

#phone {
    position: absolute;
    top: 10px;
    left: 10px;
    clear: right;
}

#about {
    text-align: center;
    padding-top: 30px;
    margin: 0 auto 0 auto;
    width: 750px;
    height: 250px;
}

#about p {
    text-align: justify;
    line-height: 1.5em;
    padding: 15px 15px 0 15px;
}

#about img {
    float: right;
    margin: 15px 15px 10px 15px;
    border: 1px solid #ffffff;
}

#testimonials {
    text-align: center;
    margin: 10px auto 0 auto;
    width: 625px;
    height: 125px;
}

#testimonials .text {
    text-align: justify;
    line-height: 1.4em;
    font-size: 13px;
    padding: 0 5px 10px 5px;
}

#photolinks {
    text-align: center;
    margin: 15px auto 0 auto;
    width: 300px;
    height: 12px;
}

#facebook {
    position: absolute;
    right: 65px;
    bottom: 75px;
}

#maintenance {
    text-align: center;
    margin-top: 50px;
}

#maintenance h1 {
    margin-top: 10px;
    font-size: 24px;
}

#maintenance h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

#maintenance h3 {
    font-size: 14px;
}
