body {
	background-image: url(background.gif);
}
html, body, #wrapper {
	min-height: 99%;
	width: 800px;
	height: 99%;
}
html>body, html> body #wrapper {
	height: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
}

#top {
	clear: both;
	width: 100%;
}
#header {
	clear: both;
	width: 100%;
}
.logo {
	float: left;
	margin: 5px 10px 10px;
}
.withconfidence {
	float: right;
	margin-right: 10px;
	margin-top: 126px;
}
#main {
	clear: both;
}
#insurance {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-left: 4px;
	margin-top: 10px;
}
#navigate {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 6px 10px 6px 6px;
}

#navigate a:link, #navigate a:visited, #navigate a:active   {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}
#navigate a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
#insurance img {
	margin-bottom: 10px;
}
.call {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
#motorinsurance {
	width: 240px;
	height: 250px;
	float: left;
}

#household {
	width: 240px;
	height: 250px;
	float: right;
}
#motorbike {
	width: 240px;
	height: 250px;
	float: left;
}

#commercial {
	width: 240px;
	height: 250px;
	float: right;
}

#travel {
	position: absolute;
	left: 281px;
	width: 500px;
	background-image: url(travel-insurance.jpg);
	height: 110px;
	background-repeat: no-repeat;
	top: 520px;
}

#travel2 {
	position: absolute;
	left: 6px;
	width: 257px;
	background-image: url(travel-insurance2.jpg);
	height: 120px;
	background-repeat: no-repeat;
	top: 390px;
}

#footer a:link, #footer a:visited {
	color: #D11863;
}
#contents {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 520px;
	margin-right: 6px;
	margin-top: 10px;
}
#contents p {
	line-height: 1.4em;
	font-size: 0.7em;
}
#contents h1 {
	font-weight: bold;
	color: #666666;
	font-size: 0.7em;
}

.text p {
	line-height: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}
#gap {
	clear: both;
	height: 20px;
}
#contents a:link, #contents a:active, #contents a:visited  {
	color: #D9408C;
	text-decoration: underline;
}
