@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#363942;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. 
								  The text is then set to the left aligned default in the #container selector */
	color: #E6E2AF;
	background-image:url(../images/my-pattern-01.jpg); background-repeat:repeat;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#382513;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px; 
}
#header {
	margin-top: -2em; padding:0;
	height:80px; background-color: #9FB4CC;
		background-image:url(../images/gradient1.gif);
	background-repeat:repeat-x;}
#header h1 {
	padding-top:1em;text-align:center;
color:
#382513;}
h1, h2, h3 {color:  #E8E595}
h4, h5, h6 {color: #C9D787}
a {color: #E8E595}
p.photos {text-align:center;}
.logo-column {float:left; width:180px;}
.logos {clear:both;}
.clearflt {clear:both; height:22px;}
#footer {
	background-color: #9FB4CC;
	background-image:url(../images/gradient2.gif);
	background-repeat:repeat-x;
	width: 100%;
	margin:0;
	padding:.3em 0;
	height: 1.5em;
	display:block;
	/*border-top: #006 1px solid;*/
}
#footer p {
	font-size: 9px;
	color: #382513;
	text-align:center;
	margin:6px;
	padding: 0;
}