/* WhiteKnightMortgages.co.uk */

html,body,h1,h2,p,img,ul,li,form,div {
	border: 0;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
body {
	background: url(background.png);
	background-color: #cccccc;
	background-position: center;
	background-repeat: repeat-y;
	color: #454545;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: auto;
	text-align: center;
	width: 990px;
}
#container {
	margin: auto;
	width: 976px;
}
#menu {
	background: url(menu.png);
	height: 61px;
}
#logo {
	float: left;
	height: 61px;
	width: 386px;
}
.button a {
	color: #ffffff;
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 61px;
	text-decoration: none;
	width: 118px;
}
.button a:hover, .button a:active {
	background: url(button-hover.png);
}
.active a, .active a:active, .active a:hover {
	background: url(button-active.png);
	color: #8a8a8a;
}
.bar {
	background-color: #cecece;
	height: 3px;
	overflow: hidden;
}
#banner {
	background: url(banner.jpg);
	height: 200px;
}
#content {
	background: url(content.png);
	background-repeat: no-repeat;
	padding: 0 50px 0 50px;
	min-height: 300px;
}
#footer {
	background: url(break.png) no-repeat;
	color: #a2a2a2;
	margin: 30px 0 30px 0;
	padding: 10px 50px 10px 50px;
}
#footer p {
	padding: 5px 0 5px 0;
}
#footer a {
	color: #737373;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#content p {
	margin-bottom: 30px;
	text-align: justify;
}
#content p.center {
	text-align: center;
}
#news {
	background: #f8f8f8;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	padding: 10px;
	width: 250px;
}
#news h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 15px 5px;
	text-decoration: underline;
}
#news p {
	margin: 0;
}
#news p.date {
	color: #003c70;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 15px 0px;
}
.tick {
	background: url(tick.png);
	background-repeat: no-repeat;
	line-height: 25px;
	margin: 10px 10px 10px 30px;
	/* margin: 10px auto 10px auto; */
	padding-left: 30px;
	text-align: left;
	width: 450px;
}
table {
	margin: auto;
	width: 100%;
}
td.left {
	padding: 3px;
	text-align: right;
	width: 50%;
}
td.right {
	padding: 3px;
	text-align: left;
}
td.quotes {
	background: #f8f8f8;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
td.quotes a {
	display: block;
	text-decoration: none;
}
