@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: url(/css/images/bg.jpg) center;
	overflow:hidden;
}

#d_header {width:100%; height:140px}
#d_logo {float:left; width:130px;}
#d_schoolname {width:700px; float:left; text-align:center}
#d_calendar {margin: 5px 5px 0 50px; float:left;}
#d_pagetitle {}
#d_body {clear:both; width:100%; color:#900}
#d_menubar {margin-left:-20px; float:left; width:200px; min-height:600px}
#d_maincontent {float:left; width:650px}
#d_sidebar {float:right; width:250px}
#d_footer {clear:both;width: 1100px; text-align:center; margin-right: auto;margin-left: auto;}

#explain {height:30px; margin-top:-30px;  font-size:12px; }
#wordofday {width:200px;}
#d_language, #d_language a {color:#000}
#d_language a:hover {color:#FF0}