/* CSS Document */


body {background-color: #636;
	background-repeat:no-repeat;
	background-position:center top;
	}
#content {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#image_1 {
	margin-top: -10px;
	width:800px;
	height:627px;
	border:7px ridge #fff;
}

#slideshow {
	position: relative;
	top:-33em;
	right:-11em;
	z-index:1000;
}
#slideshow img {z-index:1000
}

#navbutton {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: 1.2em; 
	font-weight:bold; 
	background-color:#636;
	width:55px; 
	height:40px;
	line-height:40px; 
	position:relative; 
	top:-18.5em;
	float:right;
	right:6em;
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	text-align:center;
	text-shadow: -2px -2px 2px #000;
}
#navbutton a:link, a:visited, a:active {
	color:#FC3;
}
#navbutton a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
#navbutton:hover {
	background: #00cccc;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}