body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #951C2E;
	padding: 0;
	margin: 0;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #951B2E;
}
#container {
	width: 770px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
#top {
	width: 770px;
	float: left;
	height: 20px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}
#footer {
	width: 770px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav {
	width: 730px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 142px;
	padding-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#nav.retirement {
	background-image: url(images/nav_bg-retirement.gif);
	height: 153px;
}

#nav.protection {
	background-image: url(images/nav_bg-protection.gif);
	height: 153px;
}

#nav ul {
	position: absolute;
	right: 40px;
	top: 100px
}

.topnav {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-left: 9px;
}

#flash {
	width: 770px;
	float: left;
	background-color: #FFFFFF;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#content {
	width: 500px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #931C2F;
}


#tools {
	width: 730px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;

}
#rightnav {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/quick_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 27px;
	padding-top: 50px;
	padding-left: 10px;
	height: 170px;
}

#rightenquire {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/quick_bg-enquire.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	height: 45px;
}

#bottom {
	width: 770px;
	float: left;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

img#overseas {
	position: absolute;
	bottom: 0;
	right: 0;
}
