body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	background: #D8D1B0;
	}
div#wrapper_home {
	width: 800px;
	height: 650px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background: white;
	}
div#wrapper_main {
	width: 800px;
	height: 950px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background: white;
	}
div#banner {
	width: 780px;
	height: 115px;
	padding: 10px;
	text-align: right;
	background: url(images/Logo.gif) no-repeat;
	}
div#menu {
	width: 800px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 1px;
	border-top: 2px solid gold;
	border-bottom: 2px solid gold;
	background: #525252;
	text-align: center;
	font-size: small;
	}
#menu a {
	text-decoration: none;
	color: white;
	padding-right: 35px;
	}
#menu a:hover {
	color: gold;
	}
#menu a.current {
	color: silver;
	}
div#main_home {
	width: 760px;
	height: 410px;
	padding: 20px;
	background: url(images/HomeBG.jpg) no-repeat;
	text-align: left;
	}
#main_home h2 {
	text-align: center;
	color: white;
	}
#main_home p {
	color: white;
	font-weight: bold;
	text-align: justify;
	margin-top: 230px;
	}
div#main_whole {
	width: 760px;
	height: 710px;
	padding: 20px;
	text-align: left;
	}
#main_whole h2 {
	text-align: center;
	}
#main_whole h3 {
	text-align: center;
	}
#main_whole dt {
	font-size: small;
	}
#main_whole p {
	text-align: justify;
	}
#main_whole img {
	border: 0px;
	}
div#contact_london {
	width: 350px;
	height: 450px;
	padding: 15px;
	float: left;
	}
div#contact_orillia {
	width: 350px;
	height: 450px;
	padding: 15px;
	float: left;
	}
div#contact_footer {
	width: 760px;
	height: 128px;
	background: url(images/Banner.jpg) no-repeat;
	clear: both;
	}
div#main_left {
	width: 230px;
	height: 730px;
	padding: 10px;
	float: left;
	text-align: left;
	}
#main_left a {
	text-decoration: none;
	font-size: small;
	color: #525252;
	}
#main_left a.current {
	color: gray;
	}
#main_left a:hover {
	color: gold;
	}
#main_left img {
	margin-top: 30px;
	margin-left: 3px;
	border: 1px solid black;
	}
div#main_left_inner {
	width: 210px;
	height: 710px;
	padding: 10px;
	background: url(images/LeftBar.jpg) no-repeat;
	line-height: 20px;
	}
div#main_right {
	width: 510px;
	height: 710px;
	padding: 20px;
	float: left;
	}
div#footer {
	width: 800px;
	height: 30px;
	padding-top: 5px;
	background: #525252;
	font-size: x-small;
	color: white;
	clear: both;
	}
#footer a {
	text-decoration: none;
	color: white;
	padding-right: 5px;
	}
#footer a:hover {
	color: gold;
	}
