body {
	margin: 0 0 0 0;
	background-image: url(images/gifs/bg.gif);
}
.maintable {
	width: 779px;
	height: 100%;
}
a, a:link, a:visited, a:active {
	color: #666633;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #666633;
	text-decoration: underline;
	font-weight: normal;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bg_cellelft {
	background-image: url(images/gifs/creambg.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.bigsitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}	
.mainborder {
	border: 1px solid #666633;
}
.cellbg {
	background-image: url(images/gifs/creambg.gif);
}
.textbg {
	background-image: url(images/jpegs/bg_bodytext.jpg);
	background-position: top;
}
.bg_cellright {
	background-image: url(images/gifs/creambg.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.bg_white {
	background-color: #FFFFFF;
}
.testimonialtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


/*lightbox css*/


#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(images/gifs/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(images/gifs/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(images/gifs/blank.gif);
	filter: Alpha(opacity=50);
}

/* end of lightbox */