body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(http://www.anthonyparker.co.uk/images/grass.jpg) repeat;
	color: #f1d9ad;
	margin: 0px;
	padding: 0px;
}
/*---container styles------*/

#container {
	width: 850px;
	background: #f1d9ad url(http://www.anthonyparker.co.uk/images/bg.png) repeat-x;
	padding: 0px;
	margin: 20px auto 0px;
}

/*----header styles------*/

#header {
	background: url(http://www.anthonyparker.co.uk/images/header_bg.png) no-repeat;
	float: left;
	height: 158px;
	width: 850px;
	margin-top: 16px;
}

#logo {
	float: left;
	margin-top: 45px;
	margin-left: 50px;
	
}

#search {
	float: right;
	margin-top: 65px;
	margin-right: 50px;
}
.search-field {
	font-style: italic;
	color: #FFF;
	background: #c2a346;
	padding: 4px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #6f5e01;
	}
	.search-btn {
	margin-top: 1px; /*ADDS A TOP MARGIN TO SEARCH BUTTON IN IE*/
	vertical-align: top;
 }  


/*-------navigation styles--------*/
#navigation {
	height: 33px;
	width: 750px;
	background: url(http://www.anthonyparker.co.uk/images/nav_bg.png) repeat-x;
	margin-left: 50px;
	padding: 0px;
	clear: both;
}




.nav-links li {
	list-style-type: none;
	text-align: center;
	background: url(../images/seperator.png) no-repeat left;
	height: 28px;
	padding: 0px;
	margin: 0px;
	float: left;
	vertical-align: middle;
	width: 110px;
 }  


#main-content {
	background: #f1d9ad url(http://www.anthonyparker.co.uk/images/main_bg.png) no-repeat bottom;
	float: left;
	height: 386px;
	width: 486px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 20px;
	margin-bottom: 40px;
}
#content {
	background: #f1d9ad url(http://www.anthonyparker.co.uk/images/content_bg.png) bottom;
	float: left;
}
#slideshow {
	height: 200px;
	width: 850px;
	float: left;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
}
#footer {
	background: #F1D9AD url(http://www.anthonyparker.co.uk/images/shed-footer.png) repeat-x;
	width: 850px;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 47px;
	display: inline;
	float: left;
	list-style: url(none);
	text-decoration: none;
	color: #FFF;
	position: relative;
}


p {
	font-size: 11px;
	line-height: 22px;
	text-align: justify;
	padding: 0px;
}
#footer ul {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer img {
	float: right;
	position: absolute;
	right: 30px;
	bottom: 7px;
}
.clear {
	clear: both;
}





.italic-white {
	font-style: italic;
	color: #FFF;
}
#sidebar {
	height: 426px;
	width: 242px;
	background: url(http://www.anthonyparker.co.uk/images/sidebar.png) no-repeat;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content {
	width: 850px;
	background: #f1d9ad url(http://www.anthonyparker.co.uk/images/content_bg.png) no-repeat bottom;
}

.mail li {
	float: right;
	list-style: none;
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: middle;
}


.nav-links li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	display: block; /*DISPLAYS THE NAV LINKS AS A BLOCK ELEMENT*/
	height: 28px;
	width: 110px;
	padding-top: 8px;
	float: none;
	     

 }  



.nav-links li a:hover {  

     color: #c2a346;

 } 

