* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
}

body {
	background-color: #bbb;	
	color: #444;
}

#site {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #eceded;
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 199px;
	position: relative;
	border: 2px solid #444;
	margin-top: 15px;
}

#contact {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: smaller;
	text-align: right;
	padding: 3px;
}

a {
	color: #829a48;
	border-bottom: 1px dashed #8aac39;
	text-decoration: none;
}

.librarything a {
	border: none;
}

#content {
	padding: 10px;
	width: 940px;
	background-color: #fff;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	overflow: auto;
	margin-bottom: 5px;
}

.sep {
	color: #829a48;
	font-style: italic;
}

#content div.subcontent {
	width: 450px;
	padding: 0px 10px;
	float: left;
}

#cv {
	background-color: #d0ea90;
}

#content #cv table {
	font-size: small;
}
#content #cv table td {
	padding: 0.1em;
	vertical-align: top;
}
#content #cv table td+td {
	padding-left: 1.0em;
	vertical-align: top;
	text-align: left;
}
#content #cv .year {
	text-align: left;
	white-space: nowrap;
}

#content #cv span {
	margin-top: 0.8em;
	font-size: small;
}

#content h2 {
	margin-top: 1em;
	font-size: small;
}

#content h2 span {
	font-size: x-small;
	display: inline;
	margin: 0;
	text-align: left;
}

#content span {
	display: block;
	font-size: small;
}

#content img.screenshot {
	float: right;
	margin: 5px;
}
#content #cv strong {
	font-weight: bold;
	color: #a00;
}
#content #cv a {
	color: #000;
}

#footer {
	text-align: center;
	margin-bottom: 5px;
}

#footer a {
	border: none;
}

#footer img {
	border: none;
}


