/* Montessori Main CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-color: #9eb891;
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000000;
}

a:link {
	color: #3F8FC2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F8FC2;
}
a:hover {
	text-decoration: underline;
	color: #3F8FC2;
}
a:active {
	text-decoration: none;
	color: #3F8FC2;
}
a {
	font-weight: bold;
}

img {border: none;}

.clear {clear:both;}

div {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

#box {
	margin: 0 auto 0 auto;
	width: 1002px;
	text-align: left;}
	
p {margin:0 0 0 0;}

.footer{ color:#FFFFFF;}
.footer a:link{color:#FFFFFF; text-decoration:none;}
.footer a:visited{color:#FFFFFF; text-decoration:none;}
.footer a:hover{color:#FFFFFF; text-decoration:underline;}