/* CSS Document */

body {
	font-weight: 700;
	line-height: 150%;
}

div#container {
	width: 845px;
	height: auto;
	overflow: hidden;
}

div#header {
	background-image:url(hornes_header.jpg);
	background-repeat: no-repeat;
	width: 841px;
	height: 169px;
}

div#header_image {
	padding-left: 20px;
	padding-top: 15px;
}

div#content {
	background-image:url(hornes_mid_bg.jpg);
	background-repeat: repeat;
	width: 841px;
}

div#content_text {
	padding-left: 20px;
}

div#footer {
	background-image:url(hornes_footer.jpg);
	background-repeat: no-repeat;
	width: 841px;
	height: 153px;
}

div#footer-left {
	width: 480px;
	float:left;
}

div#footer-right {
	float:left;
	margin-top: 50px;
	text-align: right;
}