html, body {
	height: 100%;
	background-color:#89ac4d;
	min-width:800px;
}

.topOuter
{
	width:100%;
	background-color:#77ccef;
	background: url('/template/images/cliftonBack.jpg') bottom left repeat-x;
	height:280px;
	margin:0px;
	padding:0px;
	position:relative;
}

.school
{
	width:288px;
	height:172px;
	background:url('/template/images/school.gif') bottom left no-repeat;
	position:absolute;
	bottom:10px;
	left:0px;
}

.sun
{
	width:505px;
	height:250px;
	background:url('/template/images/sun.png') top left no-repeat;
}

.topInner
{
	width:1020px;
	height:280px;
	background: url('/template/images/gamstonBack1.png') bottom left repeat-x;
	position:relative;
}

* html .topInner
{
	background: url('/template/images/gamstonBack1.jpg') bottom left repeat-x;
}

* + html .topInner
{
	background: url('/template/images/gamstonBack1.jpg') bottom left repeat-x;
}


.pig1
{
	position:absolute;
	background-image:  url('/template/images/pig1.gif') bottom left repeat-x;
}

.topInner .topLogo
{
	position:absolute;
	top:25px;
	right:0px;
	background:url('/template/images/logo.png') top left no-repeat;
	z-index:99;
	width:210px;
	height:210px;
}

.topInner .topTitle
{
	position:absolute;
	top:60px;
	left:0px;
	background:url('/template/images/title1.png') top left no-repeat;
	z-index:99;
	width:572px;
	height:108px;
}

* html .topInner .topTitle
{
	background:url('/template/images/title1.gif') top left no-repeat;
}

.outerSite
{	width:800px;
	padding:0px;
	margin:auto;
	margin-top:20px;
}

.outerSite .menuleft
{
	width:160px;
	float:left;
	height:400px;
}

.outerSite .content
{
	width:610px;
	background-color:#fff;
	float:right;
	min-height:450px;
	padding:10px;
	padding-top:0px;
}

.outerSite .contentTop
{
	float:right;
	width:630px;
	height:5px;
	background:url('/template/images/contentTop.png') top left no-repeat;
}

* html .outerSite .contentTop
{
	background:url('/template/images/contentTop.gif') top left no-repeat;
}

.outerSite .contentBot
{
	float:right;
	width:630px;
	height:5px;
	background:url('/template/images/contentBot.png') bottom left no-repeat;
}

* html .outerSite .contentBot
{
	background:url('/template/images/contentBot.gif') bottom left no-repeat;
}

#createdBy {width: 780px; margin:auto; text-align:center;}
