@charset "utf-8";
#header {
	top:auto;
	width:780px;
	height:100px;
	background-image: url(../graphics/780x100skyline.jpg);
	background-position: center center;
	position: relative;
}
#leftSideBar {
	position:absolute;
	top:115px;
	width:120px;
	height:665px;
	z-index:2;
}
#content {
	left:131px;
	top:339px;
	width:520px;
	z-index:3;
	background: #666;
	position: absolute;
	color: #FFF;
	font-size: 0.9em;
}
.EventNames {
	font-weight: bold;
	text-transform: uppercase;
	background: #999;
}

#rightSideBar {
	position:absolute;
	top:115px;
	width:120px;
	height:665px;
	z-index:4;
	right: 0px;
}
#rightSideBar img {
	margin-bottom: 11px;
}
#leftSideBar img {
	margin-bottom: 11px;
}
#header img {
	margin-right: 10px;
	clear: none;
	float: right;
	margin-top: -50px;
}
#HeaderLogo {
	background: url(../graphics/KSUlogoWebPlain.png) no-repeat;
	width: 210px;
	height: 61px;
	position: relative;
	top: 15px;
	left: 10px;
}
body {
	background: #336;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#wrapper {
	width: 780px;
	margin: 0px auto;
	position: relative;
}
#TopNav {
	width:522px;
	height:200px;
	z-index:1;
	position: absolute;
	top: 115px;
	left: 130px;
	background: #666;
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
}
#footer {
	top: 870px;
	background: #666;
	height: 130px;
	width: 520px;
	position: absolute;
	left: 130px;
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
	color: #FFF;
}
a:link {
	color: #336;
}
a:visited {
	color: #336;
}
a:hover {
	color: #336;
}
a:active {
	color: #336;
}
p {
	text-align: left;
}
#wrapper #content blockquote p img {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#wrapper #content .TypeInTopNav {
	text-align: center;
}
#wrapper #footer p {
	text-align: center;
}
#wrapper #content blockquote table {
	text-align: center;
}
