/*Colours: 
    background: #333
    menu blue: #00b0ce
    selected green: #b1c91d
    log in black #1e2329
    lightgrey #828282
    footer bg = #141414
    darker grey footer/logo #4b4e53
    light blue #ecf8fc
*/

/*************Big banner image placeholder***************/
#bannerimg {
    border-bottom: 5px solid #333;
    height: 184px;
    width: 100%;
}

/***********Main content block**************/
#maincontent {
    position: relative;
    width: 960px;
    
}
