body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #000;
	color: #ddd;
}
body, div {
	padding: 0;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
p, h2 {
	margin-bottom: 1em;
}
dl dt, dl dd {
	margin-bottom: 0.5em;
}
a:link, a:visited, a:hover, a:active {
	color: #ccf;
	text-decoration: none;
	border-bottom: 1px dotted #ccf;
}
a:hover {
	border-bottom: 1px solid #ccf;
}
a.forImage {
	border-style: none;
}
#content {
	width: 800px !important;
	margin: 0 auto;
}
#header, #footer {
	text-align: center;
	background: #333;
	padding: 0.3em;
	opacity: 0.4;
}
#footer {
	font-size: 0.8em;
}
#gallery {
	width: 100%;
	height: 500px;
}
#gallery a {
	border: none;
}
#galleries {
	margin: 0 0 0 2em;
	padding: 0;
}
#galleries .project {
	width: 380px;
	height: 230px;
	float: left;
	text-align: center;
}
#galleries .project h2 {
	font-size: 1em;
}
#waffle h2 {
	clear:both;
}