* {
	padding: 0;
	margin: 0;
}

body {
	background: url(under-construction-stripe.gif) repeat-x fixed 0 0;
}

#warning {
	margin-top: 16px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
}

/*
#warning {
	margin-top: 16px;
	text-align: center;
	color: #fbeb01;
	background-color: #000;
	font-size: 18px;
	line-height: 25px;
}
*/

#header {
	margin-top: 20px;
	height: 50px;
}

h1 {
	font: normal normal 3em/1em STHeiti;
}

#outer {
	width: 900px;
	margin: 0 auto;
}

#showcase_list ul, #projects_list ul {
	list-style: none;	
}

#showcase_list ul li, #projects_list ul li {
	padding: 3px 0;
}


h2 {
	margin-top: 1em;
	font: 1.5em/1em STHeiti;
}


a {
   color: #08c;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#footer {
	display: none;
}

p {
	font: 0.9em sans-serif;
}

