




/* Arctic them css document for stanmore day care nursery */

body {
	margin: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-color: #F3FAFC;
	background-repeat: repeat;
	
}
	
	
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	padding:  10px 10px 10px 10px;
	}


#masthead {
	position: relative;
	height:14em;
	background: url(images/header.jpg) no-repeat top;
	
	
}

/* headerlogo image*/

h1 a {
	display: block;
	height: 52px;
	margin: 0;
	position: absolute;
	top: 2px;
	left: 1px;
	z-index: 3;
	width: 214px;
	text-indent: -9000px;
	top: 0px;

}

h2 {

font: medium Arial, Helvetica, sans-serif;
color:#990000;


}

#container {
margin-left: auto;
margin-right: auto;
text-align: left;

} 



#sidebar {
	
	padding: 5px 5px 5px 5px;
	float:left;
	width: 30% !important;
	width:29.9%;
	font: small Arial, Helvetica, sans-serif;
	border:#00CCFF;
	border-style:solid;
	
}

#flashimage {

}


#mainContent {
	
	padding: 1px 1px 1px 1px;
	float:right;
	width: 65% !important;
	width:64.9%;
	font: small Arial, Helvetica, sans-serif;
	border-style:solid;
	border:#00CCFF;
	}
	
	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}
	
	ul li {
	position: relative;
	
	}
	
	ul a {
	display: block;
	width: 120px;
	height: 25px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	background: url(images/navbarbutton.jpg) no-repeat left center;
	text-indent: 50px;
	
	}
	
	a:hover, {
	
	background:url(images/hovernavbarbutton.jpg);
	
	}
	
	li ul {
	position: absolute;
	left: 129px;
	top: 0;
	display:none;
	
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
	li:hover ul, li.hover ul { display: block; }
	
.boxnav{
background:#0066CC;
float:right;
}	

.box{
padding: 2px 2px 2px 2px;
font:Arial, Helvetica, sans-serif;

}


.box p
{
     margin: 0;
     padding: 0;
     margin-left: 10px;
     margin-right: 10px;
} 


#footer {
	clear:both;
	width:inherit;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(images/footer.jpg) no-repeat top;
	
	
}


