/**********************************
 * Designed by: Daniel Rothenberg
 *              dar256@cornell.edu
 *
 * Date: 11/20/2009
 * Version: 1.0
 **********************************/
 
#content {
	display: table-cell;
	width: 75%;
	margin: 0 10px 0 10px;
	padding: 2px 20px 0 20px;
	color: #3a4146;
	font-size: 1.5em;
	font-weight: bold;
}
#content li {
	list-style: none;
	margin: 10px 0 10px 0;
	line-height: 32px;
	text-align: right;
}
#foot {
	margin-top: 10px;
}

