body {
	background: #eeeeee;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #013B71;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color: #013B71;
}
img {
	border: none;
}
p {
	text-align: justify;
}
#container {
	width:750px;
	margin: 0px auto;
	padding: 0px 25px;
	background: #eeeeee url(images/background.gif) top center repeat-y;
}

h1 {
	margin: 0px;
	padding: 5px;
}
#main {
	float:left;
	width:530px;
	padding: 10px;
}

#sidebar {
	float:left;
	width:200px;
	margin: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	font-size: 13px;
	border-bottom: 1px dashed #999;
}
#sidebar li a {
	display:block;
	width:170px;
	padding: 7px 15px;
	font-weight:bold;
	color: #dddddd;
}
#sidebar li a:hover {
	background-color: #05549e;
}
#footer {
	clear: both;
	width: 600px;
	height: 45px;
	margin: 0px auto;
	padding-left: 200px;
	padding-top: 15px;
	background: #013B71;
	background: url(images/footer-bg.gif) top center no-repeat; 
}
#header{
	clear: both;
	height: 60px;
	background: url(images/header-bg.gif) top center no-repeat; 

}
#footer p, #footer a {
	text-align:center;
	margin: 0px;
	color: white;
	font-size: 12px;
}
.central {
	display: block;
	text-align:center;
	margin:auto;
}
.property {
	clear: both;
}
.property img {
	float: left;
	margin: 5px 15px 5px 5px;
}
.property p {
	margin: 8px;
}
.property h3 {
	padding-top: 10px;
}
#carhire {
	border-collapse: collapse;
}
#carhire td {
	border: 1px solid #013B71;
	padding: 2px;
	text-align: center;
}

#right_col {
	width:200px;
	float:right;
}
.right_col_images {
	width:190px;
	float:right;
	margin:5px;
}

.large_property_img {
	width:340px;
	float:left;
	margin:5px;
}
.small_property_img {
	width:165px;
	float:left;
	margin:5px;
}

.small_property_img_right {
	width:165px;
	float:right;
	margin:5px;
}