@charset "utf-8";

h1 {
	width: 371px;
	height: 110px;
	background: url(../images/topTitle.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 73px;
	margin-top: -55px;
	position: absolute;
	top: 50%;
	bottom: 50%;
}

#nav {
	position: absolute;
	bottom: 57px;
	left: 72px;
	z-index: 25;
}

#nav ul {
	width: 168px;
	height: 25px;
}

#nav li {
	float: left;
	height: 25px;
}

#nav li a {
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -99999px;
}

#nav li.portfolio a {
	width: 74px;
	background: url(../images/topNav.gif) no-repeat 0px 0px;
}

#nav li.portfolio a:hover {
	background: url(../images/topNav.gif) no-repeat 0px -25px;
}

#nav li.information a {
	width: 93px;
	background: url(../images/topNav.gif) no-repeat -74px 0px;
}

#nav li.information a:hover {
	background: url(../images/topNav.gif) no-repeat -74px -25px;
}