/* ------------------------------------
Site: DeniseCenter
CSS Author: Donia
Updated at: 6/22/14
Updated by: Donia
--------------------------------------*/	

/* ------------------------------------
Header - navigation and logo
--------------------------------------*/		
	#header {
		width: 98%;
		margin: 1% 1%;
		}
		
	#nav {
		/*width: 1024px;
		margin: 0 auto;*/
		width: 98%;
		padding: 0 1%;
	}
	
	#video_highlight { 
		font-size: 300%; 
		top: 250px; 
	}
	#pic_pane {	
      		max-height: 300px;
		}
		#pic_pane img { margin:0 auto;}	
	
	#content {
		width: 98%; /* DENISE only need these two lines */
		padding: 1%;
		}
					
	#footer {
		clear: both;
		width: 98%;
		padding: 1%;
	}