@font-face {  
  font-family: "Interstate";  
  src: url(Interstate.eot); /* IE */  
  src: local("Interstate"), url(Interstate.ttf) format("truetype"); /* non-IE */  
}

body {
color: #fff;
background: #000 url('http://vantagechurch.com/img/bg.png') repeat-x top left;
font-family: 'Interstate', 'Helvetica Neue', Helvetica, sans-serif;
font-size: .9em;
}

a {
color: #27cbde;
border: 0px;
text-decoration: none;
}

img {
border: 0px;
}

h1 {
color: #27cbde;
font-size: 1.25em;
margin-bottom: 12px;
margin-top: 0em;
}

#sidebar h2 {
color: #FFF;
font-family: 'Interstate', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 1.2em;
}

.active {
color: #27cbde;
text-decoration: none;
}

#container {
width: 855px;
color: #fff;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#header {
margin-top: 35px;
padding-bottom: 8px;
}

#topmenu {
margin-bottom: 10px;
height: 25px;
border-top: solid #fff 1px;
border-bottom: solid #fff 1px;
}

#topmenu ul li {
float: left;
list-style-type: none;
padding: 5px 25px 5px 0px;
}

#topmenu ul {
margin: 0px;
padding: 0px;
}

#topmenu a {
color: #fff;
text-decoration: none;
}

#topmenu a:hover {
color: #27cbde;
}

#sidebar {
width: 190px;
font: .85em 'Interstate', 'Helvetica Neue', Helvetica, sans-serif;
}

#sidebar ul, #sidebar ul ol {
margin: 0px;
padding: 0px;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 0px;
}

#leftmenu {
width: 175px;
}

#leftmenu ul li {
width: 175px;
height: 30px;
list-style-type: none;
padding: 0px 20px 0px 0px;
border: 0px #fff solid;
}

#leftmenu ul {
margin: 0px;
padding: 0px;
float: left;
}

#leftmenu a {
color: #fff;
text-decoration: none;
}

#leftmenu a:hover {
color: #27cbde;
}

#content {
float: right;
width: 645px;
text-align: justify;
font-size: 13px;
}

#footer {
clear: both;
padding-top: 5px;
padding-bottom: 0px;
}