/* Main styles for all user agents */

body, img, form, td {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	margin: 25px 0;
	border: none;
	padding: 0;
	background: url(/images/stripe.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 125%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, ul, li, address {
	margin-top: 0;
}

h1 {
	display: none;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	color: #999999;
	letter-spacing: normal;
}
	
#wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

#nav {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#nav a {
	text-decoration: none;
	color: #FFF;
}

#nav a:hover, a:active {
	text-decoration: underline;
	color: #FFF;
}

a img.rollover {
	height: 0; 
	width: 0; 
	border-width: 0;
}

a:hover img.rollover {
	position: relative;
	left: -200px; 
	margin-right: -200px;
	height: 200px; 
	width: 200px;
}

#content {
	width: 700px;
	height: 100%;
	padding: 5px 10px;
	margin-right: 10px;
	color: #FFF;
}

#content a {
	color: #FFF;
}

.gallerycontainer {
	position: relative;
	height: 540px;
}

.thumbnail img {
	border: none;
	margin: 0 10px 10px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #FFF;
	font-size: .75em;
	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;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

#footer {
	clear: both;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: small;
	color: #999;
}

#footer p {
	margin: 0;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #AE976B;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: #C5B692;
}
