* html {overflow:hidden;}

body {
	font-family:verdana, arial, sans-serif; 
	font-size:16px;
 
	background-color:#fff;
	background-repeat:no-repeat; 
	background-position:top left; 
	background-attachment:fixed; 
	margin:0; 
	padding:0;
	height:100%; 
	overflow:hidden;
	}

#menu-bar {
	position:fixed; 
	font-size:13px; 
	display:block; 
	top:70px; 
	left:150px; 	
	width:auto;
	background:transparent;
	z-index:100;
	}

* html #menu-bar {position:absolute;}

#menu-bar a,
#menu-bar a:link,
#menu-bar a:visited,
#menu-bar a:active,
#menu-bar a:hover,
#menu-bar .chosen 
	{
	display:block; 
	width:180px; 
	float:left;
	height:20px;
 	text-decoration:none; 
	
	text-align:center; 
	line-height:20px; 


	}





/**********************/


#content {
	background: #99CCCC; /*#FFFFCC;*/
    	display:block;
    	width:700px;
    	margin-left:150px;
	padding:0px 10px 0px 10px;
	font-size:85%;
	font-family: verdana, arial, sans-serif;
	border:0px solid #000;
	height:100%;
	overflow:auto;
    	}


.padding {
	display:block;
	height:90px;
    	background:#99CCCC;;
	clear:left;

	}

#head {background: #E0EBE4;
	position:fixed;
    	top:0px;
	border-top:10px solid #fff;
	border-bottom:0px solid #FFFFCC;
	left:150px;
    	width:720px;
  	padding:0px;
    	height:80px;
    	z-index:50;

	}

* html #head {position:absolute;}

#head p {
	margin:0;
	padding:0px 0 0 5px;
	float:left;
	font-size:200%;
	font-weight:bold;
	font-family: georgia, sans-serif;
	color:#88bbbb;
	}

#head1 {

	clear:left;
	padding:0px 0 0 5px;
        font-size: 95%;
        font-weight:normal;
	font-family: "arial black", sans-serif;
        color: #000;
        text-align:left;
	overflow:hidden;
        }

.nav, .nav a:link, .nav a:visited {
	color: #000 ; 
	background: #FFCC00; /*#88bbbb;*/
	}

.nav a:hover {
	color: #000 ;
	background: #FFFFCC;
	}

.nav a:active, .chosen {
	color: #ffffff ; 
	background: #cc0000 ;
	}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: verdana, arial, sans-serif;*/
	}





a:link, a:visited {
	text-decoration:underline;
	color:black;

	}

a:hover {
	color:red;
	}

#author {

	float:left;
	font-size:75%;
	overflow:hidden;
	z-index:200;
	}

#lastupdated {
	float:right;
	font-size:75%;
	z-index:200;
	}


#intro 	{
	font-size:100%;
	margin:25px;
	
	}

#title  {
	font-size:120%;
        font-weight:bold;
        color:#FFFFFF;
	background:#B45B3D;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:50px;
	text-indent:25px;
	clear:left;
        }


#time {
	width:40%;
	float:left;
	padding-top:5px;
	text-align:left;
	text-indent:25px;
        }

#teacher {
	font-size:110%;
        font-weight:normal;
	text-align:left;
	width:30%;
	float:right;

	padding-bottom:5px;
	padding-top:5px;
        }

#description {
	clear:right;
	padding-top:10px;
	padding-left:100px;
	padding-right:70px;
	padding-bottom:20px;
        }



#siteimage {
	position:absolute;
	top:0px;
	height:150px;
	width:270px;
	left:450px;
	overflow:hidden;

	}

#sitelogo {
	position:absolute;
	top:36px;
	height:75px;
	width:440px;

	overflow:hidden;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	border:5px solid yellow;

	
	}

#pageimage {
	float:left;
	padding-right:10px;

	}	



#calendarday, #calendarmonth {
        font-size:120%;
        line-height: 22px;
	padding:6px 0 2px 5px;
        color: #00447F;
        font-weight: bold;
        background-color: #FFFFCC;
	clear:left;
        }

#calendartime {
	float:left;
	width:22%;
	text-indent:30px;
	padding:5px;
	}

#calendartitle {
        
	float:left;
	width:40%;
	padding:5px;
        }


#calendarteacher {
	float:left;
	width:30%;
	padding:5px;
	}

#calendardate {
	}





#teachersname {
	font-weight:bold;
	font-size:80%;

	}


#teachersbio {
	padding:5px;
	margin-bottom:50px;
	margin-top:50px;
	clear:left;
	min-height:210px;
	}

#teachersbio > p {
	margin-top:0;
	margin-left:175px;
	}

#teachersimage1 {
	float:left;
	width:200px;
	height:300px;
	overflow:hidden;
	padding-right:10px;

	}

#teachersimage1 p {
	font-weight:normal;
	font-size:70%;
	text-align:center;
	}


#teachersimage2 {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	}