/* ---------  CSS Stylesheet for Kimberley Appraisal  ----  */
/*                                                          */
/* The CSS for ths web site are split into six separate     */
/* files - mostly for the sake of flexbility during page    */
/* display.                                                 */
/* They are: main.css:    overall display setup             */
/* They are: header.css:  formats the header section        */
/* They are: sidebar.css:     formats the sidebar           */
/* They are: con1.css:    formats one type of main content  */
/* They are: con2.css:    formats the other type of content */
/* They are: samples.css  formats the sample detail page    */
/* -------------------------------------------------------  */

* {
        margin:0;
        padding:0;
        }

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 76%;
        text-align:center;
        line-height: 1.5em;
        background: url(../images/bg-home.jpg) repeat;
        }

p {
        font-size:0.95em;
        line-height: 1.25em;
        }

h1 {
        font-size: 2.2em;
        color: #993300;
        line-height: 0.95em;
        }

h2 {
        font-size: 1.5em;
        color: #666666;
        line-height: 1.1em;
        }

#container {
        width: 760px;
        margin: 5px auto;
        text-align: left;
        border: 1px solid #c0c0c0;
        background: url(../images/col_bkgd4.gif) repeat-y;
        }

/* ---------  Footer formatting  ---------------------  */

#footer  {
        clear: both;
        color: #0505bc;
        padding: 1.0em;
        border-top: 1px solid #c0c0c0;
        background: #ffffff;
        }

#footer hr {
        margin-top: .9em;
        margin-bottom: .9em;
/*      margin-left: 22%; */
        width: 75%;
        height: 1px;
        color: #0505bc;
        }

