/* ============================================= */
/* forwardfab.com - layout.css */
/* ============================================= */

body {
    font: 10px 'Lucida Grande', helvetica, arial;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #000;
}

#wrap {
    margin: 20px auto 0 auto;
    width: 889px;
    border: 3px solid #7b7f74;
    background: #000;
    text-align: left;
}

#super_topnav {
    background: #A31A1E;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
#super_topnav a {color: #fff;}

#super_topnav h3 {
    padding: 0;
    margin: 0;
}
#super_topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#super_topnav li {
    list-style: none;
    display: inline;
}

/* ============================================= */
/* body#home */
/* ============================================= */


/* ============================================= */
/* #masthead rules */
/* ============================================= */
#masthead {
    height: 80px;
    width: 889px;
    background: transparent;
    position: relative;
    clear: both;
}
#masthead h1#logo {
    margin: 0;
    background: transparent url(../images/logo_new_bg.png) no-repeat top right;
    float: left;
    width: 233px;
    height: 80px;
}
#masthead #topnav {
    top: 0;
    right: 0;
    width: 656px;
    height: 80px;
    background: transparent url(../images/mast_bg_new.jpg) no-repeat top left;
    position: absolute;
}

#main_wrap {
    background: #000;
    overflow: auto;
    clear: both;
    width: 889px;
}

#mw_cont { background: transparent url(../images/metal_bg_new.jpg) left top no-repeat; }

#main_wrap #left {
    width: 205px;
    float: left;
    padding-bottom: 15px;
}
#main_wrap #main {
    position: relative;
    width: 670px;
    float: right;
    padding: 0 0 20px 0;
}
#main_wrap #main .content { 
/*    padding: 0 20px 10px 20px; */
/*    margin: 0 20px 10px 20px;*/
    margin: 0;
    padding: 0 0 0 0;
    font-size: 12px;
    position: relative;
}

#home #main_wrap        { background: #000 url(../images/metal_bg2_new.jpg) 0 -80px no-repeat; }
#home #masthead h1#logo { background-image: url(../images/logo_wo_sb_new.png); }
#home #main_wrap #left  { width: 389px; border-right: 0; }
#home #main_wrap #main {
    width: 497px;
    padding: 0;
    float: right;
}
#home #main_wrap #main .content { padding: 0 20px 10px 0;}

.sessions #main_wrap #main {
    width: 50%;
    text-align: left;
    margin: 0 auto;
}

#bottom {
    clear: both;
    width: 889px;
    border-top: 2px solid #666;
    background: #000;
    padding: 10px 0 10px 0;

    position: relative;
}
#bottom .content_block {
    overflow: auto;
    position: relative;
}

#bottom .content_block .content { margin: 0 0 0 15px;}
#bottom .center .content { margin-right: 15px; }
#bottom .right .content {margin-left: 0;}
#bottom .left {
    float: left;
    width: 305px;
}
#bottom .center {
    margin-left: 305px;
    width: 295px;
}
#bottom .right {
    position: absolute;
    width: 290px;
    right: 0;
    top: 10px;
    text-align: right;
}
#bottom .featured_work {}

.content .header_image {
    margin-right: 15px;
}

.content .header_image img {
/*    margin: 0 auto;*/
    border: 8px solid #000;
}