body {
	background: #373028;
}
h1, h2, h3, h4, h5 {
	color: #335544;
}
a:visited {
	color: #576e38;
}
a:link {
	color: #6c9b25;
}
a:hover {
	color: blue;
}
a:active {
	color: red;
}
#academic li {
	padding-bottom: 0.8em;
}
#breadcrumbs {
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0px;
	color: gray;
}
#container {
	background-color: white;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#header {
	text-align: right;
	margin-right: 5%;
	margin-left: 5%;	
	margin-top 0px;
	color: #335544;
	background: #aaca79 url('/images/mandala-2gradients.JPG') no-repeat right center;
	height: 200px;
}
#header h1 {
	padding-top: 180px;
	padding-right: 5%;
	font-family: sans-serif;
}
#menu {
	float: left;
	width: 22%;
	margin-left: 1em 
}
#menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
#menu a {
	text-decoration: none;
}
#menu li.line {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	text-indent: 0;
	margin-top: 1em;
}
#content {
	background-color: white;
	margin-left: 27%;
	padding: 1em;
	border-left: 1px solid gray;
	
}
#content dt {
	margin-top: 1em;
	color: #335544;
}
#footer {
	color: white;
	text-align: center;
	font-size: 0.7em;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	height: 70px;
	background: white url('/images/gradient.png') repeat-x right bottom;
}
#footer p {
	padding: 80px;
}
#photosets li {
	margin-bottom: 1em;
}
#latestphotos  img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

