@charset "utf-8";
body {
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.6em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
	color:#FFFFFF;
	background: #80802B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #332322;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999933; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin-left:50px;
	font-size: 11px; /* IE5 Win */
	margin-right:50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#332322;
}
.oneColFixCtr #footer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #696923;
	font-size: 10px; /* IE5 Win */
	padding-top:5px;
	padding-bottom:5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ffffff;
}
.pic {
	background-color: #CCCCCC;
	margin: 4px;
	padding: 4px;
	border: 1px solid #666666;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #2e2e2e;	
}
a:link, a:visited {
	color:#332322;
	text-decoration:none;
	border-bottom:#c96 1px dotted;
}
a:hover,a:active 
{
	color: #332322;
	text-decoration:none;
	border-bottom:#c96 1px solid;
}