
body {
   text-align: center;
   background: #000;
}

#content {
   margin: 50px auto 0 auto;
   padding: 15px 0 0 35px;
   width: 813px;
   height: 366px;
   background: url(../images/bg5.jpg) top center no-repeat;
}


/* ----------- home page stuff ------------- */

#content #navigation {
   text-align: left;
   width: 200px;
}
#content #navigation #logo {
   margin: 0 0 0 0;
   padding: 10px 0 0 0;
}
#content #navigation #logo a {
   display: block;
   height: 180px;
   width: 145px;
   text-decoration: none;
   background: url(../images/logo.png) no-repeat;
}
#content #navigation #logo a:hover {
   background: url(../images/logohover.png) no-repeat;
}
#content #navigation #links {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
#content #navigation #links ul {
   list-style-type: none;
   padding: 0 0 0 20px;
   margin-left: 0;
}
#content #navigation #links li {
   margin: 20px 0 0 0;
}
#content #navigation #links a {
    color: #fff;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
}
#content #navigation #links a:hover {
   color: #3b4459;
}
#content #copyright {
   margin: 25px 0 0 0;
   padding: 0 0 0 0;
   color: #fff;
   font-size: 12px; 
}
#content #copyright a {
   color: #fff;
   text-decoration: none;
}
#content #copyright a:hover {
   color: #3b4459;
}



/* ------------ About Page Stuff -------------- */
#content #about {
   font-family: arial, sans-serif;
   color: #fff;
}
#content #about #links {
   font-size: 16px;
   text-transform: uppercase;
   width: 150px;
}
#content #about #links a {
   color: #fff;
   text-decoration: none;
}
#content #about #links a:hover {
   color: #3b4459;
}
#content #about #text {
   text-align: left;
   font-size: 13px;
   width: 150px
}
#content #about #text img {
   padding: 0 0 0 55px;
}
#content #about #copyright {
   margin: 33px 0 0 0;
   font-size: 11px;
}


/* ------------- Contact Page Stuff ---------------- */
#content #contact {
   padding: 15px 0 0 0;
   font-family: arial, sans-serif;
   color: #fff;
}
#content #contact #links {
   font-size: 16px;
   text-transform: uppercase;
   width: 150px;
}
#content #contact #links a {
   color: #fff;
   text-decoration: none;
}
#content #contact #links a:hover {
   color: #3b4459;
}
#content #contact #text {
   text-align: left;
   font-size: 13px;
   width: 150px
}
#content #contact #text a {
   color: #fff;
   text-decoration: none;
}
#content #contact #text a:hover {
   color: #3b4459;
}
#content #contact #copyright {
   font-size: 11px;
   margin: 68px 0 0 0;
}
