body {
	margin: 0px;
	font-family: futura, sans-serif;
	font-size: small;
}
#center {
	width: 765px;
	margin: 0 auto;
}

#nav {
	position: relative;
	top: 54px;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: center;
}
	
#footer {
	clear: both;
	font-size: x-small;
	margin-left: 125px;
}


.left {
	float: left;
	clear: both;
}


img { border: none }

a:link, a:visited { 
	color: #73A3A4; 
	text-decoration: none; 
}
a:hover, a:active, #select { 
	color: #EAC77F; 
}


a.last {
	vertical-align: bottom;
	background: url('images/last1.gif') no-repeat left;
}
a.next { 
	background: url('images/next1.gif') no-repeat left;
}

a.last:hover {
	background-image: url('images/last2.gif');
}
a.next:hover {
	background-image: url('images/next2.gif');
}

.last img, .next img { 
	visibility: hidden;
}

h1, h2 { 
	font-family: futura, sans-serif;
	font-size: small;
	letter-spacing: 2px;
}

h1 {
	margin-top: 0px;
}

#ndx {
	float: right ;
	padding: 20px;
	border: 4px solid #73A3A4;
	margin-left: 20px;
	text-align: center;
	font-size: x-small;
}
#bdy {
	margin-left: 125px;
}