html {
	margin: 0px;
	padding: 0px;
}

body {
	font: 10pt arial, sans-serif;
	background-color: white;
	width: 800px;
	max-width: 800px;
	margin: auto;
}

a {
	text-decoration: none;
}

#container {
	text-align: center;
}

#intro {
	background: transparent url(images/blackTitle.jpg) no-repeat top left;
	margin: 1px;
	width: 800px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#intro h1 {
	display: none;
}

#menu {
	width: 800px;
	max-width: 800px;
	position: absolute;
	left: 0px;
}

#resume {
	margin: 1px;
	width: 200px;
	height: 50px;
	position: relative;
	top: 76px;
	left: 0px;
}

#resume img {
	border: 0;
}

#stanford {
	margin: 1px;
	width: 200px;
	height: 50px;
	position: relative;
	left: 196px;
	top: 25px;
}

#stanford img {
	border: 0;
}

#music {
	margin: 1px;
	width: 200px;
	height: 50px;
	position: relative;
	left: 392px;
	top: -26px;
}

#music img {
	border: 0;
}

#projectLinks {
	background: transparent url(images/projectsSide.gif) no-repeat top left;
	margin: 1px;
	width: 227px;
	height: 575px;
	position: relative;
	left: 593px;
	top: -77px;
}

#projectLinks h1 {
	display: none;
}

#contact {
	position: absolute;
	left: 30px;
	bottom: 250px;
	text-align: left;
	color: white;
}

#contact span {
	font-weight: bold;
	font-size: 12pt;
	line-height: 150%;
	position: relative;
	left: -15px;
}

#contact a {
	text-decoration: none;
	color: white;
}

#contact a:hover {
	text-decoration: underline;
}

#w3c img {
	border: 0;
}

#w3c {
	position: absolute;
	bottom: 0px;
	left: 15px;
}

#links {
	position: relative;
	left: 15px;
	top: 35px;
	width: 190px;
	line-height: 20px;
	text-align: left;
}

#links span {
	background: transparent url(images/link.gif) no-repeat;
	width: 13px;
	height: 13px;
}

#links a {
	color: white;
	position: relative;
	left: 20px;
	padding-bottom: 10px;
	width: 190px;
}

#projectInfo {
	background: transparent url(images/projectbg.gif) no-repeat;
	margin: 1px;
	width: 592px;
	max-width: 592px;
	height: 550px;
	color: #680e85;
	font: 11px arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 127px;
}

#projectInfo a {
	color: #680e85;
	text-decoration: none;
}

#projectInfo a:hover {
	text-decoration: underline;
	text-indent: 0;
}

#screenshots {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 175px;
	max-width: 175px;
}

#screenshots img {
	border: 0px;
}

#screenshots img.preview {
	padding-top: 10px;
	width: 150px;
	position: absolute;
	left: 5px;
	z-index: 0;
}

#screenshots a span {
	position: absolute;
	padding: 0px;
	left: -1000px;
	border: 5px solid black;
	visibility: hidden;
	color: black;
	background-color: black;
	text-decoration: none;
	z-index: 1;
}

#screenshots a:hover {
	text-decoration: none;
	color: black;
	border: 0;
}

#screenshots a:hover span {
	visibility: visible;
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 1;
}

#screenshots span.top {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

#screenshots span.sub {
	font-style: italic;
	font-size: 10px;
}

#screenshots a {
	text-decoration: none;
	cursor: default;
	text-indent: 0;
}

#details {
	width: 390px;
	text-align: left;
	position: absolute;
	left: 185px;
	top: 10px;
}

#details span.title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#details span {
	font-weight: bold;
}