body{
	background:url('images/background.jpg') repeat;
}

#page-wrap{
	width:800px;
	margin:0 auto;
	margin-top:50px;
}

.menubackground{
	background:url('images/menubackground.jpg') no-repeat;
	width:794px;
	height:36px;
}

.underlinemenu{
font-family:Georgia;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
 padding: 0px 0px 0px 0px;/*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin-top: -1px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
 padding: 6px 3px 5px 3px;/*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #f9eb0a;
	color: #f9eb0a;
}
.headerbackground{
	background:url('images/image91grid6.jpg') no-repeat;
	width:794px;
	height:167px;
	
}

.middleleft1{
	background:url('images/middleleft.jpg') repeat;
	width:35px;
	height:503px;
}
.middleleft2{
	background:url('images/middleleft.jpg') repeat;
	width:723px;
	height:503px;
	margin-left:35px;
	margin-top:-503px;
}
.middleleft3{
	background:url('images/middleleft.jpg') repeat;
	width:35px;
	height:503px;
	margin-left:758px;
	margin-top:-503px;
}

.content2footer{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	text-align:justify;
	line-height:150%;
	text-indent:250px;
}

.content1{
	font-family:Arial;
	font-size:12px;
	color:#1f1f1f;
	text-align:justify;
	line-height:150%;
	text-indent:75px;
}

.heading1{
	font-style:italic;
	font-weight:bold;
	font-family:Arial;
	font-size:15px;
	color:#565657;
	text-align:left;
}

.content2forlist{
	font-family:Trebuchet MS;
	font-size:12px;
	color: #000247;;
	text-align:justify;
	line-height:150%;
	text-indent:15px;
}


.contentforpara1{
font-family: Trebuchet MS;
background-color: #fff;
color: #000247;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 1px;
line-height: 1.2em;
font-size: 0.8em;
text-indent:25px;
}

.contentforheading{
font-family: Georgia;
background-color: #ffffff;
color: #001293;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: 1em;
font-size: 1.5em;
}

.aboutuspic1{
	background:url('images/aboutus1.jpg') no-repeat;
	width:400px;
	height:300px;	
}


.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: yellow;
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: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}