/******************************************************************************/
/* Stylesheet for St Helens College                                           */
/* Design and graphics by Tracy Dawson                                        */
/* Coding and site structure by Dave Chick                                    */
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for the overall shell                             */
/******************************************************************************/
body
{
	text-align:center;
	min-width:800px;
	margin-top:0px;
	font-family:Arial;
	font-size:12px;
}
.siteShell
{
  width:800px;
  margin:0 auto;
  text-align:left;
  border-left:1px solid #534E51;
  border-right:1px solid #534E51;
  background-color:#FFFFFF;
}
/******************************************************************************/
/* This contains the styles for the footer                                    */
/******************************************************************************/
.siteFooter
{
	clear:both;
}

