html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #000000;
    background: url(../pictures/bg.jpg) left top repeat-x #ffffff;
}
html *, body * {
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 845px;
}
#top_sk,
#top {
    width: 100%;
    height: 89px;
    background: url(../pictures/top.jpg) left top no-repeat;
    overflow: hidden;
    position: relative;
}
#top_sk {
    background: url(../pictures/top_sk.jpg) left top no-repeat;
}
#top_inner {
    position: relative;
    text-align: right;
    padding-top: 40px;
    padding-right: 20px;
}
#center_sk,
#center {
    width: 100%;
    height: 252px;
    background: url(../pictures/center.jpg) left top no-repeat;
    overflow: hidden;
    position: relative;
}
#center_sk {
    background: url(../pictures/center_sk.jpg) left top no-repeat;
}
#center_inner {
    position: relative;
    padding-left: 410px;
    padding-top: 20px;
}
.content_wrapper {
    background: url(../pictures/center_bg.png) left top repeat-y;
    position: relative;
}
.content_wrapper_top {
    background: url(../pictures/top_bg.png) left top no-repeat;
    height: 13px;
    overflow: hidden;
}
.content_wrapper_bottom {
    background: url(../pictures/bottom_bg.png) left top no-repeat;
    height: 16px;
    overflow: hidden;
}
.content {
    position: relative;
}
.content_inner {
    position: relative;
    color: #000000;
    padding: 30px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 8px;
    min-height: 20px;
}
.coded_div {
    padding: 2px;
}
.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.design_link:hover {
    color: #663333;
    text-decoration: underline;
}

.home_left {
    font-family: "Arial Narrow", "Century Gothic", "Arial";
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 300px;;
    padding-right: 10px;
    border-right: 2px dotted #cccccc;
}
.home_right {
    color: #000000;
    float: right;
    width: 430px;
}
.home_cimsor {
    width: 100%;
    height: 32px;
    background: url(../pictures/cimsor.jpg) left top no-repeat;
    overflow: hidden;
    position: relative;
}
.home_bottom {
    border-top: 2px dotted #000000;
    margin-top: 10px;
    position: relative;
    color: #000000;
    padding-top: 2px;
}

