body {
	background-color:#101010;
	color:white;
	font-family: Rockwell, Helvetica, Arial, sans-serif;
	line-height: 135%;
}
a {	color:#ccc; }
a.highlight {
	color:#ccc;
}

#wrapper {
	height:100%;
	width:800px;
	margin:0 auto;
	background:black;
	border:5px solid #090909;
}

.exclam {
	font-family:Rockwell, Helvetica, Arial, sans-serif;
	font-size:25px;
	color:white;
	text-align:left;
	padding:0 0 20px 20px;
}
.preview {
	margin: 20px;
	width:640px;
}
.projects {
	margin:20px;
}
.project {
	float:left;
	width:300px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 130%;
}
.clear {
	clear:both;
}

img {
	border:none;
}