body {
	margin:0;
	padding:0;
	width:100%;
	background:#963433; /*WB change*/
	background-image:url(../images/layout/headerBG.jpg); background-repeat:repeat-x; /*WB change*/
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family:Verdana, Arial, Helvetica, sans-serif; /*WB change*/
	line-height:120%; /*WB change*/
	font-size:90%; /*WB change*/
}
a {
	color: #003399;
}
a:hover {
	color:#963433;
	/*background:#963433;*/
	text-decoration:none;
}
/*h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}*/
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
	
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	/*border-bottom:1px solid #000;*/ /*WB change*/
	margin-top:-10px; /*WB change*/
	margin-bottom:12px; /*WB change*/
	margin-left:5%; /*WB change*/
	height:245px; /*WB change - accomodates the height of the body background image*/
}

#header img {border:none;}

#header p {
	padding:0 0	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}

 /*WB change - for the text showing at bottom of body background image*/
#topbartext{ 
		color:#ECCDBB;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:110%;
		line-height:normal;
		padding:10px;
		margin-top:-5px;
		min-width:780px;
	}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:90%; /*WB change*/
	overflow:hidden;		/* This chops off any overhanging divs */
	background: #E6D6B3;		/* Left column background colour */
	margin-left:5%; /*WB change - 1/2 of the 10% page width reduction from 100% to 90%*/
	min-width:780px;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:255px; /*WB change*/
	background: #FFF;    	/* Centre column background colour */
	border-left: #963433 2px solid; /*WB change*/
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-480px; /*WB change*/
	background: #DBE6B3;  	/* Right column background colour */
	border-left: #963433 2px solid; /*WB change*/
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 490px; /*WB change*/
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
/*#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}*/

#col2 {
	float:left; 
	width:225px; /*WB change*/
	position:relative;
	margin-left:-50%;
	left:240px; /*WB change*/
	overflow:hidden;
}

#col3 {
	float:left;
	width:200px; /*WB change*/
	position:relative;
	left:10px; /*WB change*/
	overflow:hidden;
}


#footer {
	clear:both;
	float:left;
	width:90%; /*WB change*/
	padding:0;
	margin-left:5%; /*WB change*/
	margin-bottom:10px;
	border-top:#963433 2px solid; /*WB change*/
	background-color:#000; /*WB change*/
	color:#FFFFFF; /*WB change*/
	min-width:780px; /*WB change*/
}
#footer p {
	padding:.5em 15px;
	text-align:center;
}

#footer img {
	vertical-align:middle;
	border:none;
	background-color: #000000;
}

#footer a {
	color: #95C4F2;
} /*WB change*/

#footer a:hover {
	color:#963433;
} /*WB change*/




















