﻿html, body
{
    margin: 0; padding: 0; height: 100%;
}

body
{
    background: #EBE4DD url(/!images/sdc_ccs_bkgrd_tile.jpg) center top repeat-y;
    color: #4B2F18;
    font-family: Arial, Verdana, Sans-Serif;
}

form
{
    margin: 0 auto;
    width: 758px;
    min-height: 100%;
    background: url(/!images/sdc_ccs_background.jpg);
    position: relative;
}
* html form { height: 100%; }

p, h1, h2, h3, h4 { margin: 0 0 1em; }

h1 { font-size: 2em; line-height:normal;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

a { color: #4B2F18; }

img { border: none; }

.photo_right { float: right; margin: 0 0 1em 1em; text-align:center;font-style:italic }


.photo_left { float: left; margin: 0 1em 1em 0; }

.listing_link a { font-weight: bold; text-decoration: underline; }
.listing_link a:hover { text-decoration: none; }

.expander { height: 0; overflow: hidden; clear: both; }



#content
{
    margin: 0px 20px;
    font-size: 13px;
    line-height: 1.5em;
    padding-bottom: 65px;
}

#footer
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 758px;
    height: 50px;
    padding-top: 15px;
    overflow: hidden;
    background: url(/!images/sdc_ccs_footer.gif) left top no-repeat;
    font-size: 11px;
    text-align: center;
    color: #FFF;
    line-height: 15px;
    vertical-align: top;
}
* html #footer { bottom: -1px; }

#footer a { text-decoration: none; color: #FFF; }

#footer a:hover { text-decoration: underline; }

#footer .footer_link { font-weight: bold; color: #8A3636; }

.box { background: #D7C0A4; border: 1px solid #8A3636; padding: 10px;  }