html, body {margin: 0; padding: 0; border: 0;}

body {
	background:  url(bd.jpg) repeat-y center #7E8B52;
	margin: 0;
	padding: 0;
}

#container {
	margin: 50px auto;
	width: 465px;
	height: 565px;
	border: 0;
}

#top {
	margin: 0 auto;
	border-width: 0;
	width: 450px;
	height: 380px;
	padding: 0;
}

a img {
	padding: 0;
	border-width: 0;
	}

#navlinks {
	position: relative;
	margin: 0 auto;
	width: 465px;
	height: 115px;
	} 
	
#navlinks a {
	display: inline;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

#navlinks a.about img {
	background: url(about.jpg) no-repeat;
	}
	
#navlinks a.resume img {
	background: url(resume.jpg) no-repeat;
	}
	
#navlinks a.photos img {
	background: url(photos.jpg) no-repeat;
	}

#navlinks a:hover img {
	background-position: -150px;
	}

#contact {
	position: relative;
	margin: 25px auto;
	text-align: center;
	height: 70px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	}
	
#contact a:link {
	padding: 3px;
	color: #FFFFFF;
	text-decoration: underline;
	}

#contact a:visited {
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	}	

#contact a:hover {
	padding: 3px;
	color: #FFFFFF;
	background-color: #7E8B52;
	text-decoration: none;
	}


#banner {
	display: none;
	}

#footer {
	clear: both;
	height: 0px;
	font-size: 0px;
	}
