/* Wright brothers */

	body { 
		text-align: center;
		background: #F9FBFF url('http://www.wright-house.com/wright-brothers/graphics/BG-Wright_Flyer.jpg');
		font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
		}
	.wright-brothers-bio-book {
		font-size: 0.9em;
		text-align: center;
		margin-left: 0px;
		margin-right: 27px;
		}
	.caption {
		font-size: 0.95em;
		color: #663300;
		text-align: center;
		margin-bottom: 1px;
		}
	.subcaption {
		font-size: 0.85em;
		color: #663300;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 16px;
		}
	#container {
		background: #F9FBFF url('NONE');
		margin: -8 auto; /* -9 with border */
		padding: 20 20;
		text-align: left;
		width: 800px;
		min-width: 800px;
		max-width: 800px;
		width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 800? "800px" : "auto");
		}
