@import 'blueprint/screen.css';
@import 'menus.css';
#container{
    width : 1006px;
    margin : 0 auto;
}
#header{
    color : #FFCC00;
    font-weight : bold;
    background-image: url(/images/header.png);
    background-repeat : no-repeat;
    width : 1006px;
    height : 167px;
}
#menu_bar{
    background-image : url(/images/menu_bar.png);
    height : 45px;
    width : 1004px;
}
#main{
    background-image : url(/images/main.png);
    background-repeat : no-repeat;
    background-position : 0% 100%;
    float : left;
}
#main_repeater{
    background-image : url(/images/main_repeater.png);
    background-repeat : repeat-y;
    background-position : 3px 0%;
    float : left;
}
#content_top{
    background-image : url(/images/content_top.png);
    background-repeat : no-repeat;
    width : 597px;
    height : 25px;
}
#content_repeater{
    background-image : url(/images/content_repeater.png);
    background-repeat : repeat-y;
    padding-left : 10px;
    width : 588px;
    min-height : 250px;
}
#content_bottom{
    background-image : url(/images/content_bottom.png);
    background-repeat : no-repeat;
    background-position : -4px 0;
    width : 597px;
    height : 19px;
}
#content_top_public{
    background-image : url(/images/content_top_public.png);
    background-repeat : no-repeat;
    width : 1000px;
    height : 25px;
    margin-left : 15px;
}
#content_repeater_public{
    background-image : url(/images/content_repeater_public.png);
    background-repeat : repeat-y;
    padding-left : 10px;
    width : 1000px;
    min-height : 250px;
    margin-left : 15px;
 
}
#content_bottom_public{
    background-image : url(/images/content_bottom_public.png);
    background-repeat : no-repeat;
    background-position : -4px 0;
    width : 1000px;
    height : 19px;
    margin-left : 15px;
}
#picture{
    padding-top : 10px;
    background-image : url(/images/picture.png);
    background-repeat : no-repeat;
    width : 378px;
    height : 289px;
    /*padding-top : 11px; */
}
#picture_display{
    width : 345px;
    height : 257px;
    margin-left : 14px;
}
#left {
    margin-left : 10px;
    float : left;
}
#right{
    float : left;
    width : 388px;
}
#right_filler{
    width : 400px;
    float : right;
}
#footer{
    color : #fff;
    margin-top : 10px;
    float : left;
    background-color : #005826;
    width : 100%;
    vertical-align : middle;
}
#plug{
 float : left;
 width : 1000px;
 height : 75px;
}
