body {
	margin: 0;
	padding: 0;
	color: #203377;
	font-family: Arial, Helvetica, sans-serif;
	background: #63C019;
	}

#header {
	width: 100%;
	height: 100px;
	background: url(images/header_slice.jpg) repeat-x;
	}

#header #logo {
	float: left;
	}
#header #logo a img {
	border: none;
}
	
#header #right {
	width: 437px;
	height: 100px;
	float: right;
	background: url(images/header_right.jpg);
	}
	
#main table {
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	}
	
#main table td {
	vertical-align: top;
	}
	
#main table #left {
	width: 200px;
	padding-bottom: 150px;
	background: #21357A url(images/nav_bottom.jpg) bottom no-repeat;
	}
	
#main table #left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#main table #left a {
	width: 200px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#main table #left #linkHome {
	height: 41px;
	background: url(images/btn_home.gif);
	}
	
#main table #left #linkLifetime {
	height: 36px;
	background: url(images/btn_lifetime_mortgages.gif);
	}
	
#main table #left #linkReversion {
	height: 36px;
	background: url(images/btn_home_reversion_schemes.gif);
	}
	
#main table #left #linkQuestions {
	height: 36px;
	background: url(images/btn_questions_and_answers.gif);
	}	
	
#main table #left #linkHow {
	height: 36px;
	background: url(images/btn_how_much_can_I_release.gif);
	}
	
#main table #left #linkSafe {
	height: 36px;
	background: url(images/btn_safe_home_income_plans.gif);
	}	
	
#main table #left #linkContact {
	height: 31px;
	background: url(images/btn_contact.gif);
	}
	
#main table #center {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background: #FFFFFF url(images/main_bg_watermark.jpg) bottom right no-repeat;
	}
	
#main table #center h1 {
	width: 98%;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	font-size: x-large;
	background: url(images/title_bg_slice.jpg) repeat-x;
	}
	
#main table #center h2 {
	margin-left: 20px;
	color: #7CCC2D;
	font-style: italic;
	}
	
#main table #center h3 {
	margin-left: 20px;
	color: #7CCC2D;
	font-style: italic;
	font-size: meduim;
	}
	
#main table #center p {
	margin-left: 20px;
	margin-right: 20px;
	}
	
#main table #center a {
	color: #203377;
	}
	
#main table #center a:hover {
	background-color: #203377;
	color: #FFFFFF;
	}
	
#main table #center li {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#main table #right {
	width: 245px;
	background: #D5F3FE;
	}
		
#main table #right h3 {
	width: 245px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
	
#main table #right p {
	margin: 2px 0 2px 10px;
	padding: 0;
	}

#main table #right a {
	margin: 4px 0 2px 10px;
	padding: 0;
	color: #203377;
	font-size: small;
	}
	
#main table #right a:hover {
	background-color: #203377;
	color: #FFFFFF;
	}	
	
#main table #right a:hover {
	text-decoration: underline;
	}
	
#main table #right #titleTel {
	height: 32px;
	background: url(images/right_telephone.gif);
	}
	
#main table #right #telNum {
	font-size: x-large;
	font-weight: bold;
	}	
	
#main table #right #titleAdd {
	height: 35px;
	background: url(images/right_address.gif);
	}
	
#main table #right #titleEmail {
	height: 32px;
	background: url(images/right_email.gif);
	}
	
#main table #right #titleContactForm {
	margin-top: 20px;
	height: 32px;
	background: url(images/right_contact_form.gif);
	}	

#main table #rightBottom {
	background: #D5F3FE url(images/right_bg_watermark.jpg) bottom left no-repeat;
	}
	
#main table #rightBottom #disclaimer {
	margin: 2px 0 2px 10px;
	padding: 0;
	font-size: x-small;
	}
	
#main table #rightBottom #disclaimer a {
	color: #22357A;
	}
	
#main table #right form {
	font-size: 12px;
	margin: 20px 5px;
	}
	
#main table #right form textarea {
	width: 150px;
}

#main table #right form input {
	width: 150px;
}

#main table #right form input.submitBtn {
	margin-top: 5px;
	width: 50px;
}
	
#footer {
	width: 100%;
	height: 50px;
	padding-top: 8px;
	text-align: center;
	background: url(images/footer_bg_watermark.jpg) top right no-repeat;
	font-size: small;
	}
		
#footer a {
	color: #22357A;
}
	
#footer a:hover {
	background-color: #22357A;
	color: #FFF;
}
