
/* general */

body {
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    color: #000000;
    font: 13px "Arial";
}
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #979696;
}

/* page */

div#box {
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 50px auto;
    background-color: #ffffff;
}
div#buttons_box {
    background: #ffffff url(../images/icons/button.jpg) center repeat-x;
    width: 100%;
    height: 85px;
}
p.buttons {
    float: left;
    padding-top: 15px;
}
p.buttons > a {
    font: 15px serif;
    color: red;
    font-weight: bold;
    padding: 20px 30px;
    float: left;
    border-right: 1px solid #9C9C9A;
}
p.buttons > a:hover {
    color: #A81515;
}
div#content {
    border: 2px solid #B8BAB9;
    border-top: 0;
    position: relative;
    overflow: auto;
    height: 413px;
    /* background: #ffffff url(../images/icons/content.jpg) center top no-repeat fixed; */
}
.content_left {
    float: left; height: 300px; width: 376px; padding-top: 50px;
}
.background, .content_right {
    background: #ffffff url('../images/icons/content.jpg') repeat fixed;
}
.content_right {
    float: left; 
    padding: 10px; 
    overflow: auto; 
    height: 390px; 
    width: 600px; 
}