html {
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 69.5%; /* Resets 1em to 10px */
    font-family: arial, verdana, sans-serif;
    background: url('images/body_bg.gif');
    background-repeat: repeat-x;
    color: #333;
    text-align: center;

    margin: 0px;
    padding: 0px;
}

#page {
    text-align: left;
    background: #FFFFFF url(images/botm_conetnt_bg.jpg) no-repeat bottom right;
    margin: 0 auto;
    padding: 5px 3px;
    width: 940px;
}

#home {
    float: left;
    width: 500px;
}

#blog {
    background-color: white;
    float: right;
    width: 360px;
    padding: 20px;
    border: solid 1px #AAA
}

#blog h2 {
   background: url(images/blog.jpg) no-repeat top left;
   color: #7F0707;
   padding: 15px 0 0 60px;
   margin: 0px;
   height: 50px;
}

#blog ul {
    margin: 0px;
    padding: 0px;
}

#blog li {
    margin: 0 0 10px 0;
    list-style: none;
}

#headerimg {
    background: url('images/header_bg.jpg') no-repeat top center;
    background-repeat: no-repeat;

    margin: 0;
    height: 200px;

    padding-left:32px;
    padding-top:49px;
    padding-right: 50px;
}

#content {
    font-size: 1.2em;
    padding: 5px 10px 200px 15px;
}

#content ul {
    list-style-type: square;    
}

#sidebar, .nocomments {
    display: none;
}

#footer {
    padding: 10px;
    background-color: #E4E5E5;
    clear: both;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

#header {
    padding: 0;
}

#headerlogo {
    float: left;
    height:141px;
    padding-left:40px;
    padding-top:10px;
    position:absolute;
    width:148px;
}

.head_content {
    width: 450px;
    float: right;
    font-size: 36px;
    color: #6A6F1B;
}

.king_foo_title{
    font-size: 41px;
    color: #6a0000;
    padding-bottom: 5px;
}

.navigationList{
    width: 490px;
    height: 27px;
    float: right;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 12px;
    color: #303030;
}
.navigationList ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.navigationList li{
    font-weight:bold;
    float:left;
    color:#303030;
    padding-left:5px;
}

.navigationList li a{
    padding:10px;
    display:block;
    font-weight:bold;
    float:left;
    color:#303030;
    text-decoration:none;
}
.navigationList li a:hover{
    background:#DEFEA1;
    padding:10px;
    display:block;
    font-weight:bold;
    float:left;
    color:#303030;
    text-decoration:none;
}

.footer_content_wrap{
    text-align: left;
    width: 940px;
    margin: 0px auto;
    padding: 10px;
    color:#848484;
}

.copyright {
    margin-left: 20px;
}

.foot_nav{
    width:615px;
    float:left;
    font-size:12px;
    color:#616161;
    padding:10px;
}
.foot_nav ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

.foot_nav li{
    float:left;
    padding-right:10px;
    border-right:1px solid #616161;
    text-decoration:none;
    color:#616161;
}
.foot_nav li a{
    float:left;
    padding-right:10px;
    padding-left:10px;
    text-decoration:none;
    color:#616161;
}
.foot_nav li a:hover{
    float:left;
    padding-right:10px;
    padding-left:10px;
    text-decoration:underline;
    color:#616161;
}

.clear {
    clear: both;
}

.main_letter {
    font-size: 36px;
    font-weight: bold;
    margin-right: 10px;
    color: #AAA;
}
.what_we_do_wrap {
    width: 49%;
    float: left;
    margin-bottom: 10px;
    padding: 0 4px;
}
.more {
    float: right;
}

hr {
    display: none;
}


h1, a, h3 {
    color: #6A0000;
}
h2 {
    color: #666;
}
