@charset "utf-8";
/* CSS Document */
body{text-align:center}
#d_container {
	text-align: left;
	width: 1120px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	padding:10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius:30px;
	/*border:#9B4E5E thin solid;*/
	background-image: url(/graphics/applebackground.gif);
	background-attachment:fixed;
}

#d_header {width:100%; height:150px}
#d_logo {float:left; width:110px;}
#d_schoolname {float:left; width:850px; overflow:hidden}
#d_calendar {margin: 5px 5px 0 0px; float:right;}
#d_pagetitle {clear:both; width:100%; text-align:center}
#d_body {width:100%}
#d_menubar {width:200px; height:200px; float:left}
#d_maincontent {float:left; width:650px; margin-left:15px}
#d_sidebar {width:200px; float:left; margin-left:10px;}
#d_footer {}

#explain {height:30px; font-size:12px; color:#00A; text-align:left; padding-left:0px; margin-top:-20px}
#wordofday {width:200px;}