html {
    margin: 0px;
    padding: 0px;
    background: url(../pictures/bg.jpg) left top repeat-x #3d0101;
}
body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #fff2cd;
}

#site {
    position: relative;
    width: 958px;
    margin: 0 auto;
}

#top {
    width: 100%;
    height: 60px;
    background: url(../pictures/top.png) left top no-repeat;
    position: relative;
    overflow: hidden;
}

#leftright_wrapper {
    position: relative;
}

#left {
    position: relative;
    float: left;
    width: 393px;
    height: 423px;
    overflow: hidden;
    background: url(../pictures/left.png) left top no-repeat;
}
#left_inner {
    position: relative;
}

#menu {
    position: relative;
    float: right;
    width: 565px;
    height: 60px;
    overflow: hidden;
}

#right {
    position: relative;
    float: right;
    width: 565px;
    height: 363px;
    overflow: hidden;
    background: url(../pictures/right.png) left top no-repeat;
}
#right_inner {
    position: relative;
    padding-left: 44px;
    padding-top: 44px;
}


#menu2 {
    width: 100%;
    height: 39px;
    position: relative;
    overflow: hidden;
}

#content {
    position: relative;
    min-height: 400px;
}
#content_inner {
    padding: 20px 20px 10px 20px;
    position: relative;
    color: #fff2cd;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content_left {
    float: left;
    width: 500px;
}
.content_right {
    float: right;
    width: 370px;
    padding-left: 25px;
    padding-bottom: 20px;
    border-left: 1px solid #9D5444;
}

#footer_wrapper {
    background-color: #320101;
    position: relative;
}

#footer {
    position: relative;
    width: 958px;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 50px;
    color: #A88080;
    font-size: 10px;
}
#footer_inner {
    padding-right: 20px;
}

.design_link {
    font-weight: normal;
    color: #A88080;
    text-decoration: none;
}
.design_link:hover {
    text-decoration: underline;
}
