body
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	padding-left: 50px;
}

div.outer
{
	
	position: relative
}

div.inner-pane
{
	text-align: left;
	width: 800px;
	margin: 30px auto;
	font-family: arial;
	font-size: 14px;

}

div.content
{
	position: absolute;
	top: 160px;
	left: 200px;
	margin: 10px;
	font-family: arial;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 12px;
	width: 660px;
	color: #808080;
}

div.gallery
{
	position: relative;
	Width: 71px;
	height: 71px;
	float: left;
}


img.overlay
{
position: absolute;
top: 0px;
left: 0px;
}

table
{
	font-size: 12px;
	color: #808080;
	border: 0px solid #ccccff;
	padding: 0px 0px;
	background: none;
	margin: 0px 0px;
}



p.title
{
	margin: 5px 0;
	font-size: 20px;
	border-bottom: 1px solid #aaaadd;
}

h1.title
{
	margin: 5px 0;
	font-size: 20px;
	border-bottom: 1px solid #aaaadd;
}

h2{font-size: 16px;}

h2.title
{
	margin: 5px 0;
	font-size: 16px;
	border-bottom: 1px solid #aaaadd;
}



p.address
{
	font-size: 14px;
}


p.address
{
	line-height: 1.4;
	padding: 0 0 15px 0;
}

div.center
{
	text-align: center;
	width: 100%;
}

p.b
{
	padding: 5px 0 5px 0;
	font-weight: bold;
}




.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.imagecontainer{

position: relative;
width: 293px;
}

.imagecontainer a
{
	text-decoration: none;
}

.thumbnail img{
border: 0px solid white;
margin: 0 0px 0px 0;
z-index: 10;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E3E3E3;
padding: 5px;
left: -1000px;
top: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
width: 400px;
top: 0px;
left: 310px; /*position where enlarged image should offset horizontally */
z-index: 500;
}


