html {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}

#container {
	text-align: center;
	position: absolute;
	left: 2px;
	top: 0px;
	margin: 0 auto;
}

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

#intro h1 {
	display: none;
}

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

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

#resume img {
	border: 0;
}

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

#web img {
	border: 0;
}

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

#stanford 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;
}

#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: 525px;
	color: #173090;
	font: 11px arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 127px;
}

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

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

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

#screenshots img.preview {
	padding-top: 10px;
	max-width: 150px;
	border: none;
}

#screenshots img.large {
	display: none;
}

#screenshots a:hover img.large {
	display: block;
	position: absolute;
	z-index: 1;
}

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

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

#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;
}