/* Generic Selectors */ 





body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	color: #333333;  
}

p { 
	width: 110%; 
} 

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 48px; 
	font-weight: bold; 
	color: #000000; 
} 

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 24px;
	font-weight: bold; 
	color: #000000; 
} 



/************************* ID's *************************/ 

#head { 
	position: absolute; 
	z-index: 10; 
	width: 968px; 
	height: 250px; 
	margin: 0; 
	background-color: #00FFFF; 
	font-weight: normal; 
}
#logo { 
	position: absolute; 
	z-index: 10; 
	width: 320px; 
	height: 208px;
	margin-top: 25px; 
	margin-left: 650px;  
}
#blurb { 
	position: absolute; 
	z-index: 10;
	margin-top: 270px; 
	width: 968px;
	background-color: #F9F9F9;   
	font-weight: normal; 
	
} 
#pics { 
	position: absolute; 
	z-index: 15; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 50px;
	margin-left: 235px;  
}
