@charset "UTF-8";
body  {
	background: url(../images/site_bg.jpg) no-repeat #14306C;
	margin: 0;
	padding: 0;
	margin-top:15px;
	text-align: center;
	color: #8A7A67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	border:solid 8px #fff;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/container_bk.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container2 {
	width: 980px;
	margin: 0 auto;
	border:solid 8px #fff;
	text-align: left;
	background-color: #FFFFFF;
}
 
.twoColFixLtHdr #header {
	width:780px;
	float:left;
	padding: 0px;
	margin:0px;   
	background-image: url(../images/header_bk.jpg);
	background-repeat: repeat-x;
	height: 93px;
	 
} 
.twoColFixLtHdr #banner {
	width:780px;
	float:left;
	padding: 0px;
	margin:0px;  
	border-top:solid 8px #fff; 
	border-bottom:solid 6px #fff; 
  
} 
/**.twoColFixLtHdr #header h1, h1 a{
	padding:0px;margin:0px;
	position: relative;
	z-index: 200;
	width: 183px;
	height: 93px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
	float:left;
}*/

#sidebar1 {
	float:left;
	width: 212px;
	padding: 0px;
	margin:0px 5px 0 0;
}

#mainContent { 
	margin:0;
	width:563px;  
	padding:0; 
	float:left;
}

.body {
	padding:0 20px;
}

#mainContent div.topleft{
	background-color:#C0B893;
	float:left;
	width:443px;
	padding:20px 100px 20px 20px;
	color:#fff;
	margin-bottom:25px;
	 
}

.twoColFixLtHdr #mainContent div.body { 
 	padding:;
}  

.twoColFixLtHdr #mainContent2 { 
	margin: 0;  
	padding: 0; 
}

.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:dotted 2px #BFB5A8;
	text-align:right;
	width:533px;
	margin:25px 0 0 217px;
	
} 
.twoColFixLtHdr #footer a {

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
	padding-left: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;
}
.clearLeft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearRight { /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header a.logo {
	float:left;
	width:183px;
	height:93px;
	background:url(../images/logo.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header .right-col {
	float:right;
	text-align:right;
}

#header .tag {
margin:15px 0 0 0;
}






