body {
	margin:0;
	padding:0;
	background-color: #f6d9ae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
}
#page {
	background-image: url(../images/top-strch-bg.gif); background-repeat:repeat-x;
}
#contaigner { margin:auto; width:800px;}

.eei { padding:10px;}

#footer { border-top:1px solid #ccc;}

#topBar {
	position:absolute;
	width:100%;
	height:125px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(../images/top_bar_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuBar {
	position:absolute;
	width:640px;
	height:25px;
	z-index:100;
	left: 160px;
	top: 135px;
}
#sideBar {
	position:absolute;
	width:150px;
	left: 0px;
	top: 125px;
	padding-top: 20px;
}

#content {
	text-align:justify;
	padding:0 15px;
}
#footer {
	padding-top: 10px;
	font-size: 80%;
}
.pageHeader {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom:2px solid #333399;
}
.inlineImage {
	float: right;
	border: thin solid #000000;
	margin-left: 20px;
	margin-bottom: 20px;
}
.teacherBio {
	margin-bottom: 20px;
}
.teacherBio img {
	height: 100px;
	width: 100px;
	float: left;
	margin: 5px;
	border: 1px solid #333333;
}
.teacherBio2 {
	margin-bottom: 20px;
   overflow:hidden;
   zoom:1;
}
.teacherBio2 img {
	height: 227px;
	width: 172px;
	float: left;
	margin: 5px;
	border: 1px solid #333333;
}

/****** Drop Menu *****/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		
		/***/
