/* 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:#FFC000;
				
			}
			
			
		
			
			
			#container
			{
				margin: 0px auto;
				background-repeat: repeat-y;
                background-image:url(images/bg.gif);
				width: 752px;
				position:relative;
				top: 0px;
				
			}

#container2
			{
				margin: 0px auto;
				background-image:url(images/lion.gif);
				background-position:bottom left;
				background-repeat:no-repeat;
				width: 752px;
				position:relative;
				top: 0px;
			}


a {
text-decoration:none;
color:#006600;
}

a:hover {
text-decoration:none;
color:#999900;
}
 
#header{
 height:136px;
 background-image:url(images/header.gif);
 background-repeat:no-repeat;
 }

#left-col{
	position: absolute;
	top: 98px;
	left: 0px;
	width: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 10px;
	height: 217px;
 }







#right-col{  /* For Mozilla etc */

 margin: 0px 18px 10px 157px;
 padding: 10px 0px 0px 10px;
 position :relative;
 min-height: 390px; /* 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 18px 10px 157px;
 padding: 10px 0px 0px 10px;
 position :relative;
 height: 390px;  /* IE thinks height means min-height */
 }




#clearer {
height: 5px;
clear:both;
}

#footer {
height: 87px;
background-image:url(images/footer.gif);
clear:both;
color:#000000;
}

#bottomlinkx {
color:#66FFFF;
font-weight:bold;
}


#bottomlinkx a
		{
		text-decoration:none;
		color:#609028;
		border-left: 1px solid #609028;
		padding-left: 5px;
		}
		#bottomlinkx a:hover
		{
		text-decoration:none;
		color:#CE793A;
		border-left: 1px solid #609028;
		}

/* CSS changes needed due to upgrade to 3+ final */
.newstitlehome{margin:5px 0 0;font-weight:bold}
#MediaBlock .MediaFloat{width:33.3%}
