body {
	margin: 0;
	padding: 0;
}
#header {
	width:800px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 234px;
	height: 250px;
	float: left;
}
#header h1 a {
	display: block;
	width: 234px;
	height: 250px;
	text-indent: -9999em;
	background: transparent url(images/bg_logo.jpg) no-repeat scroll 0 -1px;
}
#slideshow_wrapper {
		border: 6px solid #1D7417;
		width: 526px;
		height: 235px;
		float: left;
		overflow: hidden;
}
#slideshow_wrapper ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	float: left;
	z-index: 1;
}
#slideshow_wrapper ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 526px;
	height: 235px;
	overflow: hidden;
}