/************************************************************************

	RE-USABLE CORE CSS-FRAMEWORK 
	============================

	Resets and formats basic HTML elements, providing a blank canvas to 
	build CSS styles on

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Reset Universal Styles
	Tools
	
************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, legend, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address { 
	font-size: 100%;
	margin: 0;
	padding: 0;
}

address, abbr { 
	font-style: normal;
}

body, a {
	color: #000;
}

body {
	background-color: #fff;
	font-size: 62.5%;
}

a { 
	text-decoration: none;
}

dt	{
	font-weight: bold;
}

ul { 
	list-style: none;
}

blockquote {
	margin-left: 1em;
}

img {
	border: none;
	display: block;
}

table {
	border: none;
}

/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessability {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #c0a783 url('i/layout/tile.gif') 0px 100px repeat-x;
}

a{
	color: #FFF;
	text-decoration: none;
}

div#effings {
	background: url('i/layout/effings.jpg') no-repeat;
	width: 408px;
	height: 301px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

div.ag {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 400px;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	color: #FFF;
}

div.location {
	padding-top: 30px;
}

div#map {
	width: 408px;
	height: 301px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 2px solid #990000;
}