/************************/
/*	LAYOUT STYLES		*/
/************************/

body {
	background-color:  #658E73;
	background-image:  url('../images/index/index-bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#index_bodycopy {
	margin: 0px;
	padding: 0px;
	width: 778px;
}


#index_wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 778px;
}
#index_footer {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
#index_footer p {
	margin: 0px;
	padding: 0px 55px 0px 45px;
}

#index_footer a {

	font-family: "Courier New", Courier, mono;
	color: #F41B00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#index_footer a:hover {

	font-family: "Courier New", Courier, mono;
	color: #F41B00;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
}

#index_footer a:active {

	font-family: "Courier New", Courier, mono;
	color: #F41B00;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
}
#index_footer a:visited {

	font-family: "Courier New", Courier, mono;
	color: #F41B00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
