@charset "UTF-8";
body  {
	/* background:url(../images/bg_body.jpg) repeat-x 0 0 #D5CDBC; */
		background:url(../images/bg_body.jpg) repeat-x 0 0 #D8D1C1;
	}
.wrapper #container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top:16px;
	}
.wrapper #header { 
	background:url(../images/bg_header.jpg) no-repeat 0 0 #F0EFEA; 
	padding: 0 14px;
	height:282px;
	} 

.wrapper #topper {
	background:#F0EFEA;
	padding: 0 14px;
	}
	#topper .left {
		float:left;
		width:26em;
		}
	#topper .right {
		float:right;
		width:26em;
		text-align:right;
		}
	#topper p {
		color:#9C968A;
		line-height:1.3em;
		margin:4px 0 0 0;
	}
	#topper p a {
		color:#4CB6E7;
		}
	


#navigation {
	float:right;
	margin-top:215px;
		margin-left: 425px; /* Added this value for IE6. The links were not right aligned as other browsers. */
	}

#navigation ul {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none; }
  #navigation ul li {
    float: left;
    display: inline; }
  #navigation ul li a,
  #navigation ul li.active,
  #navigation ul li.nonactive {
    float: left;
    border-right: solid 1px #A3D3F3;
    margin: 8px 8px;
    padding: .2em 1.0em .2em .6em;
    font-size: 1.7em;
	color:#FFF;
	}
  #navigation ul li a:hover,
  #navigation ul li a:active {
    text-decoration: underline;
    color: #222; 
	}
	
	
	

.wrapper #mainContent {
	float:left;
	background:url(../images/bg_content.jpg) repeat-y 0 0 #FFF;
  	padding: 20px 18px 0 20px;
} 

#mainContent .full {
	float:left;
	}

#mainContent .left {
	float:left;
	width:24em;
	min-height:200px;
	_height:200px;
	}
#mainContent .left img,
#mainContent .right img {
	margin:12px 0;
	}
#mainContent .right {
	float:right;
	width:24em;
	min-height:200px;
	_height:200px;
	}
	
	
	
	
#mainContent .block {
	float:left;
	}

.wrapper #footer { 
	padding:12px 14px 0 14px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:url(../images/bg_footer.jpg) no-repeat 0 0 #D5CDBC; */
		background:url(../images/bg_footer.jpg) no-repeat 0 0;
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#9C968A;
}

/* Miscellaneous classes for reuse */
.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;
}
