body {
	background:#aacc77;
	color: #505050;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode",
	"Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	width:100%;
	border-top:20px solid rgb(229,110,70);
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
}


section{
	position:relative;
	border:5px solid #9bba6c;
	background:#e4edd8;
	width:932px;
	height:1190px;
	margin-left:9px;
}

header>img{
	position:relative;
	top:-15px;
}

#slogan>img{
	position:relative;
	top:-10px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.span{
	position:absolute;
	font-size:small;
	color:gray;
	text-align:left;
	font-style:italic;
	top:10px;
}
	
#news_titles{
	text-align:center;
	}
	
#news_titles a{
	font-family:Century Gothic;
	font-size:14px;
	margin-left:10px;
	text-decoration:none;
	}
	
#news_titles a:link {
	color:navy;
}

#news_titles a:visited {
	color: rgb(102,102,102);
}
	
#news_titles a:hover{
	font-size:16px;
	color:black;
	text-decoration:underline;
	}


#school-links{
	position:relative;
	width:933px;
	height:150px;
	border:5px solid #9bba6c;
	background:#2a2a2a;
	margin:10px 0 0 9px;
	color:white;
}

#school-links ul{
	list-style:none;
}

#school-links li{
	display:inline;
}

#school-links li:not(:last-child){
	border-right:1px dotted #f54e34; 
	padding-right:10px;
}

#school-links a{
	text-decoration:none;
	color:white;
	font-size:small;
}

#school-links a:hover, #copyright a:hover{
	color:#f54e34;
	text-decoration:none;
}

#copyright p{
	text-align:center;
	font-size:12px;
}

#copyright p a{
	color:#ffc300;
	text-decoration:underline;
}

#tip, #link_list{
	width:90%;
	margin:0 auto;
	font-family:Century Gothic, Tahoma, serif;
	}
	
#link_list{
	font-size:11px;
	text-align:center;
	}

.thumbnail{
	position:relative;
	width:200px;
	float:left;
	margin:25px;
	margin-top:10px;
	margin-bottom:25px;
	border:1px dashed gray;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#CCFF99;
	}
	
.thumbnail:hover .link_name{
	display:block;
	}
	
#link_list img{
	width:90%;
	margin:10px auto;
	}
	
.link_name{
	width:100%;
	height:100%;
	opacity:.9;
	background-color:#00BB00;
	padding:1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:absolute;
	left:0px;
	top:0em;
	color:#fff;
	display:none;
	}
	
.link_name div{
	width:100%;
	height:100%;
	}
	
.link_name input{
	color:#fff;
	font-size:20px;
	background:none;
	font-family:Century Gothic, Tahoma, serif;
	font-weight:bold;
	border:0;
	width:100%;
	height:100%;
	}

.link_name input:hover{
	cursor:pointer;
	}
	
.link_name a{	
	text-decoration:none;
	}
	
#video-container {
    width: 373px;
    margin: 0 auto;
    position: relative;
	top:15px;

}

