.x_input { display: none; }

/******
 * LAYOUT
 ******/
 	body {
 		background-color: #879b48;
 		margin: 0px;
 		padding: 0px;
 	}
	#wrapper {
		width: 938px;
		margin: 0px auto;
		background-color: white;
	}
	#top {
		height: 160px;
		position: relative;
	}
	#logo {
		position: absolute;
		width: 324px;
		height: 105px;
		top: 30px;
		left: 50px;
		background-image: url(/images/logo.png);
	}
	#top_right {
		width: 148px;
		height: 136px;
		position: absolute;
		top: 0px;
		right: -40px;
		background-image: url(/images/top_right.png);
	}
	#top_date {
		width: 328px;
		height: 63px;
		background-image: url(/images/top_date.png);
		position: absolute;
		top: 112px;
		left: 500px;
	}
	#nav {
		height: 40px;
		padding-left: 23px;
		background-color: #cddb2b;
		overflow: hidden;
	}
	#nav a {
		display: block;
		float: left;
		font-family: Gil sans, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		padding: 11px 22px;
		color: #a30b0b;
		text-decoration: none;
	}
	#nav a:hover {
		color: #355F3C;
	}
	#bottom {
		background-image: url(/images/bg_bottom.jpg);
		background-repeat: no-repeat;
		padding: 100px 80px 0px 80px;
	}
	#content_top {
		width: 776px;
		height: 28px;
		background-image: url(/images/bg_content_top.png);
		background-repeat: no-repeat;
	}
	#content_middle {
		width: 696px;
		padding: 0px 40px;
		color: white;
		background-image: url(/images/bg_content_middle.png);
		background-repeat: repeat-y;
	}
	#content_bottom {
		width: 776px;
		height: 28px;
		background-image: url(/images/bg_content_bottom.png);
	}
	#footer {
		height: 135px;
		margin-top: 20px;
		padding-bottom: 20px;
		position: relative;
		text-align: center;
		color: #a30b0b;
	}
	#footer a {
		color: #a30b0b;
	}
	#footer_left {
		position: absolute;
		width: 269px;
		height: 232px;
		background-image: url(/images/footer_left.png);
		bottom: 0px;
		left: -126px;
	}
	#footer_right {
		position: absolute;
		width: 270px;
		height: 225px;
		background-image: url(/images/footer_right.png);
		bottom: 0px;
		right: -110px;
	}



form { margin: 0px; }
a { color: white; }