/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 background: #070E16 url(images/body-bg.jpg) top center no-repeat;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 font-style: italic;
}
a {
 color: yellow;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 width: 150px;
 text-align: left;
}
div#leftnav {
}
#leftnav a {
 display: block;
 margin: 2px 0px;
 padding: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: normal;
 font-style: italic;
 text-decoration: none;
}
#leftnav a:hover {
 font-weight: bold;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div#footer-wrapper {
 margin: 0px;
 padding: 0px;
 padding-top: 120px;
 width: 960px;
 height: 61px;
 text-align: center;
 background: url(images/footer-wrapper-bg.jpg) top center no-repeat;
}
div#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 background: url(images/footer-bg.png) top center no-repeat;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.blue-fade {
 width: 395px;
 padding: 30px;
 background: url(images/blue-fade-bg.jpg) top left;
 border: 2px solid #fff;
 text-align: center;
}
.button {
 margin: 2px;
 width: 350px;
 height: 40px;
 background: url(images/button-blue-shiny.png) no-repeat;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
table#gallery {}
#gallery a img {
 border: 1px solid #fff;
}
