body {
	border: 0;
	margin: 0;
}

a img {
	border: none;
}

h1 {
	width: 350px;
	font-size: 31px;
	border: 0;
	margin: 0;
}

/*bar at top*/
#pad p {
	background-color: rgb(0,114,188);
	font: normal 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border: 1px solid black;
	text-align: center;
	color: white;
	font-size: 18px;
	margin: 0;
}

.footer p {
	background-color: rgb(0,114,188);
	font: normal 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border: 1px solid black;
	text-align: center;
	color: white;
	font-size: 18px;
	margin: 0;
}

.content {
	margin-left: 220px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/*side menu*/
.menu {
	position: absolute;
	left: 0;
	border: 1px solid black;
	border-bottom-width: 0;
	width: 185px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.menu li a {
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
}

* html .menu li a { /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

.menu li a:hover {
	background-color: #2586d7;
	border-left-color: #1c64d1;
}

.menu div.menutitle {
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/*Image Gallery*/

.gallerycontainer {
	margin-top: 20px;
	position: relative;
	bottom: 0px;
}

.thumbnail img {
	border: 2px solid black;
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 2px solid blue;
}

.thumbnail span {
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 230px;
	z-index: 50;
}