/* Default styling by FSD.
*/

* { padding: 0; margin: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: url('../images/chit.jpg');
}

/* Layout. */

#wrapper { 
     margin: 0 auto;
     width: 920px;
     padding: 0px 10px;
     background: #ffffff url('../images/background.jpg') repeat-y;
}

#header {
    background: #6bc5ab;
    width: 900px;
    height: 10px;
    margin: 0px auto;
}

#column-left { 
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 350px;
    width: 430px;
    float: left;
}

#column-right { 
    float: right;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 350px;
    width: 430px;
    display: inline;
}

#footer { 
    clear: both;
    width: 900px;
    padding-bottom: 10px;
}

#bottom { height: 1000px; width: 900px; background: #6bc5ab; border: none; margin: auto; }

/* Other elements. */

.intro { margin-top: 0; width: 400px; height: 80px; overflow: hidden; font-size: 150%; }
#ticker li { list-style: none; height: 80px; }

ul.vcard { float: right; margin-right: 30px; }
.vcard li { list-style: none; }
.logo { float: left; margin-left: 30px; }
.logo img { border: none; }
.legal { clear: both; text-align: center; margin-top: 150px; font-size: 90%; font-style: italic; }

label { font-weight: bold; }
input { margin: 5px; }
input[type="text"] { border: 1px solid #6bc5ab; }

