@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background5.jpg);
	background-repeat: repeat;
	font: Tahoma, Geneva, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a {
	font: Tahoma, Geneva, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: none;
}
h2 {
	font-size: 18px;
}
.main {
	position: absolute;
	background-image: url(images/main.png);
	width: 758px;
	height: 771px;
	left: 50%;
	margin-left: -379px;
}
.bodytext {
	position: absolute;
	left: 50%;
	margin-left: -140px;
	top: 10px;
	width: 500px;
	height: 500px;
	padding-left: 10px;
}
.linkbox {
	position: absolute;
	left: 60%;
	top: 60px;
	width: 250px;
	height: 500px;
	padding-left: 10px;
}
.contactphotos {
	position: absolute;
	left: 60%;
	top: 35px;
	width: 200px;
	height: 500px;
	padding-left: 10px;
}
.navitext {
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	padding-right: 500px;
	top: 250px;
	width: 250px;
	text-align: center;
	left: 50%;
	margin-left: -379px
}
.footer {
	position: absolute;
	background-image: url(images/footer.png);
	width: 758px;
	height: 29px;
	top: 779px;
	left: 50%;
	margin-left: -379px;
	text-align: center;
	padding-top: 15px;
}

