@charset "utf-8";
body  {
	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;
	background-color: #666666;
	background-image: url(pics/background-main.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.twoColFixLtHdr #header {
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 92px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	text-align: left;
	margin-top: 0px;
} 
.twoColFixLtHdr #header table{
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
	margin-bottom:0px;
	background-color: #000000;
}

#headercap
{
	background-color: #FFFFFF;
	background-image: url(pics/headercap.jpg);
	height: 7px;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px !important;
	font-size:1px;
	line-height:0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 85px;
	height: 100%;
	border-right: solid 1px #956018;
	background-color: #CCB088;
	padding-left:5px;
	padding-top: 0px;
	margin-top:0px;
	
}
	

.twoColFixLtHdr #mainContent {
	height: 100%;
	width: 800px;
	float: right;
	margin-top: 10px;
	background-image: url(pics/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
} 
.twoColFixLtHdr #mainContent td{
padding-right: 20px;
}

.twoColFixLtHdr #footer {
	background-image: url(pics/footer.jpg);
	background-position: bottom;
	height: 25px;
	background-repeat: repeat-x;
	border: 1px solid #000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content_left
{
float:left;
width:300px;
margin-left: 10px;
margin-top: 17px;

}

#content_right
{
float:right;
width:400px;
margin-right: 15px;

text-align:left;
margin-top: 10px;
}

#content_right img
{
border: 0px;
margin: 10px;
border: 1px solid #000;
}