/* .styles needed to be broken out for IE6 */
#container.index {
	background-image: url(../images/backgrounds/index.jpg);
	height: 882px;
	background-position: 8px 0px;
	background-repeat: no-repeat;
}

#container.index #left-shadow {
	background-image: url(../images/backgrounds/body_left_gradient.jpg);	
}

#container.index #right-shadow {
	background-image: url(../images/backgrounds/body_right_gradient.jpg);	
}

#container.index #left #left-content table tr td a {
	color: #695625;
}
#container.index #left #left-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574A26;
	line-height: 14px;
}
#container.index #left #left-content table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container.index #left #left-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#container.index #footer {
	padding-top: 120px;
	padding-left: 12px;
}
