@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:#D70000 url(/css/images/bg.jpg) repeat-x;
}

#d_header {width:100%; height:100px}
#d_logo {float:left; margin-left:30px; width:150px;}
#d_schoolname {width:650px; float:left; text-align:center;font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;;}
.PageTitle {text-shadow: 1px 1px 2px white, 0 0 1em white, 0.2em 0.2em 0.2em white; color: white}
#d_calendar {}
#d_calendartext {float:left; width:70px; font-size:14px; margin-left:-10px; margin-top:15px; color:#FFF}
#d_pagetitle {width:100%; text-align:center; height:30px; margin-top:10px}
#d_body {clear:both; width:100%}
#d_menubar {float:left; width:180px; height:150px; margin-top:-50px; min-height:620px}
#d_maincontent {float:left; width:650px}
#d_sidebar {float:left; margin-left:10px; width:225px}
#d_footer {clear:both;width: 1100px;margin-right: auto;margin-left: auto;position: relative;}

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