body {
	padding: 0 35px;
	margin: 0 auto;
	max-width: 900px;
  font-family: Arial, sans-serif;
	background: black url(/img/bg/carbon_fibre.png);
  color: #f33;
}

#window {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 120px;
	z-index: -1;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: black url(/img/bg/milky_way.jpg) fixed;
}

h2 {
	margin: 0;
	float: left;
	color: white;
	font: bold italic 30px/100px Georgia, serif;
}

#nav {
	float: right;
	font-size: 18px;
	line-height: 100px;
  color: #888;
}

#nav .navitem {
	font: italic 18px Georgia, serif;
}

#nav a {
	text-decoration: none;
}

.active {
	color: white;
}

h1 {
	clear: both;
	color: white;
	margin: 0 0 50px 0;
	font: bold italic 50px/120px Georgia, serif;
}

p {
	margin: 0 0 2.4em 0;
}

a {
	color: #ccc;
}

a:hover {
	color: white;
}

a:focus {
	outline: none;
}

h3 {
	color: white;
	font: bold italic 40px/40px Georgia, serif;
}

h3 a {
  color: white;
  text-decoration: none;
}

#footer {
	text-align: center;
	padding: 150px 0 40px 0;
	color: #666;
	clear: both;
  font-size: 13px;
}

.project {
	margin: 80px 0;
	padding: 0 0 0 360px;
	clear: both;
  font-size: 13px;
  color: #999;
}

.project .image {
	padding: 0 0 80px 0;
	margin-left: -360px;
	float: left;
}

.project .image > div {
	padding: 10px;
	background: #555;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

  -moz-box-shadow: 15px 15px 25px #000;        
  -webkit-box-shadow: 15px 15px 25px #000;
  box-shadow: 15px 15px 25px #000;
}

.project .image > div div {
	width: 300px;
	height: 300px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.li {
  margin: 0 0 1em 0;
}

