body {
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #cdcdcf;
	background-repeat: repeat-x;
	background-image: url(../images/page_background.jpg);
}

#main_centre {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #767779;
	background-repeat: repeat-x;
	background-image: url(../images/centre_background.jpg);
	width: 852px;
}

#centre_frame {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/watermark.jpg);
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 836px;
}

#menu_div {
	padding: 0px;
	margin: 0px;
	width: 836px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/menu_background.jpg);
}

#content_frame {
	min-height: 730px;
	margin-right: 0px;
	margin-left: 80px;
	float: right;
	width: 593px;
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	line-height: 1px;
}

#menudiv {
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 90px;
	float: left;
	width: 150px;
}

#menu ul {
	margin-left: 0px;
	list-style-type: none;
}

#menu li {
	border-top-color: #a4c8da;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: -40px;
	list-style-type: none;
	text-indent: 20px;
}

#menu a {
	margin-bottom: 0px;
	padding-top: 8px;
	height: 23px;
	display: block;
	width: 150px;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	background-image: url(../images/menu_highlight.png);
	background-repeat: repeat;
}

#menu_child ul {
	margin-left: 0px;
	list-style-type: none;
}

#menu_child li {
	text-align: right;
	border-top-color: #a4c8da;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: -80px;
	list-style-type: none;
	text-indent: 30px;
}

#menu_child a {
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 11px;
	color: #5ef5ff;
	text-decoration: none;
}

#menu_child a:hover {
	color: black;
	background-image: url(../images/menu_highlight.png);
	background-repeat: repeat;
}

#menu .last_item {
	border-bottom-color: #a4c8da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#right_menu {
	padding-right: 15px;
	width: 225px;
	float: right;
}

.contact {
	background-position: left top;
	text-indent: -6000px;
	background-repeat: no-repeat;
	background-image: url(../images/contact_button.jpg);
	height: 41px;
	width: 165px;
	float: right;
}

.contact:hover {
	background-position: left bottom;
}

.submit {
	background-position: left top;
	text-indent: -6000px;
	background-repeat: no-repeat;
	background-image: url(../images/submit_button.jpg);
	height: 35px;
	width: 120px;
	float: right;
}

.submit:hover {
	background-position: left bottom;
}

.home {
	background-position: left top;
	text-indent: -6000px;
	background-repeat: no-repeat;
	background-image: url(../images/home_button.jpg);
	height: 29px;
	width: 70px;
	float: right;
}

.home:hover {
	background-position: left bottom;
}

#content_main {
	min-height: 400px;
	margin-top: -40px;
	float: left;
	width: 500px;
}

#menu_logo {
	color: white;
	text-align: center;
	margin-left: 4px;
	padding-top: 200px;
	bottom: 0px;
	position: relative;
}

.copyright {
	clear: both;
	float: none;
	text-align: right;
	font-size: 10px;
	background-color: #cdcdcf;
}

em {
	font-style: normal;
	font-weight: normal;
	color: #4890b4;
}

#child_link a {
	text-decoration: none;
	color: #4890b4;
}

#child_link a:hover {
	text-decoration: underline;
}


