
#coloured-bar-top{
clear: left;
background: #F04E37 url('../images/red-bar.png') repeat-y;
height: 40px; /*Height of top section*/
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#coloured-bar-bottom{
clear: left;
background: #F04E37 url('../images/red-bar.png') repeat-y;
height: 40px; /*Height of top section*/
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#main-content h1{
color: #F04E37;
}

