div#content {
	width: 706px;
	background-color: #494949;
	float: left;
	margin-top: 6px;
}

div#textContainer {
	width: 661px;
	font-size: 12px;
	color: #e4e2d9;
	padding: 5px 5px 25px 5px;
	margin: 2px 0 0 10px;
	height: auto;
}

div#instructionalButton {
	width: 250px;
	height: 40px;
	cursor: pointer;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#animalButton {
	width: 189px;
	height: 40px;
	cursor: pointer;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#analyticalButton {
	width: 226px;
	height: 40px;
	cursor: pointer;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#pharmaButton {
	width: 218px;
	height: 40px;
	cursor: pointer;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#projectSubContent {
	width: 883px;
	background-color: #212121;
	display: table;
	padding-bottom: 25px;
}

div#projectSubContentText {
	width: 812px;
	/*display: table;*/
	padding-left: 40px;
	margin-top: 32px;
}

div#projectText {
	width: 825px;
	display: table;
	margin-top: 42px;
}

div#leftText {
	font-size: 12px;
	color: #e4e2d9;
	width: 403px;
	float: left;
}

div#leftText ul {
	padding-left: 40px;
	width: 300px;
	margin-left: -22px;
}

div#rightText {
	font-size: 12px;
	color: #e4e2d9;
	width: 391px;
	float: left;
	margin-bottom: 15px;
}/*
div#rightText div#pictureBig {
	margin-left: 20px;
}
div#rightText div#photoList {
	padding-left: 20px;
}*/
div#rightText img {
	float: left;
}
div#projectSubContentText h2 {
	display: none;
}

div#verticalStroke {
	width: 1px;
	height: 258px;
	float: left;
	margin-left: 17px;
	margin-right: 10px;
}

div#subtitle2 {
	width: 320px;
	height: 26px;
}

ul#projectsList {
	list-style-image: url(../images/bullet.jpg);
	margin-top: 34px;
}

ul#projectsList li {
	padding-left: 12px;
	padding-bottom: 15px;
}

ul#projectsList a {
	font-size: 12px;
	color: #f7402a;
	text-decoration: none;
}

ul#projectsList a:hover {
	text-decoration: underline;
}


