@charset "utf-8";
/* CSS Document */
body{
background-color:#18255c;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
}
.wrapper{
width:770px;
margin: auto ;
}
.content{
background-image:url(image/bg_ori.jpg);
background-position:center;
background-repeat:no-repeat;
height:800px;
margin: auto ;
z-index:-1;
}
.fade_content{
background-image:url(image/bg_fade.jpg);
background-position:center;
background-repeat:no-repeat;
height:575px;
margin: auto ;
z-index:-1;
text-align:center;
}
#top{
	position:relative;
	background-image:url(image/logo.png);
	background-repeat:no-repeat;
	width:721px;
	margin:auto;
	z-index:5;
	height: 177px;

}
#about {
	width:500px;
    height:490spx;
	margin:auto;
	border:#CCCCCC solid 1px;
	padding:5px;
	z-index:6;
	background-color:#18255c;
}
.programs {
	width:500px;
	margin:auto;
	border:#CCCCCC solid 1px;
	padding:5px;
	position:relative;
	z-index:6;
	height:375px;
	background-color:#18255c;
	overflow:auto;
	font-size:16px;
	text-align:justify;

	
}


.title {font-weight:bold; font-size:18px; text-align:left; color:#FFFF66; }


.menu{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:bold;}
