@charset "UTF-8";
/* CSS Document */

body{
	background-color: #333333;
	background-image: url(graphics/bg.gif);
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin: 23px;
}
#container #head h1, #container #head h2 {
	display: none;
}
#container #head{
	height: 102px;
	background-image: url(graphics/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 37px;
}
a{
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color: #CCCCCC;
}
#container #workinprogress {
	position: absolute;
	left: 692px;
	top: 56px;
}
#container #page {
	padding-left: 168px;
	width: 600px;
}
#container #page #folio .col {
	float: left;
	width: 138px;
	margin-right: 30px;
}
#container #page #folio h3 {
	padding-bottom: 10px;
}
#container #workinprogress a {
	display: block;
	padding-top: 10px;
}
