body {
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url('../images/background.png');
	color: #000;
}

a {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: gold;
	text-decoration: none;
}

#contentTable {
	width: 668px;
}

.leftSide {
	width: 9px;
	background-image: url('../images/left_shadow.png');
}

.rightSide {
	width: 9px;
	background-image: url('../images/right_shadow.png');
}

#banner {
	text-align: center;
	background-image: url('../images/banner_bg.png');
}

.bannerFill {
	width: 17px;
	background-image: url('../images/banner_bg.png');
}

.menuFill {
	width: 17px;
	background-image: url('../images/menu_bg.png');
}

.contentFill {
	background-color: #fff;
}

#menu {
	height: 32px;
	background-image: url('../images/menu_bg.png');
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#content {
	background-color: #fff;
}

#bottomLeft {
	width: 26px;
	height: 60px;
	background-image: url('../images/bottom_left.png');
}

#bottom {
	width: 616px;
	height: 60px;
	background-image: url('../images/bottom.png');
}

#bottomRight {
	width: 26px;
	height: 60px;
	background-image: url('../images/bottom_right.png');
}

#copyright {
	font-size: xx-small;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.content {
	padding: 10px 10px 0 10px;
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
	color: #000;
}

.date {
	font-size: 10px;
	color: #888;
}

.title {
	font-weight: bold;
	font-size: 14px;
}

.post {
	padding: 5px 0 5px 0;
}

#spacer {
	width: 2px;
	padding-top: 10px;
	background-image: url('../images/bluespacer.gif');
}

#sidebar {
	width: 105px;
	vertical-align: top;
	padding: 10px 5px 0 5px;
}

/* http://ftp.bioinformatics.org/pub/wikiposon/lib/images/fileicons/ */
.filelist {
	list-style-type: none;
}

