body {
	color: white;
	font-family: sans-serif;
	background-color: #006;
	margin: 0;
	padding: 0;
	text-align:center;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003;
	margin-left:auto;
	margin-right:auto; /* the auto margins (in conjunction with a width) center the page */
	border: #FC6 thin solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px;
	}

#mainContent {
	padding: 0 20px; 
	height:auto;
	overflow:hidden;
	padding:0;
	text-align:left;
	width:920px
}
.maininfo, .details { display: block }
.imgleft {
	border: none;
	margin: 2px 10px 10px 0;
	float: left;
	}
.imgright {
	border: none;
	margin: 10px 0 10px 10px;
	float: right;
	}
.logo   { border: none; }
.fltrgt { float: right; }
.fltlft { float: left; }

h1, h2, h3 {
	color: #fc6;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
p {
	margin-left: 20px;
	color: #fff
}
a:link {
	color: #6cf;
	text-decoration: none; 
}
a:visited {
	color: #39f;
}
ul {
	display: block;
	list-style-type: square;
}
li {
	list-style-position: inside;
	margin-top: .7em ;
	}
.smallspace { display:block; height: 8px; clear:both;}
.print { display: none; }