@charset "UTF-8";
/* CSS Document */

#section_header_area {
	height: 35px;
	width: 800px;
}
#left_column {
	float: left;
	height: 500px;
	width: 250px;
}
#category_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	height: 35px;
	width: 800px;
	top: 300px;
	text-align: left;
	left: 10px;
}
#category_left {
	background-image: url(/v/vspfiles/templates/999/images/biocategory/left_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	min-height: 500px;
	width: 220px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	top: 336px;
	position: absolute;
	left: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#content_area {
	width: 550px;
	float: right;
}
#content_area table table table tr td {
	padding: 0px;
	margin: 0px;
	height: 0px;
	border-collapse: collapse;
}
#content_area table table table {
	padding: 0px;
	margin: 0px;
	height: 0px;
	border-collapse: collapse;
}

