
/*	
	======================================================================

	stylesheets/conference/layout.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


/* ----------------------------------------------------
   major page divs
   ---------------------------------------------------- */

html, body {

	border: 0;
	height: 100%; /* need for mozilla */
	margin: 0px auto;
	padding: 0px;
}

#container {

	border: 0;
	position: relative;
	top: 0;
	left: 0;
	min-height: 100%;
	margin: 0px auto;
	width: 940px;  /* Sets width of the site */
}

* html body #container {

	HEIGHT: 100%; /* Only IE sees this */
}

#banner {

	border-bottom-width: 1px;
	padding: 0px;
	margin-left: 0px;
	width: 940px;
	height: 279px;
}

#navBar {

	width: 940px;
	border: 0;
}

#navItem { 

	margin-left: 3px;
	border: 0;
	width: 128px;
	height: 46px;
	float: left;
}

.nav { 

	margin-left: 3px;
	border: 0;
	width: 128px;
	height: 46px; 
}

.galleryPic { 

	margin-top: 10px; 
	margin-bottom: 5px; 
	border: 0; 
	width: 192px; 
	height: 144px;
} 

#midContent {

	margin-left: 0px;
}

#leftMainColumn {

	margin-left: 12px;
	margin-top: 13px;
	margin-bottom: 20px; 
	width: 200px;
	float: left;
}

#rightMainColumn {

	min-height: 300px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 710px;
	float: left;
}

#text {

	margin-top: 20px; 
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 50px;
}

.secondaryNav { 

	border-bottom-width: 1px;
	border-collapse: collapse;
	width: 177px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 28px;
}

#footer {

	border-top-width: 1px;
	position: absolute;
	bottom: 0px;
	margin-left: 0px;
	width: 940px;
	height: 34px;
}


