@charset "UTF-8";


body 



{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}


.oneColElsCtr #container {
	width: 793px;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/container.gif);
	background-repeat:repeat-y;
	border-bottom: 3px solid #670C0D;	
	background-color:FDD4b3;
}


.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/container.gif);
	background-repeat:repeat-y;
	background-color:FDD4b3;
	margin:0;
	
	
}


.pageHeader {
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	height: 50px;
}


.fltlft {
	float: left;
	padding: 3px;
	
}

h1 {
	font-size:18px;
	line-height:bold;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	padding:0 0 .1em 0;
}

h2 {
	font-size:13px;
	line-height:bold;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#670C0D;
	padding:0 0 .1em 0;
}



p 
	{
	margin:1em 0 1em 0; 
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}



















/*footer stuff
-----------------------------------------------------------------------------*/

.spacer { margin:30px; clear:both; height: 10px}




#footer {
	/*For editing only:    margin-top:50px;	  width:98%; */

	position:fixed;
	border-top: 1px solid #999999;
	left: 0;
	bottom: 0;
	right:0;
	text-align: left;
	font-size:9px;
	color: #999999;
	z-index:10000000;
	padding:7px 7px 7px 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	min-width:850px;
	background:#FDD4B3;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;

}
			 
#footer a:link {  color: #999999; font-family: Helvetica, Arial, sans-serif; font-size: 9px; text-decoration:none; font-weight:bold; }
#footer a:visited {  color: #999999; font-family: Helvetica, Arial, sans-serif; font-size: 9px; text-decoration:none; font-weight:bold; }
#footer a:hover {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
}

body>div#footer { /*width:98%; */
	z-index:10000000;
	color: #670C0D;
}
