body {
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#999;
}
.container {
	width:950px;
	margin:0 auto;

}
#banner {
	padding: 0;
	background-image: none;
	height: 250px;
	border-bottom: none;
	position: relative;
}
#banner h1 {
		display: block;
		height: 250px;
		width: 950px;
		text-indent: -5000px;
		border: none;
	}
div#banner img {
	display:none;
}
.home #banner h1 {
	background: transparent url(/img/banner-home.jpg) right top no-repeat;
}
.biography #banner h1 {
	background: transparent url(/img/banner-biography.jpg) right top no-repeat;
}
.services #banner h1 {
	background: transparent url(/img/banner-services.jpg) right top no-repeat;
}
.contact #banner h1 {
	background: transparent url(/img/banner-contact.jpg) right top no-repeat;
}
.terms #banner h1 {
	background: transparent url(/img/banner-terms.jpg) right top no-repeat;
}
#logo img {
	display:none;
}
#logo h1 a {
	display:block;
	text-indent: -5000px;
	height:100px;
	width:300px;
	border:none;
}

#main {
	width:930px;
}
#nav {
	float:left;
	width:300px;
	position:relative;
}
#nav #logo {
	display:block;
	height:100px;
	width:300px;
	border:none;
	background-image: url(/img/logo.png);
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	height:35px;
}
#nav li a {
	display:block;
	color:#000;
	height:35px;
	outline:none;
	text-indent:-5000px;
}
#nav li a:hover {
	color:#f7e5b2;
	}
#nav li#nav-bio a {
	background: url(/img/menu.png) no-repeat;
}
#nav li#nav-bio a:hover,#nav li#nav-bio a.selected {
	background-position: 0 -35px;
}
#nav li#nav-services a {
	background: url(/img/menu.png) 0 -70px no-repeat;
}
#nav li#nav-services a:hover,#nav li#nav-services a.selected {
	background-position: 0 -105px;
}
#nav li#nav-contact a {
	background: url(/img/menu.png) 0 -140px no-repeat;
}
#nav li#nav-contact a:hover,#nav li#nav-contact a.selected {
	background-position: 0 -175px;
}
img.biography {
	display:block;
	float:right;
	margin:1em 0 1em 2em;
}
p.title {
	font-weight:bold;
}
img.map {
	float:right;
	margin-top:1em;
}

#content {
	float:right;
	width:610px;
	padding:2em 10px;
	min-height:20em;
}
a:link, a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#09F;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height:20em;
}
/**/
#footer {
	clear:both;
	text-align:center;
	border-top: 1px dotted #333;
	font-size:80%;
}	