body {
background: #272727;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
border-top: 8px solid #000;
color: #fff;
line-height: 20px;
}

* {
padding: 0;
margin: 0;
}

h1 {
font-size: 20px;
color: #bb8314;
}

ul {
list-style-type:square;
list-style-position:inside;
}

li {
}

.text a {
color: #fff;
font-weight: bold;
text-decoration:none;
}

.text a:hover {
text-decoration:none;
background: #d2432d;
}

img {
border: none;
}

#container {
margin: 0 auto;
width: 1000px;
background:url(images/header-bg.jpg) no-repeat top;
}

#main { margin: 0 auto; width: 1000px; height: 319px; background: url(images/home-banner.png) bottom no-repeat; }
#resources { margin: 0 auto; width: 1000px; height: 319px; background: url(images/resources-banner.png) bottom no-repeat; }
#about-us { margin: 0 auto; width: 1000px; height: 319px; background: url(images/about-us-banner.png) bottom no-repeat; }
#programs { margin: 0 auto; width: 1000px; height: 319px; background: url(images/programs-banner.png) bottom no-repeat; }
#contact-us { margin: 0 auto; width: 1000px; height: 319px; background: url(images/contact-us-banner.png) bottom no-repeat; }


#header {
height: 46px;
padding: 20px;
}

#logo {
float: left;
}

#nav {
float: right;
margin-top: 50px;
}

#nav ul {
}

#nav li {
font-family: "Mufferaw", arial;
display: inline;
font-size: 18px;
}

#nav li a {
padding: 5px 23px 10px 20px;
text-decoration:none;
color: #d08a01;
}

#nav li a:hover, #nav li.active a{
 background: url(images/nav-bg.png) no-repeat top;
 color: #fff;
 }

#content {
background: #363636 url(images/bg.jpg) no-repeat top;
padding-bottom: 60px;
#padding-bottom: 240px;
}

#content-programs {
background: #363636 url(images/bg.jpg) no-repeat top;
padding-bottom: 60px;
#padding-bottom: 360px;
}

.text {
width: 630px;
float: left;
padding: 0 30px;
}

#button {
margin-top: 20px;
float: right;
margin-right: 40px;
}

#footer {
text-align: center;
background-color: #363636;
border-top: 1px solid #434343;
padding: 20px;
color: #565656;
font-size: 10px;
text-decoration: none;
}

#footer a {
color: #565656;
font-size: 10px;
text-decoration: none;
}