html{
 background-color: #eeede9;
}
body.inv{
}
#ksu-header{
	width: 100%;
}
#ksu-header-top{
	background: url(/client/jpg/header-top-bg.jpg);
}
#ksu-header-masthead {
	height: 130px;
	width: 960px;
	background: url(/client/jpg/header-masthead-bg.jpg) no-repeat;
	margin: auto;
	position: relative;
}
#ksu-header h1{
	float: left;
	margin: 23px 0 0 9px;
	width: 350px;
	height: 90px;
	padding: 0;
	text-indent: -9999px;
	background: url(/client/png/wordmark.png) no-repeat 5px 5px;
}
#menu-div{
	position: absolute;
	top: 130px;
}
#page-title{
	max-width: 960px;
	margin: auto;
	
}
main.about{
	max-width: 960px;
	margin: auto;
	background-color: #FFFFFF;
}
ul.about{
	list-style: outside;
	margin-left: 1em;
}
li.about{
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: circle;
}
a.about{
	color: #512888;
	text-decoration: underline;
}
figure img.about{
	display: block;
	width: none;
	max-width: 80%;
	max-height: 40em;
	margin: auto;
}
figure figcaption{
	width: 80%;
	max-width: 40em;
	margin: auto;
}

