html, body {
    margin: 0;
    padding: 0;
    font-family: 'Tahoma', 'Arial', 'Verdana', sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
    line-height: 140%;
}

body {
    background: url(../images/bg.png) repeat-x left top #fff;
}

.foot_wrapper {
    background: url(../images/foot_bg.gif) repeat-x left bottom;
}

.foot_bg {
    background: #a9a9a9;
}

.clear {
    clear: both;
}

img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body .layout {
    width: 800px;
    margin: auto;
}

.layout .top {
    margin-top: 51px;
    width: 800px;
    height: 298px;
    overflow: hidden;
}



.fleft {
    display: inline;
    float: left;
}

.fright {
    display: inline;
    float: right;
}

.top a#logo {
    width: 232px;
    height: 290px;
    overflow: hidden;
}


#logo img {
    border: solid 7px #c5c5c5;
}

.top img.banner {
    float: right;
    border: solid 7px #ecebeb;
    border-bottom: none;
}

.layout .content {
    width: 756px;
    padding: 20px 15px 12px 15px;
    border: solid 7px #ecebeb;
    border-top: none;
    background: url(../images/content_bg.gif) no-repeat #f5f5f5;
}

.content .offer {
    border-top: solid 1px #c2140f;
    margin-bottom: 5px;
}

.content .offer a {
    margin: 18px 18px 0 0;
    width: 175px;
    height: 112px;
    overflow: hidden;
    float: left;
    display: block;
}

.content .offer a.last {
    margin-right: 0;
}

div.foot {
    height: 60px;
    line-height: 60px;
    background: #a9a9a9;
    width: 800px;
    margin: auto;
    text-align: right;
    color: #fff;
}

div.foot a {
    color: #fff;
}

div.content_wrapper .menu {
    float: left;
    display: inline;
    width: 211px;
    background: url(../images/menu_bg.gif) repeat-y #c2140f;

}

div.content_wrapper ul {
    background: url(../images/menu_bg_img.gif) no-repeat right bottom;
    margin: 0;
    padding: 8px 0;
    width: 211px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

div.content_wrapper ul li {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: block;
}

div.content_wrapper ul li a {
    background: url(../images/li.gif) no-repeat 15px 13px;
    padding-left: 35px;
    display: block;
    color: #fff;
    font-size: 15px;
}


div.content_wrapper ul li.first {
    margin-left:15px;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Verdana';
}

div.content_wrapper .page_content {
    float: right;
    display: inline;    
    width: 530px;
}


div.content_wrapper {
    margin-bottom: 20px;
}

div.content_wrapper h1 {
    border-bottom: solid 1px #c2140f;
    display: block;
    margin: 0;
    padding:0;
    padding-bottom: 7px;
    margin-bottom: 18px;
    color: #c2140f;
    font-size: 20px;
    font-weight: normal;
}

div.content_wrapper h2 {
    color: #c2140f;
    font-size: 16px;
    font-weight: normal;
}

div.content_wrapper p {
    margin: 7px 0 7px 0;
}



div.offer_box {
    margin-bottom: 25px;
}

div.offer_box .img_offer {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 2px;
    border: solid 3px #C5C5C5;
}
