@charset "UTF-8";
body {
	background-color: #fff;
}

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	
}
#logo {
	height:150px;
	text-align:right;
	width: 800px;
	background-image:url(../Images/logo.gif);
	background-repeat:no-repeat;
	
	
}
#slideshow {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 3px solid #FF0;
}
.nav {
	color:#000;
	font-size:36px;
	text-align: center;
}
.nav a{
	color: #000;
	text-align: center;
	text-decoration: none;
	}
a{
	color: #000;
	text-decoration: none;
}
a visited{
	color:#000;
}

