/* CSS Document */

/*INSTRUCTORS PAGE*/

#center{
	width: 825px;
	margin:0 auto;
	text-align:left;
        height:100%;
}

#our_instructors{
	margin-top:50px;
	margin-left:24px;
}



#instructor_div{
	width:800px;
        float:left;
        margin:10px;

	}

#instructor_photo{
	width:265px;
	float:left;
        margin:10px;
        max-height:100%;
	}


#instructor_photo_l{
	height:275px;
	margin-left:48px;
 
	}


#instructor_head{
	width:186px;
	text-align:left;

	}


#instructor_bio{
	width:475px;
	float:right;
        margin:5px;
        max-height:100%;
	}


#instructor_name{
        font-size:14px;
        color:#008080;	
}

#instructor_title{
	font-size:10px;
        font-weight:bold;
        color:#008080;
	}

#div1{
	width:800px;
	max-height:100%;
	margin-top:10px;
	margin-left:24px;
        margin-bottom:10px;
	}	

	
#footer{
	text-align:left;
	margin-left:24px;
	}
