html, body{
  margin:0px;
  padding:0px;
  height:100%;
  border:none
}

body {
	background-image:url('../images/horse_diverse_background1.jpg');
}

a {
	text-decoration:none;
	color:#5b4434;
}
a:hover {
	text-decoration:underline;
}

div#container {
	display: block;
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 100%;
	background-image:url('../images/horse_diverse_background.jpg');
	background-repeat:no-repeat;	
} 

div#center {
	float: left;
	width: 543px;	
}

div#top_menu_holder {
	height: 40px;
	width: 543px;	
}
div#contents {	
	height: 550px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 62px;
	padding-top:10px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5b4434;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5b4434;
}
