body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(196,56,60);
    text-align: center;
    font-family: verdana;
}
.clear {
    clear: both;
    overflow: hidden;
    width: 0px;
    height: 0px;
}
#page-container {
    margin: 0px auto;
    width: 1000px;
    text-align: left;
    background: url(../design/bg-page.jpg) no-repeat;
}
#header-container {
    position: relative;
    width: 887px;
    height: 330px;
    background: url(../design/header.jpg) no-repeat;
    margin: 0px 56px 0px 57px;
}
#header-container .menu {
    position: absolute;
    top: 45px;
    left: 400px;
}
#header-container a {
    display: block;
    float: left;
    color: rgb(54,47,45);
    text-decoration: none;
    font-size: 0.7em;
    font-weight: bold;
}
#header-container a {
    float: left;
    background: url(../design/bg-header-item.gif) repeat-x;
    margin: 3px 7px;
}
#header-container a .item{
    float: left;
    padding: 10px 10px;
    height: 35px;
    overflow: hiddem;
}

#header-container a .left {
    float: left;
    width: 5px;
    overflow: hidden;
    background: url(../design/bg-header-item-left.gif) no-repeat;
    height: 35px;
}
#header-container a .right {
    float: left;
    width: 5px;
    overflow: hidden;
    background: url(../design/bg-header-item-right.gif) no-repeat;
    height: 35px;
}
#header-container a:hover, a.active {
    float: left;
    color: rgb(255,255,255);
    background: url(../design/bg-header-item-a.gif) repeat-x;
}
#header-container a:hover .left, a.active .left {
    float: left;
    width: 5px;
    background: url(../design/bg-header-item-left-a.gif) no-repeat;
}
#header-container a:hover .right, a.active .right {
    float: left;
    width: 5px;
    background: url(../design/bg-header-item-right-a.gif) no-repeat;
}

#content-container {
    width: 849px;
    margin: 0px 75px 0px 76px;
    font-size: 0.8em;
    color: rgb(255,255,255);
}
#content-container h1 {
    font-size: 1.4em;
    text-align: center;
}
#content-container h1 strong {
    color: rgb(199,223,0);
}
#content-container h2 {
    font-size: 1.1em;
}
.reference a {
    display: block;
    float: left;
    margin: 10px 15px;
    padding: 0px 0px 22px 0px;
    background: url(../design/bg-reference.gif) 0% 100% repeat-x;
}
.reference img {
    border: 1px solid rgb(145,53,56);
}
#index-contact {
    width: 217px;
    height: 338px;
    background: url(../design/bg-index-contact.gif) no-repeat;
    font-size: 0.8em;
    color: rgb(0,0,0);
}
#index-contact p {
    padding: 120px 30px 0px 30px;
}
#content-container .left {
    float: left;
    width: 580px;
}
#content-container .left p {
    text-align: justify;
}
#content-container .right {
    float: right;
    width: 240px;
}
#footer-container {
    width: 849px;
    height: 43px;
    margin: 30px 75px 30px 76px;
    background: url(../design/bg-footer.gif) no-repeat;
}
#footer-container .menu {
    float: left;
    width: 500px;
    padding: 5px 0px 0px 100px;
}
#footer-container #dodal {
    float: right;
    width: 220;
    padding: 5px 0px;
}
#footer-container a {
    display: block;
    float: left;
    color: rgb(255,255,255);
    text-decoration: none;
    font-size: 0.7em;
    font-weight: bold;
}
#footer-container a {
    float: left;
    background: url(../design/bg-footer-item.gif) repeat-x;
    margin: 3px 7px;
}
#footer-container a .item{
    float: left;
    padding: 4px 10px;
    height: 25px;
    overflow: hiddem;
    text-decoration: underline;
}

#footer-container a .left {
    float: left;
    width: 5px;
    overflow: hidden;
    background: url(../design/bg-footer-item-left.gif) no-repeat;
    height: 25px;
}
#footer-container a .right {
    float: left;
    width: 5px;
    overflow: hidden;
    background: url(../design/bg-footer-item-right.gif) no-repeat;
    height: 25px;
}
#footer-container a:hover, a.active {
    float: left;
    background: url(../design/bg-footer-item-a.gif) repeat-x;
}
#footer-container a:hover .left, a.active .left {
    float: left;
    width: 5px;
    background: url(../design/bg-footer-item-left-a.gif) no-repeat;
}
#footer-container a:hover .right, a.active .right {
    float: left;
    width: 5px;
    background: url(../design/bg-footer-item-right-a.gif) no-repeat;
}
form .item {
    border: 1px solid rgb(100,100,100);
}

