
	#main #home_flash {
		position: relative;
		width: 817px;
		margin: 0 66px 0 67px;
	}


	#home_buttons {
		width: 950px;
	}	
	
		#home_button_left {
			height:81px;
			width: 241px;
			margin: 15px 17px 0 67px;	
			background:url(../img/home_button_left.png) no-repeat;
			float: left;					
			padding: 40px 10px 10px 10px;
			line-height: 20px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 13px;
			color: #fff;	
		}
			#home_button_left #button_arrow {
				width: 40px;
				height: 40px;
				margin-top: 41px;
				margin-left: 201px;
				position: absolute;
				z-index: 200;
			}
	
		#home_button_middle {
			height: 81px;
			width: 241px;
			margin: 15px 0 0 0;	
			background:url(../img/home_button_middle.png) no-repeat;
			float: left;
			padding: 40px 10px 10px 10px;
			line-height: 20px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 13px;
			color: #fff;					
		}	
			#home_button_middle #button_arrow {
				width: 40px;
				height: 40px;
				margin-top: 40px;
				margin-left: 201px;
				position: absolute;
				z-index: 200;
			}
				
		#home_button_right {
			height: 81px;
			width: 241px;
			margin: 15px 66px 0 17px;
			background:url(../img/home_button_right.png) no-repeat;
			float: right;
			padding: 40px 10px 10px 10px;
			line-height: 20px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 13px;
			color: #fff;						
		}
			#home_button_right #button_arrow {
				width: 40px;
				height: 40px;
				margin-top: 40px;
				margin-left: 201px;
				position: absolute;
				z-index: 200;
			}
				
		#home_buttons a.home_button {
			color: #fff;
			text-decoration: none;
			border-bottom: none;
		}
		#home_buttons a.home_button:hover {
			border-bottom: 1px #fff dotted;
		}	
		
		#button_arrow img {
			border: none;
		}
		#button_arrow a {
			border: none;
			text-decoration: none;
		}		
		
	#home_clear {
		clear: both;
	}	