body {
	font-family: Georgia, "Times New Roman", Verdana, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 2.00em;
	color: #800000; 
	margin: 40px 40px 10px 40px;
	background-color: #D7D7D7;
}

ul {
	list-style-type: none;
}

li {
	clear: left;
}

ul.project {
	margin-bottom: 5em;
	clear: left;
	padding: 3px 10px 3px 10px;

}

ul.project li {
	display: inline;
	float: left;
	clear: none;
	list-style-type: none;
	width: 10em;
	padding: 3px 8px 3px 5px;
	margin-bottom: 1em;
	margin-right: 9px;
	border-left: .6em solid silver;
	border-bottom: .6em solid silver;
	background-color: #FBD7A1;
	font-size: .8em;
	
}

ul a {
	text-decoration: none;
}

li a:hover {
	color: maroon; text-decoration: underline; 
}

#container {
	border: 5px solid white;
	border-style: ridge;
	padding: 3px 6px 3px 6px;
}

#topbanner {
	border: 1px;
	padding: 2px 5px 2px 5px;
	background-image: url(../classsitecss_redesign/life.gif);
	background-repeat: no-repeat;
	
}

#othercontent {
	border: 2px solid white;
	border-style: groove;
	padding: 2px 2px 2px 2px;

	
}

#maincontent {
	border: 5px solid white;
	border-style: double;
	padding: 3px 6px 3px 6px;

}

.smallertxt {
	font-size: samller;
	position: relative; top: .3em; 
}
