/* 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-image:url(images/background.gif);
				background-repeat: no-repeat;
				background-color:#FCEAD2;
				
			}
			
			
		
			
			
			#container
			{
				margin: 0px auto;
				background-repeat: repeat-y;
                background-image:url(images/bg.png);
				width: 790px;
				position:relative;
				top: 0px;
				
			}

#container2
			{
				margin: 0px auto;
				background-image:url(images/woodgo.png);
				background-position:bottom left;
				background-repeat:no-repeat;
				width: 790px;
				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.png);
 background-repeat:no-repeat;
 }

#left-col{
	position: absolute;
	top: 64px;
	left: 6px;
	width: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 10px;
	height: 267px;
 }


#nav{
	padding: 0px;
	height:auto;
	position:absolute;
	top: 60px;
	left: -27px;
	color:#C05042;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	width: 189px;
}



#nav a{

 width: 180px;
 height: 20px;
 padding-left: 30px;
 color: #C05042;

}

#nav a:hover {
background-image:url(images/square.gif);
background-repeat:no-repeat;
height: 20px;
width: 140px;
}

#nav ul li {
margin: 0px;
padding: 0px;
list-style-type:none;
margin-left: -5px;
height: 20px;
display:block;
}




#right-col{  /* For Mozilla etc */

 margin: 0px 20px 10px 155px;
 padding: 0px 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 20px 10px 155px;
 padding: 0px 0px 0px 10px;
 position :relative;
 height: 390px;  /* IE thinks height means min-height */
 }

#google_translate_element{
border: #000 2px solid;
position: relative;
background-color: #fff;
height: 60px;
width: 123px;
left: 3px;
white-space: normal;
}
#google_translate_element select{
position: relative;
width: 120px;
left: 2px;
}

.goog-te-gadget span{
white-space: normal !important;
position: relative;
width: 130px;

}


#clearer {
height: 5px;
clear:both;
}

#footer {
height: 60px;
background-image:url(images/footer.png);
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;
		}

/* 3+ Final upgrade CSS changes */
.MediaFloat{width:33.3%}
