/* CSS Document Fall */

body {
	background-image: url(../images/themes/fall_wallpaper.jpg);
	background-repeat:repeat;
	color: #592E00;
}
a, a:hover, a:visited {
	color: #B75E02;
}

#searchBox {
	background-color:#592E00; 
	height: 260px; 
	width: 190px;
	padding: 6px;
	color: #B75E02;
}
#whiteBox {
	padding: 6px;
	top: 280px;
	left: 214px;
	width: 675px;
}
#mainImage {
	background-color:#592E00; 
	padding: 6px;
	right: 0px;
}
#mainImage div {
	height: 175px;
	width: 675px;
	background-image: url(../images/themes/fall_main_image.jpg);
	background-repeat: no-repeat;
}

#footer {
	padding: 30px 10px 0 0;
	background-color:#592E00;
	width: 950px;
	color: #B75E02;
}	


