@charset "utf-8";
/* CSS Document */
body{text-align:center}
#d_container {
	text-align: left;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding:10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius:30px;
	background:#FFF url(/css/images/bg.jpg);
}

#d_header {width:100%; height:220px; overflow:hidden}
#d_logo {float:right; padding-right:40px;}
#d_schoolname {float:left; width:600px; margin-left:40px;}
#d_calendar {float:left;}
#d_pagetitle {width:100%; height:10px; display:}
#d_body {clear:both; width:100%}
#d_menubar {margin-top:-100px; float:left; width:200px; height:400px; margin-left:-10px;}
#d_maincontent {width:650px; float:left; margin-left:20px; min-height:700px}
#d_sidebar {float:right; width:220px;}
#d_footer {clear:both;width: 1100px;	margin-right: auto;margin-left: auto;position: relative; }
#d_banner {float:left; width:100px; height:237px; background-color:#195BCB}
#explain {height:30px; margin-top:-30px;  font-size:12px}
#wordofday {font-size:10px; width:200px; background-color:#DDFFFF}