	body {background-color: white; text-align: center; 
	}

	#container{
	width: 800px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
	/*Margin left and right set to auto center's our layout*/
	text-align: left; /*Resets the text alignment*/
	
	}
	

	#banner{
	width: 800px;
	height: 100px;
	margin-bottom: 1px;
	}
	
	#menu{
	width: 780px;
	height: 20px;
	padding: 10px;
	background-color: #434343;
	margin-bottom: 1px;
	
	
	}
	#nav_menu{
	font-family: Arial,Verdana, sans-serif;
	font-size: 16px;
	color: #C1C4C6;
	}

	#main{
	width: 800px;
	margin-bottom: 5px;
	}
	
	#bottom{
	width: 780px;
	height: 20px;
	float: left;
	padding: 10px;
	background-color: #404040;
	margin-bottom: 1px;
	}


	#left{
	background: #434343 url(background.jpg) repeat-y center;
	width: 300px;
	height: 400px;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	}


	#content_left{
	height: 320px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 16pt;
	font-size: 14px;
	padding: 25px;
	color: #ffffff;
	}

	#loc{
	font-size: 20px;
	color: #C1C4C6;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	}

	#loc2{
	font-size: 20px;
	color: #C1C4C6;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	}




	#right{
	width: 500px;
	height: 400px;
	background: #000000;
	float: right;
	margin-bottom: 5px;
	}	
	
	#footer{
	width: 800px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	text-align: center;
	}


	a:link {
		color: #ACACAC;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #A9A9A9;
	}
	a:hover {
		text-decoration: none;
		color: #DCDCDC;
	}
	a:active {
		text-decoration: none;
		color: #DCDCDC;
	}

	p
	{
	font-size: 16px;
	color: #C1C4C6;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	white-space: nowrap
	}


	
.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid black;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: 0px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: 500px;
border: 0px dashed gray;
visibility: hidden;
color: red;
text-decoration: none;
}
/*--


.thumbnail span{ /*CSS for enlarged image
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail:hover span{ CSS for enlarged image
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally 
z-index: 50;
}
*/


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -67px;
left: 275px; /*position where enlarged image should offset horizontally */
z-index: 50;

}