/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Avenue Estate Agents
Version:		1.0
Last change:	NA
Assigned to:	Richard Spencer Davies
Primary use:	Website

Designed by ExpertAgent (http://www.expertagent.co.uk)
-------------------------------------------------------------------*/

/* Global Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;}

/* Main CSS Styles */
body{
	background: #ebebeb url("../images/bg.gif") center repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

h1{
	font-size: 24px;
	padding-top: 20px;
	line-height: 30px;
	font-style: italic;
}

h2{
	font-size: 14px;
	font-weight: bold;
}

/* Div's */
.container {margin: 0px auto; width:840px; }
.left {float: left; width:240px; margin-left:15px; margin-top:20px; }
.right {float: right; width:560px; margin-left:15px; margin-top:20px; margin-right:10px;}
.topspacing {margin-top:20px;}
.contactus{
	background: #ebebeb url("../images/contactusbg.gif");
	height:175px;
	width:521px;
}

.contactustext1{
	float:left;
	position:relative;
	left:50px;
	top:50px;
	line-height:20px;
}

.contactustext2{
	float:left;
	position:relative;
	left:130px;
	top:50px;
	line-height:20px;
}