	/*
	 * fab finch
	 * HOME
	 *
	 * nav link: #333333;
	 * nav active: #F7EBCF;
	 * nav yellow: #EBC420;
	 *
	 */

	body.home {
		background-image: url(../cmsimages/home_body_bg.jpg);
		background-repeat: no-repeat;
		background-position: center 379px;
	}

	#page {
	 	margin: 0px auto;
		text-align: left;
		width: 802px;
		margin-bottom: 20px;
	}

	#header {
		background-image: url(../cmsimages/home_header_bg.gif);
		background-repeat: no-repeat;
		background-position: left 21px;
		height: 83px;
	}

	#header #logo {
		margin-left: 30px;
		float: left;
	}

	ul#nav {
		float: right;
		position: relative;
		top: 28px;
		width: 475px;
	}
	ul#nav li {
		margin-top: 5px;
		margin-left: 10px;
		float: left;
	}

	#content {
		width: 802px;
		height: 601px;
		background-image: url(../cmsimages/home_content.jpg);
		background-repeat: no-repeat;
	}

	#terms, #copyright {
		position: relative;
		top: 585px;
		right: 5px;

		font-size: 10px;
		float: right;
		width: 350px;
		text-align: right;
		/*color: #96715D;*/
		/*color: #311A14;*/
		color: #EBC420
	}

	#terms { 
		left: 5px;
		text-align: left;
		float: left; 
	}

	#terms a {
		font-size: 10px;
		color: #4A8E9D;
		text-decoration: none;
	}


	#footer {
		width: 802px;
		font-size: 10px;
		clear: both;
		margin-top: 5px;
	}

	#footer #affiliates {
		clear: both;
	}

	#footer2 {
		margin: 0 auto;
		width: 802px;
	}