* {
	margin: 0;
	padding: 0;
}

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

p {
	color: #bbb;
	padding-bottom: 15px;
	font-family: arial;
}

img {
	border: none;
}

a {
	font: 18px arial;
}

#name {
	position: absolute;
	font-family: "Comic Sans MS";
	font-size: 2.7em;
	top: 55px;
	left: 35px;
}

#face {
	float:right;
	border: none;
}

#face img {
	height: 200px;
}

#gem {
	position: absolute;
	padding-top: 30px;
	right: 0;
}

#header {
	height: 200px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: white;
}

#header-container {
	height: 200px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header-left {
	float:left;
	height: 200px;
	width: 449px;
	border-right: solid 1px white;
}

#header-right {
	float:left;
	height: 200px;
	width: 449px;
	/*
	border-left: solid 1px white;
	*/
}

#content {
	color: #fff;
	position: absolute;
	top: 200px; 
	left: 30px;
	margin-right: 600px;
	margin-top: 30px;
}


#content p {
	margin-top: 20px;
}

.lavaLampMenu {
	position: relative;
	height: 29px;
	width: 421px;
	/*background-color: white;
	*/
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLampMenu li {
	float: left;
	list-style: none;
}

.lavaLampMenu li.back {
	border-bottom: 5px solid #be1201;;
  width: 9px;
	height: 30px;
  z-index: 8;
  position: absolute;
}

.lavaLampMenu li a {
	font: bold 14px arial;
  text-decoration: none;
  color: white;
  outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   

.lavaLampMenu li a:hover, .lavaLampMenu li a:active, .lavaLampMenu li a:visited {
	border: none;
}

#menu {
	position: absolute;
	top: 120px;
	left: 50px;
}

#right-header-content {
	position: relative;
	top: 30px;
	left: 50px;
}

#right-header-content h1 {
	font: bold 14px arial;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 20px;
}

#tech-images {
	padding-top: 30px;
	padding-left: 30px;
}

.red {
	color: #be1201;
}

#content h2 {
	margin-top: 30px;
	font: bold 14px arial;
	font-size: 1.3em;
	text-transform: uppercase;
}


#rails-pic {
	padding-right: 30px;
	float: left;
}

#about-content, #contact-content {
	opacity: 0;
	display: none;
}

#portfolio-content {
	opacity: 1;
}

img.screenshot {
	width: 300px;
	height: 200px;
}

.project_container {
	margin-bottom: 30px;
	clear: both;
}

#eipon {
	display: none;
}

#mm {
	display: none;
}

#future-old {
	display: none;
}

#img-mm {
	height: 400px;
	margin-left: 70px;
}

.screenshot_wrapper {
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
}

#second {
	display: none;
	opacity: 0;
}
