@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:"Comic Sans MS";
	background-color:#6599FF;
}

a {
	text-decoration:none;
	color:#0000FF
}
a:hover {text-decoration:underline}

div#toplinks, div#btmlinks {
	display:block;
	height:24px;
	font-size:0.8em;
}
#toplinks {
	background-color: #F2F7CF;
}


div#toplinks, div#toplinks a {
	color:#000;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
}

div#btmlinks, div#btmlinks a {
	color:#000000;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

div#frame {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-x;
}


div#banner {
	display:block;
	background-image:url(../images/header.jpg);
	height:135px;
	background-repeat: no-repeat;
}

div#links {
	display:block;
	width:100%;
	height:31px;
}

div#links div, div#links a {
	display:block;
	height:31px;
	float:left
}
div#links a:hover {
	background-position:0 -31px
}

a#nav_home {
	background-image:url(../images/btn_home.jpg);
	width:97px
}
a#nav_schools {
	background-image:url(../images/btn_schools.jpg);
	width:96px
}
a#nav_parents {
	background-image:url(../images/btn_parents.jpg);
	width:97px
}
a#nav_individuals {
	background-image:url(../images/btn_individuals.jpg);
	width:98px
}
a#nav_galleries {
	background-image:url(../images/btn_galleries.jpg);
	width:98px
}
a#nav_products {
	background-image:url(../images/btn_products.jpg);
	width:96px
}
a#nav_tutorials {
	background-image:url(../images/btn_tutorials.jpg);
	width:96px
}
a#nav_contact {
	background-image:url(../images/btn_contact.jpg);
	width:102px
}

div#content {
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
	width: 780px;

}

div#content_inner {
	min-height:100px;
	height:auto !important;
	height:100px;
	text-align:justify;
	background-repeat:no-repeat;
	color:#FF0000;
	padding-top: 62px;
	padding-right: 40px;
	padding-left: 40px;
	width: 700px;
	background-image: url(../images/content_top.jpg);
	padding-bottom: 5px;
}
#content_image_right {
	float: left;
	width: 214px;
	background-image: url(../images/content_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
}


div#footer {
	display:block;
	height:131px;
	color:#fff;
	text-align:center;
	clear: both;
	background-image: url(../images/footer.jpg);
	position: relative;
	
}
#footer_right {
	position: absolute;
	right: 30px;
	top: 45px;
	font-size: 90%;
	text-align: right;
	width: 325px;
}
#logos {
	text-align: center;
	color: #FAFCCD;
}



h1, h2 {margin:0; padding:0}
img {border:0}

div#banner h1,
div#links span,
div#footer span
{display:none}
#footer_left {
	position: absolute;
	left: 70px;
	top: 45px;
	font-size: 90%;
	width: 325px;
	text-align: left;
}
