* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: transparent url('../images/bg.jpg') 0 0;
	margin: 10px 0px 10px 0px
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

img {
	border-style: none;
}

.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: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	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;
	position: absolute;
	left: 50px;
	/*position where enlarged image should offset horizontally */
	top: 330px;
	z-index: 50;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #000000;
	background: #abccd8;
}

#header {
	width: 900px;
	color: #333;
	padding: 0px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/header.jpg')
}

#menu {
	color: #333;
	padding: 5px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: #abccd8;
	text-align: center;
	border-top: 1px solid #000000;
}

#left {
	color: #333;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	background: #abccd8;
	text-align: center;
	width: 100px;
	float: left;
}

#submenu {
	color: #333;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	background: #abccd8;
	text-align: center;
	border: 1px solid #000000;
}

#content {
	color: #333;
	background: #F2F2E6;
	margin: 0px 0px 0px 140px;
	padding: 10px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000; min-height : 400px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

#footer {
	color: #333;
	background: #abccd8;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: right;
}

#myGallery {
	width: 650px !important;
	height: 488px !important;
}