body {
    margin: 0;
    padding: 0;
    background: #923408 url('images/bg.gif');
    color: #930;
    margin: 0;
    font: normal 75% "Lucida Sans Unicode", sans-serif;
}

a {
    background: #f7e6ca;
    color: #930;
    text-decoration: underline;
}

a:hover { text-decoration: none; }

#container {
    width: 760px;
    margin: 0 auto;
    background: url('images/main-bg.png') repeat-y;
}

#nav {
    margin:0;
    padding: 1em;
    list-style-type: none;
    ;
    text-align: center;
}

#nav li {
    margin: 1em;
    display:inline;
}

#nav a {
    font-size: 175%;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/*-------------------- HEADER --------------------*/

#header {
    clear: left;
    background: url('images/header.jpg') no-repeat;
    height: 214px;
    margin-right: 23px;
    margin-left: 21px;
    text-indent:-9999px;
}

#header2 {
    clear: left;
    background: url('images/header2.jpg') no-repeat;
    height: 214px;
    margin-right: 23px;
    margin-left: 21px;
}

div.pattern {
    background: #632000 url('images/pattern.gif') repeat-x;
    height: 18px;
    margin-right: 22px;
    margin-left: 21px;
}

h1 {
    color: #f7e7ca;
    font: normal 250% "Georgia", serif;
    text-align: center;
    margin: 0;
    padding: 50px 20px 0 360px;
    height: 214px;
}

h1:first-letter { font-size: 160%; }

h1 span {
    display: block;
    font-style: italic;
}

h2 {
    font: normal 200% Georgia, "Times New Roman", Times, serif;
    background: #fcf7ed url('images/pattern2.gif') repeat-y top left;
    padding-left: 1em;
    border: 1px solid #930;
}

/*-------------------- MAIN CONTENT --------------------*/

#main {
    width: 450px;
    float: left;
    padding: 0 12px 12px 36px;
    margin: 12px 0 0 0;
}

#main a, #main a:visited { font-weight: bold; }

#main p { text-align: justify; }

ul li {
    list-style-image: url('images/bullet.gif');
    text-align: justify;
    list-style-position: outside;
}

blockquote {
    background: url('images/quote.gif') no-repeat;
    color: #930;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 6px 0;
    padding-left: 28px;
}

code {
    text-align: justify;
    background-color: #fcf7ed;
    border: 1px solid #930;
    border-left: 6px solid #930;
    color: #930;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 12px;
    padding: 8px 10px;
}

#taffymain {
    width: 550px;
    float: left;
    padding: 0 12px 12px 36px;
    margin: 12px 0 0 0;
}

/*-------------------- SIDEBAR --------------------*/

#sidebar {
    width: 200px;
    float: right;
    margin: 12px 36px 0 0;
    padding: 0;
}

/*-------------------- FOOTER --------------------*/

#footer {
    clear: both;
    text-align: center;
}

#footer a { font-weight: bold; }

#footer p {
    padding: 1em;
    margin: 0;
}

.img_main {
    border: 1px solid;
    border-color: #993300;
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
}

