/* CSS Document */
body{
	color:#333;
	padding:0px;
	margin:0px;
	background-image: url(images/bg-colour.jpg);
	font-family: Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size: 12px;
}
a {
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
p {
	line-height: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-weight: bold;
	color: #333;
	line-height: 17px;
}
#copy ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	line-height: 17px;
	list-style-type: circle;
}
.gold-colour {
	color: #960;
}
#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 277px;
}
#nav {
	float: right;
	width: 650px;
	height: 25px;
	margin-top: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}
#content {
	height: auto;
	width: 746px;
	float: left;
	margin-top: 30px;
	background-color: #FFF;
	padding: 0px;
}
#copy {
	padding-left: 15px;
	padding-right: 20px;
	width: 490px;
	float: left;
}
#copytext ol li{
	line-height: 20px;
}
#contact {
	width: 190px;
	float: right;
	margin-right: 10px;
}
.top {
	background-image: url(images/top-copy.jpg);
	height: 85px;
	width: 945px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
.bottom {
	background-image: url(images/bottom-copy.jpg);
	height: 52px;
	width: 746px;
	float: left;
}
#guarantee {
	height: 250px;
	width: 250px;
	float: right;
	margin-top: 200px;
	text-align: center;
}
#footer {
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cushycms {
}

