section h1 {
    position: relative;
    padding: 20px;
    width: 90%;
    background-color: #fbfcf9;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    behavior: url(PIE.htc);
    text-align: center;
    margin: 10px auto;
    font-family: Century Gothic, Bookman Old Style, Verdana;
    color: rgb(0,0,0);
}
#dwcsj_admission{
	position:relative;
	border:2px solid gray;
	line-height:180%;
	font-family:Century Gothic;
	font-size:16px;
	text-align:justify;
	width:750px;
	margin:0px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	-moz-box-shadow:2px 2px 2px 2px white;
	-webkit-box-shadow:2px 2px 2px 2px white;
	box-shadow:2px 2px 2px 2px white;
	behavior: url(PIE.htc);
	}
