/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: small;
	background-color: #F4F4F4;
}

#container {
	width: 765px;
	background-image: url(images/top-image.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: white;
}

#main {
	height: 183px;
	background-image: url(images/top-strip.gif);	
	background-color: White;
	background-repeat: repeat-x;
	background-position: top;
	
}

#left-nav {
	width: 184px;
	float: left;
	background-image: url(images/leicester-map.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	height: 461px;
}

#left-nav a {
	font-weight: bold;
	color: White;
	text-decoration: none;
	text-align: right;
	
	}

#left-nav p {
	font-weight: bold;
	color: White;
	text-align: right;
	
}

#left-nav a:hover {
	text-decoration: underline;
}

#content {
	width: 550px;
	float: right; 
	padding: 0px 10px 20px 10px;

}

#content h1 {
	color: #B2001A;
	font-size: 1.4em;
	margin: 0px;
	margin-bottom: 6px;
	margin-right: 8px;

}

#content h2, a {
	color: #404040;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #B2001A;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline; 
	}

#content img {
	border: none !important; 

}

#bottom-nav {
	background-image: url(images/top-image.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #6F6F6F;
	height: 15px;
	clear: both;
}

#bottom-nav a {
	color: White;
	text-decoration: none;
}

#bottom-nav a:hover {
text-decoration: underline;
}


.clientel {
	font-size: xx-small ! important;
	color: White !important;
	text-decoration: none;
}

a.clientel:hover{
	color: #B2001A !important;
}
