@charset "UTF-8";
/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

#container{
	width:800px;
	margin:0 auto 0 auto;
}

#header{
	width:800px;
	height:155px;
	background:url(images/header.jpg) no-repeat;
	margin:10px auto 0 auto;
}

#flash{
	width:800px;
	height:250px;
	margin:0 auto 0 auto;
}

#menu{
	width:800px;
	height:177px;
	background:url(images/lines.jpg) no-repeat;
	margin:0 auto 0 auto;
}

#foot{
	width:800px;
	height:18px;
	background:url(images/foot.jpg) no-repeat;
	margin:0 auto 0 auto;
}

.foot{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:9px;
	float:right;
	margin:3px 55px 0 0;
}

.creativeworldbtn{
	display:block;
	width:262px;
	height:177px;
	background:url(images/creativeworldbtn.jpg) no-repeat;
}

a.creativeworldbtn:link, a.creativeworldbtn:visited, a.creativeworldbtn:active{
	background:url(images/creativeworldbtn.jpg) no-repeat;
	}
	
a.creativeworldbtn:hover {
	background-position:0 -177px;
	}
	
.montessoribtn{
	display:block;
	width:260px;
	height:177px;
	margin-left:5px;
	background:url(images/montessoribtn.jpg) no-repeat;
}

a.montessoribtn:link, a.montessoribtn:visited, a.montessoribtn:active{
	background:url(images/montessoribtn.jpg) no-repeat;
	}
	
a.montessoribtn:hover {
	background-position:0 -177px;
	}
	
.inspirebtn{
	display:block;
	width:262px;
	margin-left:10px;
	height:177px;
	background:url(images/inspirebtn.jpg) no-repeat;
}

a.inspirebtn:link, a.inspirebtn:visited, a.inspirebtn:active{
	background:url(images/inspirebtn.jpg) no-repeat;
	}
	
a.inspirebtn:hover {
	background-position:0 -177px;
	}
	
a.blue:link, a.blue:visited, a.blue:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c6955;
	font-size:11.5px;
	color:#0067b0;
	text-decoration:none;
}

a.blue:hover{
	color:#f48024;
	text-decoration:none;
}

a.purple:link, a.purple:visited, a.purple:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c6955;
	font-size:11.5px;
	color:#53065a;
	text-decoration:none;
}

a.purple:hover{
	color:#f48024;
	text-decoration:none;
}

a.green:link, a.green:visited, a.green:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c6955;
	font-size:11.5px;
	color:#93b458;
	text-decoration:none;
}

a.green:hover{
	color:#f48024;
	text-decoration:none;
}