/* containers */
.wrapper {
	width:800px;
	position:relative;
	margin:auto;
	}
.headarea {
	background:url(images/header_grad.jpg) no-repeat;
	width:800px;
	height:155px;
	margin-bottom:2px;
	}
.maincontent {
	padding: 50px 0px 50px 0px;
	width:800px;
	}
.properties {
	padding: 50px 55px 50px 55px;
	width:690px;
	}
.footer {
	background:url(images/footer_grad.jpg) no-repeat;
	width:800px;
	height:69px;
	position:relative;
	}
.bplogo {
	background:url(images/bp_logo.png) no-repeat !important; background:url(images/bp_logo.gif) no-repeat;
	width:191px;
	height:106px;
	position:absolute;
	left: 29px;
	top: 26px;
	}
.propertytoday {
	position:absolute;
	left: 493px;
	top: 22px;
	}
.rightmove {
	position:absolute;
	left: 648px;
	top: 22px;
	}
.findus {
	position:absolute;
	left: 267px;
	top: 27px;
	}
.nav {
	background-color:#751630;
	width:800px;
	}
.leftcolumn {
	width:403px;
	}
.rightcolumn {
	padding: 60px 15px 0px 30px;
	width:352px;
	}
.piccontainer{
	padding-top:15px;
	}
	
/*--styling--*/
.left {
	float:left;
	}
.right {
	float:right;
	}
.leftcolumn h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 2px solid #751630;
	color: #751630;
	}
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
.bplogo h1{
	font: 24px Georgia, "Times New Roman", Times, serif;
	}
.bplogo span{
	position:absolute;
	left:-2000px;
	}
	
/*--navigation--*/
.nav ul {
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	}
.nav li {
	float:left;
	}
.nav li a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	border-right: solid 2px #FFFFFF;
	padding:8px 30px 8px 30px;
	float:left;
	background-color:#751630;
	}
.nav li a:hover{
	background-color: #440b1b;
	}
