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

.right { float:right; }
.left {float:left; }

body {
	background-image:url(images/landing_bg.png);
	background-repeat:repeat-x;
	background-color:#fff6e3;
	font-family:Arial, Helvetica, sans-serif;
}
img { border:0;}
#container {
margin:0 auto;
width:990px;	
margin-top:100px;
}

.landing {
	background-image:url(images/landing_container_bg.jpg);
	background-repeat:no-repeat;
	height:633px;
}

#landing_content {
height:613px;	
}

#landing_footer {
	height:15px;
	background-color:white;
	font-size:8px;
	color:#606060;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	position:relative;
	top:155px;
}


#mission {
	position:relative;
	top:50px;
	left:500px;
	width:450px;
}

#mission_graphic {
	position:relative;
	left:-3px;
	padding-bottom:10px;	
}

#mission_text {
	height:235px;
	width:450px;
	font-size:13.5px;
	line-height:19px;
	color:#4b4b4b;
}

#entrance {
	font-size:13.5px;
	color:#4b4b4b;
	width:385px;
	position:relative;
	top:130px;
	left:100px;
	font-weight:bold;
	clear:both;
	height:180px;
}
.boys, .girls {
	float:left;
	width:180px;
	height:180px;	
}
.boys {
	margin-right:20px;	
	background-image:url(images/boys_off.png);
	background-repeat:no-repeat;
}
.girls {
	background-image:url(images/girls_off.png);
	background-repeat:no-repeat;
}
.boys:hover {
	background-image:url(images/boys_on.png);
}
.girls:hover {
	background-image:url(images/girls_on.png);	
}
.translate {
    left: 868px;
    position: relative;
    top: 7px;
    width: 450px;	
	font-size:10px;
	color:black;
}
.translate a {
	color:black;
	text-decoration:none;
}
