/*
	Classes CSS - [East Kent Wills Legacy]
	Created on [17/11/2011]
	
	Created by DCD Web Services - http://www.dcdweb.com
*/
.hidden {
	display:			none;
}

.clearer {
	display:			block;
	clear:				both;
}

img.left {
	float:				left;
	margin:				0 10px 5px 0;
}

img.right {
	float:				left;
	margin:				0 0 5px 10px;
}

img.border {
	border:				1px solid;
}

.inner {
	display:			block;
	width:				960px;
	margin:				0 auto 0 auto;
}


.copyright_footer{
	float: left;
	padding-top: 10px;
}

.dcd_stuff{
	float: right;
	padding-top: 10px;
}
