body {
	padding: 35px 0;
	height: auto;
}

#container {
	min-height: 0;
	background: url(../img/container_home.png) top right repeat-y #ffffff;
	padding: 12px 0 0 0;
}

#header {
	position: relative;
	width: 951px;
	height: 495px;
	margin: 0 27px 0 12px;
	left: 0;
	top: 0;
}

#header h1 {
	background: url(../img/header_h1.jpg);
}

* html #header h1 {
	background: url(../img/header_h1.jpg);
	filter: none;
}

#content {
	float: none;
	display: block;
	width: auto;
	margin: 0;
	border: none;
}

#content h2, #content h3, #col1 {
	display: none;
}

#media {
	width: 951px;
	height: 175px;
	left: 12px;
	top: 573px;
}

#sitemeta {
	float: none;
	display: block;
	width: auto;
	margin: 0;
	padding: 12px 27px 0 12px;
	border: none;
}

#menu {
	padding: 0;
	background: #a8b85a;
	height: 42px;
	padding: 0 12px;
}

#menu li li {
	float: left;
}

#menu li li a {
	height: 42px;
	text-indent: -999%;
	overflow: hidden;
	background-position: 0px 0px;
}

#menu li li:hover a,
#menu li li.hover a {
	background-position: 0px 42px;
}

#footer {
	height: 15px;
	margin: 199px 0 0 0;
	background: url(../img/footer_home.png);
}

#footer * {
	display: none;
}