* {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
}
#page {
	width: 500px;
	text-align: left;
	margin: auto;
}
a {
	color: #475775;
	background-color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #475775;
}
.header {
	text-align: center;
	font-size: 1em;
	padding: 15px 0px;
}
.header a {
	font-weight: bold;
	color: #a6a6a6;
	text-decoration: none;
	margin: 0px 19px;
}
.header a:hover {
	color: #000000;
	background-color: #ffffff !important;
}
#logo {
	display: block;
	overflow: hidden;
	width: 227px;
	height: 42px;
	background-image: url("./logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	text-indent: -9000px;
	margin: 0px auto 6px auto !important;
}

#about, #portfolio {
	padding: 15px 0px;
	border-top: 3px solid #eeeeee;
}
#portfolio .piece {
	padding: 0px 0px 30px 0px;
	position: relative;
}
#portfolio .piece strong {
	font-size: 1.1em;
}
.top {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .9em;
}
textarea, input {
	font-size: 1em;
}
textarea {
	width: 100%;
	height: 6em;
}
