/* WebMaestro Web Design */
/* Wensley House Limited (c)2010  www.wensleyhouse.com */
/* Web site : www.hauxwellgrangecottages.co.uk */
/* Version: 1.0 */
/* Date: 09 March 2010 */
/* File Name: styles.css */
/* Changes: none, original version */
/* Status: Development */
body {
		font-size:75%;
		background:#fff;
		text-align:center;
}

a:link {
		text-decoration:underline;
		color:#36516f;
}

a:visited {
		text-decoration:underline;
		color:#36516f;;
}

a:hover {
		text-decoration:none;
		color:#f00;
}

h1 {
		font-family:Arial, Verdana, sansserif;
		font-size:1em;
		color:#36516f;
		text-align:left;
		font-weight:bold;
}
ul {
		line-height:2;
	
}	

#wrapper {
		padding:0px;
		margin:0px;
		width:743px;
		margin-left:auto;
		margin-right:auto;
		background-color:#fff;
}
#header {
		font-family:Times New Roman, serif;
		font-size:3em;
		color:#36516f;
		background-color:#fff;
		text-align:left;
}

#left {
		height:285px;
		width:428px;
		float:left;
}

#topnav {
		height:285px;
		width:168px;
		float:left;
}

#right {
		height:285px;
		width:147px;
		float:left;
}

#content {
		font-family:Arial, Verdana, Sansserif;
		background:#e1e8f1;
		padding:30px;
		color:#36516f;
		text-align:left;
}

#body_left {
		width:440px;
		float:left;
	
}

#body_right {
		float:right;
		text-align:center;

}

#title {
		font-family:Times New Roman, serif;
		font-size:2em;
		color:#36516f;
		background:#e1e8f1;
		text-align:left;
}
.title {
		font-family:Times New Roman, serif;
		font-size:2em;
		color:#36516f;
		background:#e1e8f1;
		text-align:left;
}

#map_canvas {
	
		border:1px solid #36516f;
		background:#fff;
		padding:0px;
}
#todoimages {
		float:right;
		width:300px;
		text-align:center;
}

#foot {
		background:#e1e8f1;
}

#botnav {
		font-family:Arial,Verdana,sansserif;
		font-size:1em;
		text-align:center;
		color:#36516f;
		background:#e1e8f1;
		border-top:1px solid #36516f;
		padding-top:5px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
}

#botnav ul{
		margin:0;
		padding:0;
}

#botnav li{
		display:inline;
		padding-left:10px;
		padding-right:10px;
}

#botnav a:link {
		text-decoration:none;
		color:#36516f;
}

#botnav a:visited {
		text-decoration:none;
		color:#36516f;
}

#botnav a:hover {
		text-decoration:underline;
		color:#36516f;
}

#copyright {
		font-family:Arial,Verdana,sansserif;
		font-size:0.9em;
		text-align:center;
		color:#36516f;
		background:#e1e8f1;
		padding-top:5px;
}

#logo {
		padding:0px;
		margin:0px;
		text-align:right;
		padding-right:30px;
		background:#e1e8f1;
}

#base {
}

.clr {
	clear:both;
}

.centered { 
	text-align:center;
}
.img-left {
	float:left;
	margin:10px;
}