/* style-steven-wright.css */

	body { 
		text-align: center;
		background: #edeedd url('../WH/bg_Min78.JPG'); 
		}
	h1 { 
		font-size: 30px; 
		font-family: Comic Sans MS; 
		color:#662200;
		text-align: center; 
		} 
	.jokes-part { 
		font-size: 15px; 
		font-family: Comic Sans MS; 
		color:#662200;
		text-align: center; 
		margin-bottom: 7px; 
		} 
	#container {
		background: #edeedd url('NONE');
		margin: 0 auto;
		padding: 0 20 10 20;
		text-align: left;
		width: 750px;
		min-width: 600px;
		max-width: 750px;
		width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 750? "750px" : "auto");
		}

