@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #004;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
* html .personboxleft {
	float: left;
	height: auto;
	width: 450px;
	background-color: #FF9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container  {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #4C4ADC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #fff;
	padding: 0px;
} 
#header  {
	background-color: #fff;
	background-image: url(../Graphics/rockinghorselog100x100.jpg);
	background-repeat: no-repeat;
	background-position: 810px 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 30;
	padding-left: 10;
	height: 110px;
} 
#mainContent  {
	font-family: "Comic Sans MS", cursive;
	color: #333;
	background-color: #FFF;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 730px;
} 

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.colourh1heading {
	color: #006;
	font-size: 24px;
	text-align: left;
}
.colourh2heading {
	color: #006;
	font-size: 24px;
	margin-top: 5px;
	text-align: left;
}

.gkdesignlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.gkdesignlink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
	margin-left: 5px;
}
.cushycms {
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lefthandpicoffour {
	padding: 3px;
	float: left;
	border: 3px double #006;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.middlepicoffour {
	padding: 3px;
	float: left;
	border: 3px double #006;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 14px;
}
.rightpicoffour {
	padding: 3px;
	float: right;
	border: 3px double #006;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: auto;
}
.colourtext {
	color: #006;
	text-decoration: underline;
}
.ofstedquote {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	background-color: #FF9;
	font-style: italic;
	padding: 10px;
}
.personboxleft {
	float: left;
	height: auto;
	width: 710px;
	background-color: #FF9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -175px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 5px;
}
.personboxright {
	float: right;
	height: auto;
	width: 710px;
	background-color: #FF9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: -12px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
}

.personphoto {
	padding: 3px;
	float: left;
	border: 3px double #000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFF;
}
.personname {
	font-size: 18px;
	color: #000;
	float: left;
	width: 280px;
	margin-left: 0px;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
}
.personrole {
	background-color: #77F;
	text-align: center;
	float: left;
	width: 280px;
	font-size: 18px;
	margin-top: 10px;
	color: #FFF;
	padding-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	height: 30px;
	padding-top: 4px;
}
.persondescription {
	font-size: 12px;
	color: #333;
	float: left;
	width: 550px;
	margin-top: 10px;
}
#peoplepagetopminsize {
	height: auto;
}
.productbox {
	float: left;
	height: auto;
	width: 728px;
	background-color: #FF9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 0px;
}
.productphoto {
	padding: 3px;
	float: left;
	border: 3px double #000;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFF;
}
.productname {
	font-size: 24px;
	color: #000;
	float: left;
	width: 400px;
	margin-left: 0px;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
}
.productprice {
	background-color: #77F;
	text-align: center;
	float: left;
	width: 180px;
	font-size: 18px;
	margin-top: 10px;
	color: #FFF;
	padding-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
}
.productdescription {
	font-size: 16px;
	color: #333;
	float: left;
	width: 400px;
	margin-top: 10px;
}
#container #mainContent .cushycms strong {
	color: #006;
}
#container #mainContent table tbody tr td h5 {
	font-size: 24px;
	text-align: center;
	line-height: 120%;
	margin: 2px;
	padding: 2px;
}
#container #mainContent table caption h3 {
	font-size: 24px;
	line-height: 200%;
}
