
* {
	margin: 0;
	padding: 0;
	outline: none;
}

/** Links. */

a:link,
a:visited {
	text-decoration: none;
	color: #120888;
}

a:active,
a:hover {
	background: #C8C3C3;
}


p {
	margin-bottom: 1ex;
}

ul {
	list-style: none;
}

body {
	background: #fcce55;
	font-family: 'Verdana', 'Arial', sans-serif;
}


div#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: url('http://kmpeyton.co.uk/wordpress/wp-content/themes/kmpeyton.co.uk/header-img-y200.png') repeat-x;
	margin-top: 20px;
}

div#headerinner {
	position: relative;
	width: 850px;
	height: 200px;
	margin: 0 auto;
}

img#horse {
	position: absolute;
	top: 0;
	left: 0;
}

h1 {
	position: absolute;
	top: 40px;
	right: 250px;
	font-family: 'Palatino Linotype', 'Georgia', 'serif';
	font-size: 56px;
	text-align: center;
	font-weight: normal;
}

span#strap {
	font-size: 75%;
	font-style: italic;
}

img#flower {
	position: absolute;
	bottom: 0;
	right: 150px;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	text-decoration: none;
	color: #000000;
	background: none;
}


div#wrapper1 {
	position: relative;
	width: 100%;
	float: left;
}

div#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

div#content {
	position: relative;
	float: right;
	width: 700px;
	margin: 0 20px;
}

h2 {
	margin-bottom: .5ex;
}

div#table {
	width: 100%;
}

div.tr {
	width: 100%;
}

div.td {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

div.alignright {
	float: right;
	padding: 0 0 0 10px;
}

div.alignright img.size-medium {
	margin-left: 10px;
}

div.alignleft {
	float: left;
	padding: 0 10px 0 0;
}

div.alignleft img.size-medium {
	margin-right: 10px;
}

p.wp-caption-text {
	display: none;
}





div#sidebar {
	position: relative;
	float: left;
	width: 120px;
	margin: 20px 0 0 20px;
}

li.page_item {
	text-align: left;
}





div#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 138px;
	margin-top: 30px;
	background: url('http://kmpeyton.co.uk/wordpress/wp-content/themes/kmpeyton.co.uk/footer-y138.png') repeat-x;
}
	
div#copyright,
div#siteby {
	position: absolute;
	bottom: 3px;
	font-size: 75%;
	/*height: 1ex;*/
}

div#copyright {
	left: 40px;
}

div#siteby {
	right: 40px;
}



