body {
	margin: 0 auto; 
	padding: 0;
	background-color: #FFBD5B;
	font: 12px/16px "Trebuchet MS";
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
	}
.pagetitle {
	font: 18px "Trebuchet MS";
	color: #FFF;
	background:url(images/pagetitle-bg.jpg) no-repeat left top;
	margin-left: 15px;
	padding-left:15px;
}
.bodycontent {
	margin: 10px 3% 0px 2%;
	}
h2	{ 
	font: bold 14px  "Trebuchet MS";
	color: #C60; 
}	
h3	{ 
	font: bold small-caps 14px  "Trebuchet MS";
}	
h4	{
	font: bold 12px  "Trebuchet MS";
	color: #800;
	border-bottom: dotted #F90;
	float: left;
	width: 200px;
}	
	
h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	}
.vendorbox {
	width: 170px;
	font: 11px "Trebuchet MS";
	border: thin solid #996600;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}	
.specialbox {
	width: 270px;
	font: 11px "Trebuchet MS";
	border: thin solid #996600;
	margin: 0px;
	padding: 0px;
	float: right;
}	
.menubox {
	width: 246px;
	font: 11px "Trebuchet MS";
	border: thin solid #996600;
	margin: 0px;
	padding: 0px;
}	


.feature /*library box*/ {
	float: left;
	height: auto;
	width: 205px;
	font: 11px "Trebuchet MS";
	padding: 5px 0px 5px 9px;
}	
.menuitem {
	font: bold 11px  "Trebuchet MS";
	color: #CC6600;
	}
.credit {
	font: 9px "Trebuchet MS";
	}
.address {
	font: 10px  "Trebuchet MS";
	}

/***********************************************************/
/*--------------------BACKGROUNDS--------------------------*/
/***********************************************************/
.bodycontentbg {
	background:url(images/body-bg.jpg) repeat-y left top;
}
.menu {
	background: url(images/menu-bg.jpg) no-repeat center top;
	width: 170px;
	height: 31px;
	text-align:center;
	font: bold small-caps 14px "Trebuchet MS";
	color:#fff;
	margin-top:15px;
}
.sidebarbg {
	background: url(images/sidebar-bg.jpg) repeat-y left top;
}
.footer {
	background:url(images/footerbar.jpg) no-repeat left top;
	font: 12px "Trebuchet MS";
	text-align: center;
	
}	
.note {
	font: bold italic 12px "Trebuchet MS";
	color: #930;
}
/***********************************************************/
/*--------------------PICTURE GALLERY----------------------*/
/***********************************************************/
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 30;
left: 230; /*position where enlarged image should offset horizontally */
z-index: 50;
}
