body{
    background-image:url('/images/bg.jpg');
    background-repeat:repeat;
    background-position:center top;
    width:100%;
    height:100%;
    text-align:center;
    margin:0px;
    padding:0px;
    color: white;
}
 
a img{
    border: 0px;
}

div#top{
    background-image:url('/images/bg_overlay_top.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    width:100%;
    height:913px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:125px;
    padding-top:50px;
}

table{
    border: 0px;
    cellspacing:0px;
    cellpadding:0px;
}

/* Table Styling */

table#main_content{
    position: center top;
    margin-left:auto;
    margin-right:auto;
    width:1004px;
}

td#menu_bar{
    background-image: url('/images/container_repeat_top.png');
    background-position:center top;
    background-repeat:repeat-x;
    text-align:left;
    padding-left:20px;
}

td#td_left_col{
    background-image: url('/images/container_repeat_left.png');
    background-repeat: repeat;
    background-position: top left;
    width:10px;
    height: 100%;
}

td#td_content{
    background-color:black;
    width:750px;
    height: 100%;
    vertical-align: top;
    margin-right:-10px;
    padding-top:15px;
    text-align: left;
    padding-right: 5px;
}

td#td_mid_col{
    background-image: url('/images/container_repeat_left.png');
    width:17px;

}

td#td_block{
    background-image: url('/images/block_bg.jpg');
    background-position:center top;
    width:216px;
    height:100%;
    vertical-align: top;
}

td#td_right_col{
    background-image: url('/images/container_repeat_right.png');
    background-position:top right;
    width:14px;
}

td#footer_bar{
    background-image: url('/images/footer.jpg');
    color: black;
    width:1004px;
    height:66px;
}

div#footer_text{
    text-align:center;
    margin-left:-235px;
}

/* Image Styling */

img#img_left_col{
    width:22px;
}

img#img_mid_col{
    width:18px;
}

/* Copyright Position */

div#cpos{
    position:absolute;
        bottom: 0px;
        left:50%;
    text-align:center;
}
