/*

Styles used by each section main page on the EE website

Current as of 11/01/2010   TLS

All scripts and styles written by Travis Saling (trav@uw.edu) for the UW Department of
Electrical Engineering

*/

#top_graphic {
	height: 256px;
	min-height: 256px;
	}

#photo_bar {
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000px !important;
	height: 116px;
	overflow: hidden;
	background: #000000;
	border: 0;
	}

/* Because of the photo bar, the section navigation has to be shifted downward */

#section_nav {
	margin: 286px 0 0 0;
	}

/* Because of the photo bar, the page content has to be shifted downward */

#main_content {
	margin: 278px 0 0 0;
	}
