BODY { font-family: verdana; font-size: 10px; margin: 0px 0px 0px 0px; }
/* body { font-family: edges, terminal, fixed, courier new, courier; font-size: 10px; margin: 0px 0px 0px 0px } */

TABLE { font-family: verdana; font-size: 10px; margin-top: 0px; margin-left: 0px }

A { text-decoration: none; color: blue; font-weight: normal; }
A:hover { text-decoration: none; color: red; font-weight: normal; }
A:alink { text-decoration: none; color: blue; font-weight: normal; }
A:vlink { text-decoration: none; color: blue; font-weight: normal; }

#centercolumn {
	position: absolute;
	float: left;
	left: 240px;
	top: 160px;
	width: 50%;
	text-align: justify;
}

#logo {
	position: fixed;
	left: 0px;
	top: 0px;
}

#footbar {
	position: fixed;
	float: right;
	top: 160px;
	right: 0px;
	width: 220px;
	text-align: right;
	padding-right: 20px;
}

#menu {
	position: fixed;    /* 'fixed' doesn't work in IE */
	top: 180px;
	width: 220px;
	left: 0px;
	text-align: right;
	margin-right: 20px;
	border-style: none;
	font-style: bold;
}

#donate {
	text-align: left;
}

.bevel {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border: 1px solid bevel;
	background: #eeeeee;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

#centercolumn .inlinepic {
	float: center;
	text-align: center;
}

#dreamgirl {
	position: fixed;
	float: right;
	top: 3px;
	right: 3px;
}

.header {
	font-weight: bold;
}

.date {
	float: right;
}

.item {
	border: 1px solid black;
	width: 100%;
	height: 100%;
}