﻿@charset "utf-8";
/* CSS Document */
/* Site wide colours

    New page backgrounds for:
        Default    : #6CA4DC
        Green      : #D999A5
        Orange     : #774D54
        Yellow     : #7ABE8C
        Blue       : #FED296

    New panel backgrounds for:
        Default    : #EC1318
        Green      : #69BA4E
        Orange     : #D96415
        Yellow     : #FAC921
        Blue       : #478DD3

*/

/* BLUE COLOUR THEME */

body{
	background:#FED296;
}
.header{
	background:url(../../images/background-top-yellow.png) bottom center no-repeat;
}
.middle{
	background:#478DD3 url(../../images/500-blue-top.jpg) top center no-repeat;
	color:#FAF8E7;
}
.middle .bottom{
	background:url(../../images/500-blue-bot.jpg) bottom center no-repeat;
}
.main .left{
	background:url(../../images/pouring-drink-yellow.jpg) top left no-repeat;
}