body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4ems;
}
#container {
	background: #fff;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00adef;
	border-left-color: #00adef;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #603913;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 0.3em;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 5px
}
#header {
	background-color: #c0c0c0;
	padding: 0px;
}
#header .welcome {
	background-image: url(../images/broken_piggy_bank.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#header .terrace {
	background-image: url(../images/terrace.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#header .piggybank {
	background-image: url(../images/piggy_banks.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#header .cheques {
	background-image: url(../images/writing_cheques.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#header .house {
	background-image: url(../images/house.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#header .toy {
	background-image: url(../images/toy_money.jpg);
	height: 280px;
	width: 796px;
	color: #603913;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
}
#menu {
	display: block;
	height: 24px;
	width: 796px;
	background-color: #00adef;
}
#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li
{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	height: 24px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
}
#menu li a
{
	float: left;
	height: 24px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #00adef;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
#menu li a:link, #menu li a:visited
{
	color: #fff;
}
#menu li a:hover, #menu li a:active
{
	color: #cc0000;
}
h1 {
	color: #603913;
	margin-bottom: 2px;
	background-color:transparent;
	font-size:21px;
	margin-bottom:5px;
	margin-top:3px;
}
h2 {

	color: #00ADEF;
	margin-bottom: 2px;
	font-size:16px;
	margin-bottom:5px;
	margin-top:3px;
}
#content {
	float:left;
	background:#fff;
	color: #333333;
	width:440px;
	margin-left: 15px;
	padding-top: 1em;
}
#content p
{
	margin-top: 0;
}
#rightcontent {
	padding-top: 1em;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
/*	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C0C0C0; */
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 466px;
	padding-left: 12px;
	padding-right: 15px;
}
#rightcontent p
{
	margin-top: 0;
}
.smalltext {
	font-size: 10px;
	line-height: normal;
}
label {
	width: 90px;
	float: left;
	text-align: right;
	margin: 0 10px 10px 0;
	clear: both
}

.input-box {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	color: #333333;
	background: #eeeeee;
	border: #333333 solid 1px
}

fieldset
{
	border: 1px dashed #C0C0C0;
	width: 285px;
	margin-left: 0px;
	padding-bottom: 10px;
}

legend
{
	color: #603913;
	border: 1px solid #C0C0C0;
	padding: 1px 10px;
	background-color: #00adef;
	font-weight: bold;
}
#enquiry {
	width: 300px;
}
#footer {
	clear: both;
	background-color: #6dcff6;
	padding: 1em;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#container #footer a {
	color: #FFFFFF;
}
.quote {
	font-style: italic;
	color: #603913;
}
