@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-color: transparent;
	background-attachment: scroll;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	
#container {
	width: 975px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	}
	
#header {
	position:relative;
	height: 103px;
	color:#E0E0E0;
	background-image: url(images/bg-top.gif);
	background-color: transparent;
	background-attachment: scroll;
	background-position: center top;
	}
	
#logo {
	background-image: url(images/logo.gif);
	width: 975px;
	height: 200px;
	}
	
.image {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
}

.image2 {
	margin-left: 25px;
	margin-bottom: 120px;
	margin-right: 25px;
}

.image3 {
	margin-left: 25px;
	margin-bottom: 100px;
	margin-right: 25px;
}

.image4 {
	margin-left: 115px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.forparents {
	font-size: 10px;
	text-align: center;
}

.forparentsactive {
	font-size: 14px;
}

.gallerytitle {
		text-align: center;
		font-size: 20px;
}

.back {
	font-size: 10px;
	text-align: left;
}
	
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
	font-size: 16px;
}

.underline {
	text-decoration: underline;
}
	
#footer {
	position:relative;
	height: 123px;
	width: 100%;
	background-image: url(images/bg-bottom.gif);
	background-color: transparent;
	background-attachment: scroll;
	background-position: center bottom;
	}

.footer {
	clear: both;
	width: 975px;
	color: #fff;
	font-size: 10px;
	margin-top: 7px;
	text-align: center;
	}
	
.footer a:link {
	color: #fff;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.footer a:visited { 
	color: #fff;
	text-decoration: none;
	}
	
a:link {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a:visited { 
	color: #fff;
	text-decoration: none;
	}
