/* Menu code */
.menucontainer {
	height:43px;
	width:541px;
	position:relative;
	text-decoration:none;
}
.homepage {
	width:105px;
	height:43px;
	background: url("images/menu1.jpg");
	display: block;
	float: left;
}

.homepage:hover {
	background-position: -105px 0px;
}
.craftsmen {
	width:99px;
	height:43px;
	background: url("images/menu2.jpg");
	display: block;
	float: left;
}

.craftsmen:hover {
	background-position: -99px 0px;
}
.activities {
	width:97px;
	height:43px;
	background: url("images/menu3.jpg");
	display: block;
	float: left;
}

.activities:hover {
	background-position: -97px 0px;
}
.futureevents {
	width:129px;
	height:43px;
	background: url("images/menu4.jpg");
	display: block;
	float: left;
}

.futureevents:hover {
	background-position: -129px 0px;
}
.contactus {
	width:111px;
	height:43px;
	background: url("images/menu5.jpg");
	display: block;
	float: left;
}

.contactus:hover {
	background-position: -111px 0px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.content:link, a.content:visited {
	font-weight: bold;
	color: #6A763A;
	text-decoration: none;

}
a.content:hover, a.content:active {
	font-weight: bold;
	color: #B5571A;
	text-decoration: underline;

}
.contentheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#container {
   	position: relative;
   	width: 420px;
}

#translucentbkg {
   	width: 420px;
   	background-image: url(images/translucentbg.png) !important;  /* Mozilla only */
   	background-color: transparent !important;          /* Mozilla only */
	_background-image: none;                             /* IE <7 only */
	_background-color: #ffffff;                          /* IE <7 only */
	_filter:alpha(opacity=38);                           /* IE <7 only */
}
#opaquetext { 
	position: relative; 
}
#containera {
   	position: relative;
   	width: 280px;
}

#translucentbkga {
   	width: 280px;
   	background-image: url(images/translucentbg.png) !important;  /* Mozilla only */
   	background-color: transparent !important;           /* Mozilla only */
   	_background-image: none;                             /* IE only */
	_background-color: #ffffff;                          /* IE only */
   	_filter:alpha(opacity=38);                           /* IE only */
}
#containerb {
   	position: relative;
   	width: 250px;
}

#translucentbkgb {
   	width: 250px;
   	background-image: url(images/translucentbg.png) !important;  /* Mozilla only */
   	background-color: transparent !important;           /* Mozilla only */
   	_background-image: none;                             /* IE only */
	_background-color: #ffffff;                          /* IE only */
   	_filter:alpha(opacity=38);                           /* IE only */
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
