html, body {
    height: 100%;
    margin:0;
    padding:0;
}
body {
    font: normal .8em/1.5em Arial, Helvetica, sans-serif;
    color: #232323;
    background: #000000 url(../images/bg-page.png) left bottom repeat-x;
    background-attachment: fixed;
}
#upper-dist {height: 20px;}
.container_12 {
    background: #ffffff url(../images/bg-header.png) left top no-repeat;
    padding-top: 10px;
}

a img {border:0}
a {color: #790E16}

#header {
    height: 72px;
}
#content {

}
#main {
    margin: 20px auto 40px auto;
    width: 580px;
    margin-top: 60px;
    min-height: 375px;
}
#footer {
    height: 70px;
}




#menu-top {
    margin:10px 0 0 0;
    padding:0;
}

#menu-top ul {
    padding:0; margin:0;
    list-style-type: none;
    position: relative;
}
#menu-top ul li {
    float: left;
    margin: 0 30px 0 0;
   
}
#menu-top ul.level_2{
    position: absolute;
    margin-top: 6px;
}
#menu-top ul.level_2 li {
    width: auto;
    margin:0 10px 0 0;
}

#menu-top a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}
#menu-top ul.level_2 a {
    color: #790E16;

}
#menu-top a.current {
    font-weight: bold;
}



a.gallery img {

}

div.main {
    margin: 0px auto;
}
div.holder {
    width: 110px;
    height: 110px;
    background: #ffffff url(../images/img-shadow.jpg) right bottom no-repeat;
    float: left;
    margin: 0 10px 10px 0;
}

a.portfolio img {
    background: #ffffff url(../images/img-shadow-home.jpg) right bottom no-repeat;
    padding: 0 10px 10px 0;
}

