/*
	Main Stylesheet
	Journal of Nematology Style Guide (JONSG)
	
	====================================
	
	Created by:
		Matt Strom [mstrom@illinois.edu]
		Dept. of Crop Sciences, Univ. of Illinois
		January 2, 2009
*/


@media all {

	body {
		background-color: silver;
		margin: 0px;
	}
	
	div.main {
		margin: 0px;
		padding: 0px;
	}
	
	div.clear-divs {
		clear: both;
	}
	
	div.content {
		background-color: white;
		min-height: 1000px;
		padding: 10px 30px;
	}
	
	div.copyright {
		font-size: 8pt;
		margin-top: 20px;
		text-align: center;
	}

}





