
	/**Main Styles**/
		
	#container{
	width:750px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	
	
	}
	#photoArea{
	width:750px;
	height:auto;
	float:right;
	}
	
	#listArea{
	width:748px;
	height:auto;
	float:left;
	padding-left:2px;
	padding-top:12px;
	
	
	}
	
	#clear{
	clear:both;
	}
	
	/**Header Styles**/
	
	.header{
	width:740px;
	background-color:#444;
	color:#FFF;
	float:left;
	padding-left:10px;
	
	
	}
	
	.header a{
	font-size:10px !important;
	text-decoration:none !important;
	font-style:italic !important; 
	
	}
	
	.header a:link {color:#CCC !important;}
	.header a:visited {color:#CCC !important;}
	.header a:active {color:#CCC !important;}
	.header a:hover {color:#fff !important;}
	
	#photo{
	
	width:380px;
	height:auto;
	float:left;
	padding:10px;
	text-align:center;
	
	}
	
	#desc{

	width:330px;
	height:auto;
	float:right;
	padding:10px;

	
	}
	
	/**Text Styles**/
	
	#desc p{

	line-height:24px;
	}
	
	
	p{
	font-size:12px !important;
	font-family:helvetica, verdana, arial !important;
	}
	
	h1{
	
	font-size:18px !important;
	
	}
	
	h2{
	font-size:16px !important;
	font-weight:bold !important;
	line-height:0px;
	color: #fff !important;
	}
	
	.title{
	font-size:14px !important;
	line-height:0px;
	}
	

	
	/**Staff list Styles**/
	
	.eHolder{
	width:100px;
	height:200px;
	float:left;
	padding-left:12px;
	padding-right:12px;
	}

 	.eName{
	text-align:center;
	padding-top:10px;
	}
