@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navbar {
	width: 800px;
	height: 50px;
}
#background {
}
#body_text {
	position: absolute;
	top: 338px;
	padding-left: 80px;
	width: 400px;
	line-height: 20px;
}
#association {
	position: absolute;
	top: 594px;
	width: 719px;
	z-index: 5;
	text-align: right;
	font-size: 70%;
	height: 105px;
}
#about_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 18px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	width: 602px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	margin-right: 30px;
	margin-left: 30px;
	list-style-type: none;
	display: inline;
}
#navbar a:link {
	text-decoration: none;
	color: #FFF;
}
#navbar a:hover {
	color: #483505;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFC;
	text-decoration: none;
}
#body_text a:link {
	color: #96C;
	text-decoration: underline;
}
.services_panel {
	padding-left: 200px;
	line-height: 14pt;
}
#price_list {
	border: medium dashed #48351C;
	width: 100px;
	position: absolute;
}
#gift_voucher {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 490px;
	font-size: 100%;
	position: absolute;
	top: 365px;
	width: 230px;
	text-align: center;
	height: 179px;
	padding-top: 10px;
	border: 1.5pt dotted #483505;
}
#photo {
	position: absolute;
	top: 369px;
	margin-left: 500px;
	width: 201px;
	height: 294px;
	z-index: 5;
}
#remember {
	position: absolute;
	top: 641px;
	width: 642px;
	margin-left: 80px;
}

