
* {
        margin: 0;
        padding: 0;
}

body {
        margin: 0;
        font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:  #474747;
        font-size: 12px;
        background: #fff url(images/bg.jpg) repeat-y;
}

h1, h2, h3 {
        color: #E55D13;
}

b {
  color:  #E55D13;
}

h2 {
}

h3 {
        font-size: 1em;
}

p, blockquote, ul, ol {
        margin-bottom: 1.5em;
        line-height: 1.8em;
        text-align: justify;
}

p {
}

blockquote {
        margin-left: 2em;
        margin-right: 2em;
        font-style: italic;
}

ul {

        margin: 0;
        padding: 0;
        }

ul li {
}

ol {
        margin-left: 3em;
}

ol li {
}

a {
        text-decoration: underline;
        color:  #E55D13;
}

a:hover {
        text-decoration: underline;
        color: #ccc;
}

img {
}

img.left {
        float: left;
        margin: 0 20px 0 0;
}

img.right {
        float: right;
        margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 1em;
}

.boxed .content {
        padding: 20px;
        background: url(images/img05.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #E55D13;
}

.post .story {
        padding: 0px 20px 0 20px;
}

/* Header */

#header {
        width: 800px;
        height: 236px;
        margin: 0 auto;
        background: #fff url(images/header.gif) no-repeat;
}


/* Content */

#content {
        width: 800px;
        margin: -80px auto;

}

/* Content > Main */

#main {
        float: left;
        width: 550px;
}

/* MENU */

#sidebar {
        float: left;
        margin-top: 60px;
        width: 220px;
}

#sidebar .menu4 {
        width: 200px;
        border-style: solid solid none solid;
        border-color: #D76100;
        border-width: 1px;
        margin: 10px;
        }

#sidebar .menu4 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#sidebar .menu4 li a:link, .menu4 li a:visited {
        color: #9E3C02;
        display: block;
        background: url(images/menu4.gif);
        padding: 8px 0 0 30px;
        }

#sidebar .menu4 li a:hover {
        color: #fff;
        background: #000 url(images/menu4.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }

#sidebar .menu4 li a:active {
        color: #fff;
        background: #000 url(images/menu4.gif) 0 -64px;
        padding: 8px 0 0 30px;
        }


/* Footer */

#footer {
        clear: both;
        width: 760px;
        height: 80px;
        margin: 80px auto;
        padding: 30px 50px;
        background: url(images/bottom-track.jpg) no-repeat center top;
}

#footer p {
        margin: 0;
        text-align: center;
        line-height: normal;
        font-size: x-small;
}
/* Image Floats */

.floatright { float: right; margin: 5px 5px 5px 5px;}
.floatleft { float:left; margin: 5px 5px 5px 5px;}
