html{
	height: 100%;
}

body { 
	background: #aea49c url(../images/background-top.jpg) no-repeat center top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


/*  Containers
===================================================================================*/


.wrapper {
	width: 1060px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -124px;
}

.banner {
	float: right;
	width: 788px;
	height: 395px;
	margin: 0px;
	padding: 0px;
}

.body_container_left {
	position: absolute;
	width: 282px;
	height: 780px;
	margin: 0px;
	padding: 0px 20px 0px 58px;
}

.menu_container {
	width: 677px;
	height: 30px;
	margin: 0px;
	padding: 10px 0px 0px 23px;
}

.body_container {
	background: transparent;
	float: right;
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}

.body_container_text {
	border: none 0px #000000;
	float: left;
	width: 582px;
	margin: 0px;
	padding: 25px 0px 50px 23px;
}

.push {
	background: transparent;
	width: 100%;
	height: 124px;
	margin: 0px;
	padding: 0px;
}

.footer {
	background: transparent url(../images/background-footer.jpg) repeat-x bottom;
	width: 100%;
	height: 124px;
	margin: 0px;
	padding: 0px;
}

.footer_text {
	border: none 0px #000000;
	float: left;
	width: 582px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}


/*  Character Styles
===================================================================================*/


.body_container_text p {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.body_container_text h1 {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.body_container_text h2 {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.body_container_text h3 {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.body_container_text ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 10px 0px 10px 40px;
}

.body_container_text li {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.body_container_text a:link {font-weight: normal; text-decoration:none; color:#504237;}
.body_container_text a:visited {font-weight: normal; text-decoration:none; color:#504237;}
.body_container_text a:active {font-weight: normal; text-decoration:underline; color:#0b2734;}
.body_container_text a:hover {font-weight: normal; text-decoration:underline; color:#0b2734;}


.menu_container ul {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.menu_container ul li {
	list-style: none;
	display: inline;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.menu_container ul li a {
	background: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.menu_container ul li a:link {font-weight: normal; text-decoration:none; color:#ffffff;}
.menu_container ul li a:visited {font-weight: normal; text-decoration:none; color:#ffffff;}
.menu_container ul li a:active {font-weight: normal; text-decoration:none; color:#89bec8;}
.menu_container ul li a:hover {font-weight: normal; text-decoration:none; color:#89bec8;}

.footer_text p {
	color: #0b2734;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.footer_text a:link {font-weight: normal; text-decoration:none; color:#0b2734;}
.footer_text a:visited {font-weight: normal; text-decoration:none; color:#0b2734;}
.footer_text a:active {font-weight: normal; text-decoration:underline; color:#0b2734;}
.footer_text a:hover {font-weight: normal; text-decoration:underline; color:#0b2734;}


/*  Positionings
===================================================================================*/


img {border: none;}

.floatright_flush {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

 .floatleft_flush {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}