﻿@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

*/

/* GREEN COLOUR THEME */

body{
	background:#D999A5;
}
.header{
	background:url(../../images/background-top-pink.png) bottom center no-repeat;
}
.middle{
	background:#69BA4E url(../../images/500-green-top.jpg) top center no-repeat;
	color:#FAF8E7;
}
.middle .bottom{
	background:url(../../images/500-green-bot.jpg) bottom center no-repeat;
}
.main .left{
	background:url(../../images/pouring-drink-pink.jpg) top left no-repeat;
}