body {
    margin: 0 0 20px 0;
    padding: 0;
}

body {
    background: #684c53;
}

p {
    margin: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

#wrapper {
    position: relative;
    width: 850px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

#topper {
    position: relative;
    width: 850px;
    margin: 0 auto;
    height: 18px;
}

#header {
    background: url(../im/header1.png) no-repeat center center #fff;
    width: 850px;
    height: 146px;
    margin: 0 auto;
    position: relative;
}

#cms_container {
    min-height: 300px;
    background-color: #fff;
    margin: 20px auto;
}

#footer {
    text-align: center;
    border-top: 1px solid #ccc;
}

#mobile_link p {
    color: #999;
}

#mobile_link p a {
    color: #999;
}

#mobile_link p a:hover {
    color: #333;
}

div#f1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 12px 0;
    background: #fff;
    text-align: center;
}

div#f1 p {
    font-size: 15px;
}

.center {
    text-align: center;
}

.storyf {
    width: 100%;
}

.storyl {
    width: 60%;
    float: left;
    margin-right: 25px;
    padding-right: 20px;
    border-right: 1px solid #684c53;
}

.storyr {
    width: 33%;
    float: left;
}

.clear {
    clear: both;
}

#home_link {
    width: 300px;
    height: 150px;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
}

#header_text
{
    position: absolute;
    bottom: 26px;
    right: 0;
    font-size: 25px;
}

#header_text span.ht1 {
    margin-right: 15px;
}