﻿#content	{
	width:100%;
	background:white;
	float:left;
}
	#content table	{
		width:95%;
		text-align:left;
		margin:0 auto;	/* need to center!!!! */
		border-spacing:20px;
	}
	#content tr	td{
		width:50%;
		font-size:12px;
		color:#00009C;
		padding: 15px 30px;
		vertical-align:top;
		background:#E7E7E7;
		border:2px black solid;	
	}

	#content td table tr td	{
		padding:10px;
		border-style:none;
	}

#content #map_canvas	{
	border: black solid 3px;
	padding:0 2em;
	margin:3em 0 0 0;
}

#gallery	{
	margin:0 auto;	
}

#gallery a	{
	text-decoration:none;
}

#gallery img	{
	border:0 black none;
}

.curr	{
	visibility:visible;

}

.hide	{
	display:none;
	visibility:hidden;
}

.arrows	{
	width:250px;
	display:block;
	font-size:1.5em;
}

