@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-image: url(/graphics/bg.jpg);
	background-attachment:fixed;
}
#d_header {width:100%; height:150px}
#d_logo {float:left; width:210px; margin-top:-10px}
#d_schoolname {width:670px; float:left; margin-top:-5px}
#d_calendar {margin: 5px 5px 0 0px; float:right;}
#d_pagetitle {width:100%; text-align:center; height:30px;}
#d_body {clear:both; width:100%}
#d_menubar { width:180px; float:left}
#d_maincontent {float:left; width:650px; margin-left:10px}
#d_sidebar {width:210px; float:left; margin-left:10px}
#d_footer {clear:both}

#explain {height:30px; margin-top:-30px;  font-size:12px}
#wordofday {width:200px;}