@charset "UTF-8";
/* CSS Document */
html {
	min-height:100%;
	position:relative;
	background:#ffffff url('http://www.gatcombehorsetrials.co.uk/wp-content/themes/gatcombe/images/Hotel & Garden.jpg') fixed no-repeat right bottom;
}
#wrapper {
	margin: 0 auto;
	width: 860px;
	background-color: #ffffff;
}
#header {
	height: 200px;
	background-color: #ffffff;
	background-image: url(images/gatcombelogo.jpg);
	background-position: 15% 20%;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.sponsor1 {
	float: left;
	text-align: center;
	width: 250px;
	margin-top: 22px;
}
.sponsor2 {
	float: right;
	text-align: center;
	width: 480px;
	margin-top: 10px;

}
#eventdetails {
	float: left;
	text-align: center;
	width: 330px;
	margin-top: 190px;
	margin-left: 10px;

}
#sponsors {
	text-align: center;
}
#menuarea {
	width: 150px;
	float: left;
}
#contentarea {
	width: 690px;
	float: right;
	padding: 0 10px;
	color: #23253C;
	font: 12px Arial, Helvetica, sans-serif;
}
#contentarea h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contentarea h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-color: #23253c;
	text-align: center;
	padding: 5px 0;
}

/* MENU STYLE */

#menu {
	background: #23253c;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menu li {
	font: 14px "Helvetica";
	font-weight: bold;
	test-align: center;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #003366;
	padding-bottom: 8px;
}