html, body {
	margin: 0;
	padding: 0;
}

body {
    background-color: white;
    background-image: url(images/lewisbates_logo.png);
    background-position: top center;
    background-repeat: no-repeat;
} 

h1 {
    color: orange;
    font-size: 18px;
    text-align: center;
}

h2 {
    color: black;
    text-align: center;
    font-family: "Serif";
    font-size: 12px;
    font-style: italic;
}

h3 {
    color: gray;
    font-size: 24px;
    text-align: center;
}

p {
    font-family: "Arial";
    font-size: 14px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    position: center;
    width: 980px;
}

#title { 
	float: center; 
	width: 350px; 
	height: 80px; 
	margin: 20px auto; 
}

#menu {
	float: center;
	clear: both;
	width: 600px;
	padding: 0 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background-color: #fff
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: center;
	display: inline;
	padding: 14px 26px;
	font-size: 14px;
	color: orange;	
	text-align: left;
	text-decoration: none;
	font-weight: 300;
	outline: none;
	border: none;
}

#menu li a:hover {
	background-color: #666;
}

#surround {
    clear: both;
    float: center;
    top: 150px;
    left: 100px;
    width: 960px;
    height: 560px;
    padding: 5px;
    border: 5px solid gray;
    margin: 5px;
}

#thumbwrap {
	float: left;
	position:relative;
	margin:25px auto;
	width:206px; height:137px;
}
.thumb img { 
	border:5px solid #808080;
	margin:10px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover, .thumb:active span { 
	visibility:visible;
	top:0; left:150px; 
	z-index:1;
}


