@import 'blueprint/screen.css';
@import 'menus.css';
.container{
    width : 960px;
	background-image : url(/images/background_repeater.png);
	background-repeat : repeat-y;
	clear : both;
	margin : 0 auto;
}
#header{
    background-image : url(/images/header.png);
    width : 960px;
    height : 187px;
}
#left_menu{
    float : left;
    width : 180px;
    padding-left : 10px;
}
#right_content{
    float : right;
    width : 710px;
    padding-right : 40px;
}
#footer{
    background-image : url(/images/footer.png);
    width : 960px;
    background-position : 0 100%;
    background-repeat : no-repeat;
    clear : both;
}
#address{
    height : 30px;
    width : 960px;
    background-image : url(/images/address_bg.png);
    line-height : 30px;
    font-family : Arial;
    font-weight : bold;
    color : #FE230A;
}
#powered_by{
    margin-top : 3px;
    height : 30px;
    width : 960px;
    background-image : url(/images/powered_by_bg.png);
    text-align : center;
    line-height : 30px;
    
}
#powered_by a{
    text-decoration : none;
    color : #fff;
    font-weight : bold;
}