/*	CSS for WomenOceanographers.org */
/*	Originally written by Jeff Croft */
/*	Tuesday, August 17th 2004 /*


/*	rules for single column layout */

div#contentShadow {
	margin: 0 auto;
	width: 800px;
	padding: 0px;
	text-align:left;
	background-image:url(../images/contentShadowBackgroundAllWhite.png);
	position: relative;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 750px;
	padding: 0;
	text-align:left;
	background-color: #fff;
	background-image:url(../images/contentBackgroundAllWhite.png);
}
	
	div#content div#centerColumn {
		float: left;
		width: 730px;	
		background-position: 1px 0; 
	}

/* this is defined in basic but should probably be in 2col */
div#footer {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	padding: 0px;
	text-align:left;
	background-image:url(../images/footerBackgroundAllWhite.png);
	clear: both;
}
