/* stylesheet for css savvy browsers only */
@media screen {
	
/*
	body>div#content { 
		width: auto;
		min-width: 600px; 
		min-height: 500px;
	}

	body>div#contenthome { 
		width: auto;
		min-width: 600px; 
		min-height: 400px;
	}
	
	div#sidenav {
		position: fixed;
		width: 135px;
		top: 150px;
		right: 0px;
		left: auto;
		z-index: 2;
		text-align: left;
		padding: 0;
	}
*/	
	
}