body {
	background-color: #fffeea;
	background-image: url(images/border.png);
	background-repeat: repeat-y;
	color: black;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

div.header {
	height: 159px;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #79901d; */
	top: 0px;
	left: 0px;
	background-image: url(images/head_right.jpg);
	background-color: #79901d;
	background-repeat: no-repeat;
	background-position: right;
}

div.bar {
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;
/*	background-image: url(images/stripe.png); */
}

div.menu {
	top: 177px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	position: absolute;
	width: 161px;
}

div.content {
	padding: 4px;
	margin: 14px 13px 0px 210px;
}

img {
	border: 0px;
}

a,a:visited {
	font-weight: bold;
	color: #4b564c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.small {
	text-align: center;
	margin: 32px 32px 0px 32px;
	border-top: 1px solid #136db3;
	padding-top: 3px;
	color: #5271b9;
	font-size: 8pt;
}

a.small,a.small:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #5271b9;
}

a.small:hover {
	color: #6582c4;
}

table.project {
	border: 0px;
	margin-bottom: 8px;
}

td.projectimg {
	padding: 2px;
}

td.projectinfo {
	vertical-align: top;
	padding: 8px 8px 0px 10px;
}

span.projectname {
	text-decoration: underline;
}

div.comic {
	text-align: center;
}

span.comicanno {
	font-size: 90%;
	color: #a08080;
}

