/* CSS Document */
/* This page defines styles for all pages except the main page */

/* The center and right columns are different on general pages and main page */
#centercol {
	float: left;
	width: 645px;
	background-color: #FFFFFF;
    min-height: 317px; 
}
#rightcol {
	float: left;
	width: 134px;
	text-align: center;
	background-color: #dcedf5;
}

/* This defines the spacing, colour, etc around PageHeaderBox */
#PageHeaderBox {
	background-color: #ac2d2d;
	text-align: center;
	border-top: 0px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

/* This sets up the center content box with some padding (a white border) */
#centercontent {
	background-color: #FFFFFF;
	text-align: left;
	border-top: 0px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

/* Spec for the footer */
#footerwrapper {
	clear: both;
	width: 913px;
	height: 20px;
	margin:0px auto;
	background-color: #dcedf5;
}

/* Keep the statcounter on the bottom left with nothing on either side of it */
#statcounter {
	clear:both ;
	float: left;
}