html {
background-image: url('images/bg.jpg');
}

body {
background-image: url('images/header_bar_bg.jpg');
background-repeat: repeat-x;
text-align: center;
font-family: lucida sans unicode, lucida grande, tahoma, geneva, san-serif;
}

a {
color: #827a00;
text-decoration: none;
}

.float_left {
float: left;
}

.hidden {
display: none;
}

img 
{
border: none;
}

.main {
margin-left: auto;
margin-right: auto;
width: 960px;
text-align: left;
}

.wrapper {
background-image: url('images/content_bg.jpg');
position: relative;
top: -50px;
}

#header {
}

#nav {
position: relative;
top: -75px;
left: -25px;
}

#nav ul {
list-style: none;
margin-right: 35px;
}

#nav li {
display: inline;
}

#nav .get_started {
margin-left: 30px;
}

.main_content {
background-image: url('images/content_overlay.jpg');
background-repeat: repeat-y;
height: 100%;
}

.post_header {
width: 240px;
}

.post_header h1 {
color: #d7d7d7;
font-size: 24px;
margin-left: 10px;
font-weight: normal
}

.highlight {
color: #fff799;
}


.post_content {
width: 720px;
padding-top: 5px;

}
.post_content h2 {
color: #fffcc8;
font-size: 18px;
margin-left: 90px;
font-weight: normal;
}

.post_content img {
border: 10px solid #ffffff;
margin-bottom: 24px;
}

.post_content p {
margin-left: 170px;
background-color: #ffffff;
padding: 10px 10px 10px 10px;
font-size: 12px;
color: #464646;
margin-bottom: 24px;
}

.divider {
margin-left: 330px;
width: 630px;
border-bottom: solid 10px #202020;
}

.footer_wrapper {
}

.footer {
margin-left: auto;
margin-right: auto;
width: 960px;
text-align: left;
}

.footer p {
color: #fffcc8;
font-size: 10px;
position: relative;
top: -15px;
}

.contact {
background-color: #ffffff;
margin-left: 170px;
padding: 10px 10px 10px 10px;
font-size: 12px;
color: #464646;
margin-bottom: 24px;
}
