html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow-y : scroll;
}

body{margin:0;padding:0;
	text-align:center;
	background-color: #dee6eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
p{margin:0 10px 10px}
a{color: #981793}

div#container{text-align:left;width:760px;margin:0 auto;
background:#FFFFFF;}

div#tel{
color:#FFFFFF;
float:right;
padding:10px;
}

div#content{
	float:left;
	width:500px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height:410px;
    height:auto !important;
    height:420px;
}
div#rightcol{
	float:right;
	width:250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#content p{
	line-height:1.4em;
}
#content h1 {
	color: #1c83be;
	font-size: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content h2 {
	color: #1c83be;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#header {
width:760px;
height:80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;text-indent:-900em;}
  
div#logo{
background-image:url(../wharfeconlogosmall.jpg);
background-position:top right;
background-repeat:no-repeat;
}
div#extra{
	clear:both;
	width:100%;
	height:39px;
	background-color: #1c83be;
	text-align: center;
	background-image:url(smallbricks.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#extra p {
font-size: 0.8em;
color: #ffffff;
padding:10px 0 10px 0;
}
#extra a:link,#extra a:visited,#extra a:hover,#extra a:active{
text-decoration:underline;
color:#FFF;
}
div#footer{
	color: #FFF;
	background-color: #e58f24;
	text-align: center;
}
div#footer p{margin:0;padding:5px 10px}

#footer a {
	font-size: 0.8em;
	color: #FFFFFF;
}
.wideimage {
	margin-bottom: 10px;
	clear: both;
}
.leftsmall {
	float: left;
	margin-bottom: 10px;
}
.rightsmall {
	float: right;
	margin-bottom: 10px;
}
.smallcoloursleft {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.smallcoloursright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


div#navigation {
float:left;
background-color: #1c83be;
width:760px;
height:auto;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	background-color: #1c83be;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right:15px;
	color: #FFFFFF;
}


#nav a:hover {
	background-color: #b8d6e7;
	color:#000000;
}

#nav li {
	float: left;
}


