body {
	background-color: black;
	color: white;
}

#header {
	height: 0px;
	overflow: hidden;
}

h2 {
	color: #C5BFA3;
}

h3, h4 {
    color: #ccc;
    margin-top: 1em;
    margin-bottom: .2em;
}

a {
	color: #B6CCCC;
}

a:hover {
	color: #D0F0F0;
}

#container {
	width: 760px;
	text-align: left;
	background-image: url('../images/nm2-bg.jpg');
	background-repeat: no-repeat;
	padding-top: 240px;
}

#main {
	width: 440px;
	float: left;
}

#main h2 {
	width: 400px; 
	height: 50px;
	text-indent: -9999px;
}	

#main h2.show {
        text-indent: 0px;
}

h2#biography { background: url("../images/bio-header.jpg"); }
h2#links     { background: url("../images/links-header.jpg"); }
h2#cv        { background: url("../images/cv-header.jpg"); }

#main p {
	padding-left: 40px;
}

#nav {
	float: left;
	padding-top: 110px;
	padding-left: 40px;
}
