/* CSS Document */

body{
background-image:url(../images/bg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#000;
margin-top:0px;
}

#wapper{ width:920px; height:1000px; margin-left:auto; margin-right:auto;}
#teacherswapper{ width:920px; height:1450px; margin-left:auto; margin-right:auto;}
#timeswapper{ width:920px; height:1450px; margin-left:auto; margin-right:auto;}
#contactwapper{ width:920px; height:1250px; margin-left:auto; margin-right:auto;}

#headspacer{
height:230px;
width:920px;
float:left;
}

#menu{ height:50px; width:900px; float:left; margin-top:10px; margin-bottom:5px;}
#leftpanel{ height:510px; width:250px; float:left; padding-top:30px;}

	#facebook{ height:120px; width:250px; float:left;  padding-bottom:30px;}

#fronttxt{ height:510px; width:650px; float:right; margin-top:15px;}
#teachertxt{ height:1150px; width:650px; float:right; margin-top:15px;}
#teachersleftpanel{ height:950px; width:150px; float:left;}

#timestxt{ height:650px; width:650px; float:right; margin-top:15px;}
#timesleftpanel{ height:650px; width:150px; float:left;}

#spotlight{width:920px; height:100px ;margin-left:auto; margin-right:auto; background-image:url(../images/spotlight.jpg);}
#footer{ width:920px; height:110px; margin-left:auto; margin-right:auto; background-image:url(../images/footerbg.png); background-repeat:repeat-x; }

.scrolltxt{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; }
.sctxt{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; background-color:#FFFF00; font-weight:700; }

