body
	{
	position: relative;
	width: 800px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
	}

#nav
	{
	position: absolute;
	font-family: arial;
	font-size: 125%;
	font-weight: bold;
	color: gray;
	width: auto;
	height: auto;
	left: 50%;
	top: 665px;
	border: 0px;
	text-align: center;
	}

/*navigation*/

a:link	{
	color: gray;
	text-decoration: none;
	}

a:active
	{
	color: gray;
	text-decoration: none;
	}

a:visited
	{
	color: gray;
	text-decoration: none;
	}

a:hover
	{
	color: #5d5b5b;
	}

a.nav	
	{
	font-weight: bold;
	text-decoration: none;
	}

a.nav:hover, a.nav:active
	{
	background-color: #fcfcfc;
	color: gray;
	}

a.nav:link, a.nav:visited
	{
	color: gray;
	}


	

/*images*/

#view
	{
	position: absolute;
	left: 25%;
	top: 55px;
	border: none;
	}

#wide
	{
	position: absolute;
	left: 20%;
	top: 75px;
	border: none;
	}



















	
