body  {
	background: #8C9473;
	margin-top:0;
	margin-left:0;
}

/* gives the overall canvas, in which the scroll bar can sit */

#OverallCanvas {position:absolute; width:968px; height:580px; z-index:1; background-color: #8C9473; border: 0px solid #000000; top: 50%;left: 50%; margin-top: -290px;	margin-left: -484px;} 

/* Scrolling layer in which a simple layout table sits for the main copy, coloured in in the center area */
/* NOTE: the body copy text is within a table to get around a Firefox problem where if it is in a DIV only, then on resizing the text up and then down again, the scroll bar does not disappear */
#ContentAreaTableLayer {position:absolute; width:693px; height:361px; z-index:16; left: 268px; top: 160px; overflow: auto; visibility: visible; }
#ContentAreaBgnbColour {position:absolute; left:265px; top:140px; width:604px; height:367px; z-index:1; background-color: #C4D3A1;}


/* Other common elements */

#PageName {position:absolute; left:270px; top:123px; width:383px; height:27px; z-index:15; visibility: visible; text-align:left;}
#FontSize {position:absolute; left:492px; top:120px; width:383px; height:27px; z-index:15; visibility: visible; text-align:right;}

#Date {position:absolute; width:150px; height:18px; z-index:18; left: 57px; top: 530px; text-align:center; visibility: visible;}
#Est {position:absolute; width:150px; height:18px; z-index:18; left: 57px; top: 543px; text-align:center; visibility: visible;}
#MenuArea {position:absolute; left:66px; top:150px; width:135px; height:355px; z-index:22; visibility: visible;}

#LeftPixArea {position:absolute; left:68px; top:427px; width:132px; height:102px; z-index:20; visibility: visible; border: 1px solid #AAC35B;}
#BannerAds {position:absolute; left:406px; top:5px; width:468px; height:60px; z-index:17; visibility: visible; border: 1px solid #434341;}

#topleftcorner {position:absolute; left:0px; top:0px;width:241px; height:135px;z-index:1; visibility:visible; background-image: url(../img/top_left_corner.jpg);  background-repeat: no-repeat;}

#topbar {position:absolute; left:241px; top:39px;width:656px; height:84px;z-index:2; visibility:visible;  background-image: url(../img/top_bar.jpg);  background-repeat: no-repeat;}

#righthandside {position:absolute; left:897px; top:39px;width:43px; height:539px;z-index:3; visibility:visible; background-image: url(../img/right_hand_side.jpg);  background-repeat: no-repeat;}

#lefthandside {position:absolute; left:0px; top:135px;width:58px; height:443px;z-index:4; visibility:visible; background-image: url(../img/left_hand_side.jpg);  background-repeat: no-repeat;}

#menudividingline {position:absolute; left:204px; top:135px;width:27px; height:418px;z-index:5; visibility:visible; background-image: url(../img/menu_dividing_line.jpg);  background-repeat: no-repeat;}

#textarealeft {position:absolute; left:231px; top:135px;width:52px; height:402px;z-index:6; visibility:visible; background-image: url(../img/text_area_left.jpg);  background-repeat: no-repeat;}

#textareatop {position:absolute; left:283px; top:135px;width:609px; height:26px;z-index:7; visibility:visible; background-image: url(../img/text_area_top.jpg);  background-repeat: no-repeat;}

#textarearight {position:absolute; left:860px; top:161px;width:37px; height:376px;z-index:8; visibility:visible; background-image: url(../img/text_area_right.jpg);  background-repeat: no-repeat;}

#textareabottom {position:absolute; left:283px; top:507px;width:577px; height:30px;z-index:9; visibility:visible; background-image: url(../img/text_area_bottom.jpg);  background-repeat: no-repeat;}

#bottomfiller {position:absolute; left:231px; top:537px;width:18px; height:41px;z-index:10; visibility:visible; background-image: url(../img/est_filler.jpg);  background-repeat: no-repeat;}

#bottomleftline {position:absolute; left:249px; top:537px;width:135px; height:41px;z-index:11; visibility:visible; background-image: url(../img/established.jpg);  background-repeat: no-repeat;}

#centrebottomarea {position:absolute; left:384px; top:537px;width:265px; height:41px;z-index:12; visibility:visible; background-image: url(../img/centre_bottom_area.jpg);  background-repeat: no-repeat;}

#belowmenuarea {position:absolute; left:58px; top:553px;width:173px; height:25px;z-index:14; visibility:visible; background-image: url(../img/below_menu_area.jpg);  background-repeat: no-repeat;}

#cavershamorguk {position:absolute; left:649px; top:537px;width:248px; height:41px;z-index:13; visibility:visible;}



/* OTHER STYLES */

/* menu area photo borders */
.pb {
	border: 1px solid #AAC35B;
}

/* body area bigger photo borders */
.bpb {
	border: 3px solid #8C9473;
}

/* body area photos at top of right hand column */
#toppic {margin-top:7px;
}



