#wrapper {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	height: auto;
	padding-bottom: 20px;
}
#header {
	position: absolute;
	height: 210px;
	width: 100%;
	background-image: url(_images/bkg-menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu {
	position: absolute;
	height: 26px;
	width: 844px;
	left: 50%;
	margin-left: -422px;
	margin-top: 184px;
}
#menu-sub {
	position: absolute;
	height: 26px;
	width: 932px;
	left: 50%;
	margin-left: -466px;
	margin-top: 184px;
}
.m_beltiefacts {
	width: 115px;
	height: 26px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.m_gallery {
	width: 148px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -115px 0px;
	background-repeat: no-repeat;
}
.m_links {
	width: 130px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -263px 0px;
	background-repeat: no-repeat;
}
.m_forsale {
	width: 88px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -393px 0px;
	background-repeat: no-repeat;
}
.m_directory {
	width: 210px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -481px 0px;
	background-repeat: no-repeat;
}
.m_join {
	width: 113px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -691px 0px;
	background-repeat: no-repeat;
}
.m_home {
	width: 79px;
	height: 26px;
	margin-left: 8px;
	display: block;
	float:left;
	background-image: url("_images/menu-master.jpg");
	background-position: -804px 0px;
	background-repeat: no-repeat;
}

.m_beltiefacts:hover { background-position: 0px -26px; }
.m_gallery:hover { background-position: -115px -26px; }
.m_links:hover { background-position: -263px -26px; }
.m_forsale:hover { background-position: -393px -26px; }
.m_directory:hover { background-position: -481px -26px; }
.m_join:hover { background-position: -691px -26px; }
.m_home:hover { background-position: -804px -26px; }

#content {
	position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	margin-top: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 800px;
}

#box-welcome {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 0px;
}
#box-hometext {
	width: 600px;
	position: absolute;
	top: 45px;
	left: 15px;
}
#box-homeimg {
	position: absolute;
	top: 282px;
	left: 12px;
}
#box-events {
	font-size: 10px;
	background-image: url(_images/whathappening.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 625px;
	height: 310px;
	width: 221px;
	top: 35px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

