body {

  margin: 0px;

  padding:0px;

}

 .big {

  border: none;

  font-family: Garamond, TimesNewRoman, Times, serif;

  font-weight: bold;

  font-size: 20pt;

  font-variant: small-caps;

  letter-spacing: 1pt;

  color: #660000;

  }

  .mydiv {

  text-indent:100px;

  padding-top:50px;

  width=60%;

  }
  
  /******************Gallery Styles started******************/

.galleryArea {
	width:500px;
	overflow:visible;
	height:350px;
	/*min-height:574px;
 height: expression( this.scrollHeight < 575 ? "574px" : "auto" );*/
}
.galleryThumbImage {
	width:182px;
	float:left;
	margin:0 20px 20px 0;
}
.galleryText {
	width:160px;
	text-align:center;
	margin-left:6px;
	margin-top:8px;
}
.galleryThumb {
	width:170px;
	height:107px;
	border:6px #2a6fa9 solid;/*margin:0 20px 20px 0;

	float:left;*/

}
.galleryThumb:hover {
	border:6px #0b4179 solid;
}
a.galleryAnchor {
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
	cursor:hand;
}
.breadCrumbSeprator {
	font-family:"MS Sans Serif", "Microsoft Sans Serif", Tahoma;
	font-size:12px;
}
/******************Gallery Styles ends******************/