
* {
        margin: 0;
        padding: 0;
}

body {
        margin: 0;
        font-family: "Arial";
        color:  #000;
        font-size: 15px;
        background: #000;

}

#wrapper {

               background: #000 ;
               width: 900px;
               margin: 0px auto;
               }


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

b {
  color:  #A3D7EF;
}

h2 {
}

h3 {
        font-size: 1em;
}
p, ul, ol {
        margin-bottom: 1.5em;
        line-height: 1.8em;
        text-align: justify;
}



a {
        text-decoration: bold underline;
        color:  #000;
}

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


/* Post */

.post {
}

.post .title {
        padding: 30px 0px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #fff;
}

.post .story {
        padding: 0px 20px 0 20px;
        background: #000;
        border: #000 5px solid;
}

/* Header */

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


/* Content */

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


}

#content .cent {
        text-align: center;
        }
        
/* Content > Main */

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

}

/* MENU */

#sidebar {
        float: left;
        margin-top: 90px;
        padding: 0 0 130px 0;
        width: 220px;
        background: url(images/address.jpg) no-repeat bottom;
}

#sidebar .menu7 {
        width: 180px;
        margin: 26px 0 0 15px;
        
        }

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

#sidebar .menu7 li a:link, .menu7 li a:visited {
        color: #000;
        display: block;
        background: url(images/menu7.jpg) repeat-x;
        padding: 10px 0 0 10px;
        }

#sidebar .menu7 li a:hover {
        color: #000;
        background: url(images/menu7.jpg) repeat-x 0 -32px;
        padding: 10px 0 0 10px;
        }



/* Footer */

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

#footer p {
        margin: 0;
        text-align: center;
        line-height: normal;
        font-size: small;
        color:  #A3D7EF;
}

#footer a {
        color: #fff;
}

#footer a:hover (
        color: #fff;
}



/* Image Floats */

.floatright { float: right; margin: 5px 5px 5px 5px;    border: 1px solid #000; text-align=center;}
.floatleft { float:left; margin: 5px 5px 5px 5px;    border: 1px solid #000;}
.centerme { text-aling:center; }

