body {
	background-color: #013c04;
	text-align: center;
	color: #404040;
	font-family: tahoma;
	font-size: 10pt;
}
img {
	border: 0px;	
}
#mainContainer {
	text-align: center;
	position: relative;
	width:825px;
	height:550px;
	z-index:0;
	margin: 60px auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #818181;
}
#splash_centre_text_div {
	display: none;
	position:absolute;
	width:358px;
	height:106px;
	z-index:1;
	left: 231px;
	top: 344px;
}
#splash_dog_div {
	display: none;
	position:absolute;
	width:286px;
	height:206px;
	z-index:2;
	left: 269px;
	top: 102px;
}
#menu_header_div {
	display: none;
	position:absolute;
	width:152px;
	height:131px;
	z-index:3;
	left: 30px;
	top: 27px;
}
#menu_div {
	display: none;
	position:absolute;
	width:152px;
	height:197px;
	z-index:4;
	left: 30px;
	top: 172px;
}
.menu {
	margin: 8px;
}
.each_page_div {
	display: none;
	text-align: left;
	color: #404040;
	position:absolute;
	width:544px;
	height:216px;
	z-index:5;
	left: 242px;
	top: 202px;
}

#top_rollovers_div {
	display: none;
	text-align: right;
	position:absolute;
	width:544px;
	height:93px;
	z-index:6;
	left: 242px;
	top: 56px;
}
#contact_details_bottom_left_div {
	display: none;
	text-align: left;
	position:absolute;
	width:152px;
	height:154px;
	z-index:1;
	left: 40px;
	top: 350px;

}
#always_hidden {
	display: none;
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 144px;
	top: 147px;
}
.contentText {
	line-height: 1.4;
	text-align: justify;
}
#mainContainer #contact_details_bottom_left_div p {
}
a:link {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #646464;
	text-decoration: underline;
}
a:visited {
	color: #404040;
	text-decoration: underline;
}
a:active {
	color: #646464;
	text-decoration: underline;
}
input, textarea {
	padding: 2px;
	color: #404040;
	font-size: 10pt;
	font-family: tahoma;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
	border-color: #404040;
}