body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

#siteHolder  {
	text-align: left;
	width: 775px;
}
#logoBanner {
	float: left;
	height: 130px;
	width: 775px;
	background-image: url(images/visoinLogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#indexBanner {
	float: left;
	height: 285px;
	width: 775px;
	background-repeat: no-repeat;
	background-position: left top;
}
#menuBanner {
	float: left;
	height: 40px;
	width: 775px;
	background-image: url(images/menuBarBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 40px;
	text-align: right;
	margin-top: 3px;
}
#contentHolder{
	float: left;
	width: 775px;
	margin-bottom: 40px;
	display: inline;
}
#leftColumnINDEX {
	float: left;
	width: 240px;
	line-height: 20px;
}
#rightColumnINDEX {
	float: left;
	width: 505px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
}
#rightColumnGallery {
	float: left;
	width: 725px;
	text-align: left;
	line-height: 20px;
	display: inline;
	margin-left: 35px;
}
#leftColumnCONTENT {
}
#rigthColumnContent {
	float: left;
	width: 710px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
	padding-bottom: 10px;
}
#rigthColumnContent p {
}
#footerHolder {
	float: left;
	height: 175px;
	width:100%;
	text-align:center;
	background-color: #f3f3f3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #d6d8d7;
}
#footerBanner {
	width: 775px;
	line-height: 20px;
	margin-top: 40px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.subtitleGray {
	font-size: 20px;
	font-weight: bold;
	color: #8c8c8c;
}
.subtitleBlue {
	font-size: 20px;
	color: #809ab7;
	line-height: 35px;
}
.lightboxThumb {
	border: 3px solid #7694B0;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 56px;
	width: 75px;
}
.gallerySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
}

.gallerySubtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7694B0;
	border-bottom-width: 1px;
	font-size: 16px;
}
