@charset "UTF-8";
.menu {
  margin: auto;
  padding: 0px;
  position: fixed;
  left: 15px;
  top: 15px;
  width: 800px;
  height: 25px;
  z-index: 1;
}
 
.splashimage{
	margin: 0px;
	padding: 0px;
	width: 650px;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}
.photographs{
	float: left;
	margin: auto;
	top: 150px;
	height: 600px;
	position: absolute;
	z-index: 0;
	font-family:"Times New Roman";
	font-style:italic;
}

#sculptures {width: 7000px;}
#spring10 {width: 12000px; height: 400px;}
#summer09 {width: 12100px; height: 400px;}
#landscapes {width: 3000px; height: 600px;}
#links {left: 150px; width:600px; height: 800px;}


.menu_item{
	line-height: 15px;
	float: left;
	padding-right: 25px;
	margin-right: 5px;
	font-family:"Times New Roman";
	font-style:italic;
	
}

A:link {
	text-decoration: none;
	color: black;
	}

A:visited {
	text-decoration: none;
	color: black;
	}

A:active
{text-decoration: none
}

A:hover {
	text-decoration: none;
	color: #CCC;
	}

