@charset "UTF-8";
body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(homeback.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	background-image: url(castle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 700px;
}

.oneColElsCtr #container #fireworks {
	float: left;
	height: 340px;
	width: 375px;
	position: absolute;
}
#mainContent .logo {
	padding-top: 575px;
	width: 275px;
	float: right;
}
#mainContent .address {
	padding-top: 626px;
	width: 300px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.6em;
	color: #999;
	padding-left: 20px;
}
#mainContent .address a {
	color: #999;
}
.oneColElsCtr #container #services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #CCC;
	width: 300px;
	position: absolute;
	height: 275px;
	text-align: left;
	padding: 10px;
	float: right;
}
.address a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
