html {margin: 0; padding: 0;}
body {
	top: 10;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #527D5F repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #103B2A;
} 
#wrapper {
	position: absolute;
	top: 0px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	/*padding: 0;
	border: 0;*/
}
table#layout {
	/*position: absolute;
	top: 0px;
	
	left: 50%;
	margin-left: -380px;*/
	width: 760px;
	padding: 0;
	border: 0;
}
#left {background: #FFCCCC; width: 140px; border-left: 5px solid #307A5D /*58A285*/; padding: 10px 15px; font-size: 0.9em; line-height: 1.4em; height: 550px;}
#leftSpacer {height: 0;}
#rightSpacer {height: 0;}
#mainContent {padding: 20px 20px 10px 20px; background: #FAD7D6; border-right: 5px solid #307A5D /*58A285*/; vertical-align: top;}

/* NAVIGATION */
#nav {position: absolute; top: 120px; width: 760px; /*font-size: 1.1em*/; text-align: center; color: #A72E45; font-weight: bold; letter-spacing: 0.04em;}
#nav a {color: #A72E45; text-decoration: none; font-weight: bold;}
#nav a:hover, ul a:active {color:#2C6B52;}
#nav a.current {color:#103B2A;}

/* SUB-NAVIGATION */
#subNav {/*font-size: 1.1em;*/}
#subNav a {color: #103B2A; text-decoration: none; font-weight: bold;}
#subNav a:hover, ul a:active {color:#2C6B52;}
#subNav a.current {color:#A72E45;}

/* SCHEDULE */
#schedule {font-size: 0.9em; text-align: center; line-height: 1.4em;}
#schedule table {border: 1px solid #1B4E3A;}
#schedule td {border-right: 1px solid #fff; border-bottom: 1px solid #fff; width: 75px; padding: 3px 2px 5px 2px; background: #FFCCCC;}
a.teachers {color: #1B4E3A; text-decoration:underline;}
a:hover .teachers {text-decoration: none;}
#schedule td.dark {background: #FAD7D6/*FFCCCC*/;}
#schedule th {background: #A72E45; color: white; border: 1px solid #fff; border-left: 0;}
#schedule .border {border-left: 1px solid #fff;}

/* FOOTER */
#footer {
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
	letter-spacing: normal;
	background: #A72E45;
	border: 5px solid #307A5D /*58A285*/;
	border-top: 1px solid #307A5D /*58A285*/;
	border-bottom: 1px solid #307A5D /*58A285*/;
	padding: 5px 0;
}
#footer a {color: #ffffff;}
#footer a:hover {text-decoration: none;}

