/*------------------------------------------------------------------
Default Elements
------------------------------------------------------------------*/

body{
    background: #dbbe78;
	margin:0;
	padding:0;
	}
	
img, div, a { behavior: url(iepngfix.htc) }

/*------------------------------------------------------------------
Structure
------------------------------------------------------------------*/

#container {
	background: url(images/bg_side_shadows.jpg) repeat-y;
	width: 947px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #dbbe78 url(images/bg_header.jpg) no-repeat;
	position: relative;
	width: 947px;
	height: 46px;
	padding: 0;
	margin: 0;
}

#bgcontainer {
	background: #f3eac8 url('images/bg_main.jpg') no-repeat;
	position: relative;
	width: 900px;
	min-height: 685px;
	margin-left: 22px;
}

#right {
	width: 617px;
	padding: 264px 0px 0px 0px;
	margin: 0px 0px 0px 244px;
	background-color: #;
}

#left {
	float: left;
	width: 190px;
	margin: 206px 0px 0px 0px;
	padding: 0px 0px 0px 46px;
	color: #999999;
	background-color: #;
}

#FooterContainer {
	background: #dbbe78 url(images/bg_footer.jpg) no-repeat;
	position: relative;
	height: 28px;
	clear: both;
}

/*------------------------------------------------------------------
Page Elements
------------------------------------------------------------------*/

#logo {
	width: 251px;
	position: absolute;
	top: -22px;
	left: 0px;
	z-index: 100;
	}
	
#subhead {
	width: 615px;
	height: 52px;
	position: absolute;
	top: 15px;
	left: 245px;
	z-index: 99;
	}

#HeaderPhotos {	
	width: 617px;
	position: absolute;
	top: 69px;
	left: 244px;
	z-index: 99;
	}
	
#RightCol1 {
	float: left;
	width: 306px;
	}
	
#RightCol2 {
	margin-right: 1px;
	float: right;
	width: 305px;
	}
	
.ContentPadding1 {
	padding: 0px 20px 0px 20px;
	}
	
.ContentGoldBGPadded {
	background: #dbbe78;
	padding: 8px 20px 8px 20px;
	}
	
.ContentGreenBGPadded {
	background: #99b459;
	padding: 8px 20px 8px 20px;
	}
	
.ContentBurgandyBGPadded {
	background: #580f16;
	padding: 8px 20px 8px 20px;
	}
	
.ContentRustBGPadded {
	background: #943a14;
	padding: 8px 20px 8px 20px;
	}
	
#FooterLeft {
	padding: 14px 0px 0px 28px;
	float: left;
	text-align: left;
	}
	
#FooterRight {
	padding: 14px 28px 0px 0px;
	float: right;
	text-align: right;
	}

