/* PrimarySchool CSS v1.0 */

/* 
(c) 2005 Robert Willie.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: robert_willie@hotmail.com
Author: Robert Willie
*/


html,body
			{
				margin: 0;
				padding: 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:small;
				color: #006BFF;
				background-color:#F6CD28;
				
			}
			
			
			
			#container
			{
				margin: 0px auto;
				background-repeat: repeat-y;
                background-image:url(images/pagebg.jpg);
				width: 780px;
				position:relative;
				top: 0px;
				
			}


a {
text-decoration:none;
color:#006600;
}

a:hover {
text-decoration:none;
color:#999900;
}
 
#header{
 height:200px;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 }

#navbox{
	position: absolute;
	top: 104px;
	left: 151px;
	width: 614px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 10px;
	height: 62px;
 }



#content{  /* For Mozilla etc */

 margin: 0px 20px 10px 20px;
 padding: 0px 0px 0px 10px;
 position :relative;
 min-height: 250px; /* IE doesn't understand min-height, but other browsers do */
 }

* html #content{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 20px 10px 20px;
 padding: 10px 0px 0px 10px;
 position :relative;
 height: 250px;  /* IE thinks height means min-height */
 }


#clearer {
height: 5px;
clear:both;
}

#footer {
height: 136px;
background-image:url(images/footer.jpg);
clear:both;
color:#000000;
}

#bottomlinkx {
color:#FFFFFF;
font-weight:bold;
}


#bottomlinkx a
		{
		text-decoration:none;
		color:#FFFFFF;
		border-left: 1px solid #609028;
		padding-left: 5px;
		}
		#bottomlinkx a:hover
		{
		text-decoration:none;
		color:#CE793A;
		border-left: 1px solid #609028;
		}

