
* {
        margin: 0;
        padding: 0;
}

body {
        margin: 0;
        font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:  #474747;
        font-size: 12px;
        background: #FFF;
}

#rightbg {

               background: #fff url(images/bg.jpg) repeat-y;
               width: 900px;
               margin: 0px auto;
               }


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

b {
  color:  #454545;
}

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 {
        list-style: none;
        margin: 0;
        padding: 0;
        }

ul li {
}

ol {
        margin-left: 3em;
}

ol li {
}

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

a:hover {
        text-decoration: none;
        color: #454545;
}

img {
}

img.left {
        float: left;
        margin: 10px 10px 10px 10px;
}

img.right {
        float: right;
        margin: 10px 10px 10px 10px;
}



/* Post */

.post {
}

.post .title {
        padding: 40px 20px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #454545;

}

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

/* Header */

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


/* Content */

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


}

/* Content > Main */

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

}

/* MENU */

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

#sidebar .menu8 {
        width: 200px;
        margin-top: 10px;
        
        }

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

#sidebar .menu8 li a:link, .menu8 li a:visited {
        color: #fff;

        display: block;
        background: url(images/menu9.gif);
        padding: 8px 0 0 40px;
        }

#sidebar .menu8 li a:hover {
        color: #FFF;

        background: url(images/menu9.gif) 0 -32px;
        padding: 8px 0 0 45px;
        }

#sidebar .menu8 li a:active {
        color: #fff;

        background: url(images/menu9.gif) 0 -64px;
        padding: 8px 0 0 25px;
        }


/* Footer */

#footer {
        clear: both;
        width: 760px;
        height: 10px;
        margin: 80px auto;
        padding: 30px 50px;
}

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

.floatright { float: right; margin: 10px 10px 10px 10px;}
.floatleft { float:left; margin: 10px 10px 10px 10px;}
.floatalone { margin: 10px 0px 10px 0px;}
