/********** 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 {
    background-color: #c69a82;
    color: #c3a493;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    min-width: 900px;
}

img {
    border: none;
}

div#container {
    width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    background-color:#000000;
    height:80px;
    border:4px solid #8a4c2b;
    border-bottom: none;
    padding-bottom: 5px;
}

div#content {
    text-align: center;
    background-color:#000000;
    border-right:4px solid #8a4c2b;
    border-left:4px solid #8a4c2b;
}

div#innercontent {
    height: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#footer {
    background-color:#000000;
    color: #ffffff;
    border-left:4px solid #8a4c2b;
    border-bottom:4px solid #8a4c2b;
    border-right:4px solid #8a4c2b;
}

div#topnav {
    background-color:#523d31;
    border-top:2px solid #8a4c2b;
    border-left:4px solid #8a4c2b;
    border-bottom:2px solid #8a4c2b;
    border-right:4px solid #8a4c2b;
}

div#leftnav {
    float:left;
    height:470px;
    background-color:#000000;
}


a:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #c3a493;
    text-decoration: none;
}

a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #83604d;
    text-decoration: none;
}

a:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #BFBFBF;
    text-decoration: none;
}

a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #83604d;
    text-decoration: none;
}

a:focus {
    outline: none;
} 

th {
    font-size: 13px;
    color: #83604d;
    text-align: left;
}

h3 {
    color: #ffffff;
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

.sidebarbutton {
    margin-top: 65px;
}

.sidebarbutton img {
    margin-top: 6px;
    margin-bottom: 0px;
    border: 0px;
}

.sidebarbutton div {
    margin-top: 6px;
    width:142px;
    border-right:2px solid #8a4c2b;
    border-top: 2px solid #8a4c2b;
    border-bottom: 2px solid #8a4c2b;
    height: 48px;
}

.sidebarbutton div.active {
    background-color:#83604d;
}

.navbutton {
    margin-left: 120px;
    font-size: 12px;
    white-space:nowrap;
}

.navbutton a {
    padding:0px 20px;
    color: #FFFFFF;
    text-decoration:none;
}

.navbutton a:hover {
    text-decoration:none;
    color: #c1947e;
}

.navbutton a.active {
    text-decoration:none;
    color: #FFFFFF;
    background-color:#83604d;	
}

div#copyright {
    padding: 5px 0px 10px 0px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

div#copyright a {
    font-size: 10px;
}

div#thumbarray {
    float: right;
    width: 55px;
    padding: 3em 1.8em 0em 0em;
}

div#thumbarray_left {
    float: left;
    width: 55px;
    padding: 5em 0em 0em 1.5em;
}

div#thumbarray_right {
    float: right;
    width: 55px;
    padding: 5em 1.5em 0em 0em;
}

div#portraits {

}

img.mainpic {

}

div.contactformleft {
    float: left;
    text-align: right;
    margin-bottom: 1.5em;
}

div.contactformright {
    float: right;
    text-align: left;
    margin-bottom: 1.5em;
}
