/* 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;
				color: #006BFF;
			/*	background-image:url(images/pagestripe.jpg); */
				background-repeat: repeat-x;
				background-color:#59A156;
				
			}
			
			#container
			{
				margin: 0px auto;
				background-repeat: repeat-y;
                background-image:url(images/mainbg.jpg);
				width: 756px;
				position:relative;
				top: 0px;
				
			}

#container2
			{
				margin: 0px auto;
                background-image:url(images/rainbow.png);
				background-position:bottom left;
				background-repeat:no-repeat;
				width: 756px;
				position:relative;
				top: 0px;
			}


a {
text-decoration:none;
color:#006600;
}

a:hover {
text-decoration:none;
color:#999900;
}
 
#header{
 height:152px;
 background-image:url(images/header.png);
 background-repeat:no-repeat;
 }

#left-col{
	position: absolute;
	top: 142px;
	left: 3px;
	width: 53px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 10px;
	height: 231px;
 }

#navmenu{
 padding: 0px;
 height:auto;


 }




#right-col{  /* For Mozilla etc */

 margin: 0px 15px 0px 150px;
 padding: 10px 0px 0px 10px;
 position :relative;
 min-height: 425px; /* IE doesn't understand min-height, but other browsers do */
 }

* html #right-col{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 15px 0px 150px;
 padding: 10px 0px 0px 10px;
 position :relative;
 height: 425px;  /* IE thinks height means min-height */
 }




#clearer {
height: 5px;
clear:both;
}

#footer {
height: 36px;
background-image:url(images/footer.png);
clear:both;
color:#000000;
}

#bottomlinkx {
color:#66FFFF;
font-size: x-small;
}


#bottomlinkx a
		{
		text-decoration:none;
		color:#FFFFFF;
		}
		#bottomlinkx a:hover
		{
		text-decoration:none;
		color:#FFFFFF;
		}

