@charset "utf-8";
body  {
	font: 90% Georgia, Helvetica, Verdana, Arial, sans-serif;
	background-color: #4F402D;
	background-image: url(background-new.jpg);
    background-position: top center;
    background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#464646; 
}
.twoColFixLtHdr #container { 
	width: 950px; 
	background:#FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	margin-bottom: 25px; 
} 
.twoColFixLtHdr #header { 
	background: #727a85; 

} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: right; 
	width: 234px; 
	background: #838382; 
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	float: left;
	width: 630px;
	margin: 0 0 0 0px; 
	padding: 0 20px; 
	background: #FFFFFF;

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background: #4F402D;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
    font: Georgia;
	font-size:15pt;
	font-weight:bold;
	color: #74552d;
	}

h2 {
    font: Georgia;
	font-size: 12pt;
	font-weight: bold;
	color: #74552d;
	}
   
   
a {
  color: #000000;
  text-decoration: none;
  }
  
 a:hover {
  color: #000000;
  text-decoration: underline;
  }
  
input {
  background-color: #B7B7B7;
  border: none;
  }
  
textarea {
  background-color: #B7B7B7;
  border:none;
  }
