@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
/*  background: #ffffff url(../img/page_bg.jpg) repeat-x scroll 0%; */
  background: url(../img/page_bg.jpg);
  background-repeat:repeat-x;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 85%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  color: #000000;
}
.twoColFixLtHdr #container {
  border: 1px solid #000000;
  margin: 20px auto;
  background:#FFFFFF ;
  /*background:#FDD8C1  none repeat scroll 0%; */
  width: 780px;
  text-align: left;
}
.twoColFixLtHdr #header {
  margin: 0px;
  padding: 0px 0px 10px;
  background: #dddddd none repeat scroll 0%;
  height: 210px;
}
.twoColFixLtHdr #header h1 {
  padding: 100px 0px 70px 10px;
  background-image: url(../img/g2-780x200.jpg);
  font-size: 33px;
  margin: 0;
}
/* .twoColFixLtHdr #sidebar1 {
  padding: 15px 10px 15px 20px;
  float: left;
  width: 200px;
}  */
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 	190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFFF ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 2px 2px 10px;
	border:clear;
	border-color:#ccb48a;
	margin:10px 20px 10px 0px;
}

.twoColFixLtHdr #mainContent {
  margin: 0 0 0 250px;
  padding: 0 20px;
  float:none;
}
.twoColFixLtHdr #footer {
  padding: 0 10px 0 20px;
  background: #dddddd none repeat scroll 0%;
}
.twoColFixLtHdr #footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

