body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #ccc;
	text-decoration:underline;
}

a:hover { text-decoration:none; }

#home {
	background-image: url('/img/home.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	width: 700px;
	height: 400px;
	margin:0 auto;
	color:#fff;
	text-align:left;	
}

#home h1 {
	display: block;
	width: 315px;
	height: 60px;
	background-image: url('/img/johnottman-big.gif');
	background-position: center;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	position:relative;
	top: 250px;
	left: 150px;
}

#home h1 span, #home h2 {
	display: none;
}

div#nav {
	margin: 0px;
	padding: 0px;
	width: 405px;
	height: 30px;
	position:relative;
	top: 240px;
	left: 160px;	
}

div#nav ul {
	margin: 0px; 
	padding: 0px;
}

div#nav span {
	display: none;
}

div#nav ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}


div#nav ul li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}

div#nav ul li.news a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 76px;	height: 30px;
	background: transparent url("/img/homenav/news.gif") top left no-repeat;
}


div#nav ul li.biography a {
	float: left;
	display: block;	
	margin: 0px;
	padding: 0px;
	width: 127px;	height: 30px;
	background: transparent url('/img/homenav/biography.gif') top no-repeat;
}

div#nav ul li.projects a {
	float: left;
	display: block;	
	margin: 0px;
	padding: 0px;
	width: 106px;	height: 30px;
	background: transparent url('/img/homenav/projects.gif') top no-repeat;
}

div#nav ul li.contact a {
	float: left;
	display: block;	
	margin: 0px;
	padding: 0px;
	width: 96px;	height: 30px;
	background: transparent url('/img/homenav/contact.gif') top no-repeat;
}


div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;	
	margin-bottom: 20px;
}