﻿div.wrapper {
	background-color: #fff;
	width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto; }
body {
	color: black;
	background-color: white;
	margin: 0; }
/*Floating Header Images*/
div.floating_top_headers {
	background-color: #fff;
	top: 0;
	left: 0;
	width: 1008px;
	padding-bottom:15px;
	/*height: 137px;*/
	z-index: 0;
	visibility: visible; }
/*Top Navigation*/
div.floating_top_nav {
	position: relative;
	top: 25px;
	left: 257px;
	width: 100%;
	z-index: 2;
	visibility: visible;
	float: none; }
/*Content Columns*/
td.column1 {
	background-color: #d1d4b1; /*change this*/
	width: 438px;
	border-right: 18px solid #fff; }
td.column2 {
	background-color: #566423; /*change this*/
	background-image: url(../images/column2_background.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	width: 295px; }
td.column3 {
	background-color: #fff;
	background-image: url(../images/image_repeater_left.gif); /*change image*/
	background-repeat: repeat-y;
	background-position: 0 top;
	width: 257px; }
td.column4 {
	background-color: #d1d4b1; /*change this*/
	width: 752px;
	}
table.column1_2_3 {
	width: 1008px; }
/*Content Columns Special Features*/
td.column1_arrow {
	background-image: url(../images/column1_arrow.jpg); /*change image*/
	background-repeat: no-repeat;
	background-position: 100% center;
	width: 448px;
	overflow: auto; }
table.column1_arrow {
	position: absolute;
	top: 260px; /* changes location of column 1 up higher */
	width: 448px;
	overflow: auto; }
/*Content Columns Padding
*/
div.column1_padding {
	padding: 12px; }
div.padding_column4 {
	padding: 20px; }
div.padding_column2 {
	padding: 20px; }
/*Footer
*/
div.footer {
	background-color: #b0b579; /*change this*/
	width: 1008px; }
div.footer_nav {
	color: #566423;
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-decoration: none;
	z-index: 2;
	visibility: visible;
	float: none; }
