body {
	background-image: url("images/squared_metal.png");
}
#wrapper div {
	margin: auto;
}
#top {
	width: 900px;
	padding-bottom: 10px;
}
[src="images/kivalogo.png"] {
	height: 50px;
}
[src="images/ophslogo.png"] {
	height: 50px;
	float: right;
}
#topnav {
	background-image: url("images/triangular.png");
	background-size: 40px 40px;
	height: 40px;
	border-radius: 4px;
}
#topnavMenu {
	height: 30px;
	width: 900px;
	word-spacing: 25px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
#topnavMenu>a {
	font: 400 25px/1.3 'Bree Serif', Georgia, serif;
	font-weight: bold;
	text-decoration: none;
	color: 333333;
	word-spacing: normal;
	cursor: pointer;
}
#topnavMenu>a:hover {
	color: 660000;
}
#main {
	width: 900px;
	box-shadow: 0px 0px 20px 3px #d3d3d3;
	border-radius: 4px;
	background-image: url("images/cream_dust.png");
}
h1 {
	text-align: center;
	font-family: 'Rancho', Georgia, Times, serif;
    font-size: 60px;
	line-height: 60px;
	padding-top: 20px;
}
h2 {
	font-family: 'Gudea', Helvetica, Arial, sans-serif;
    line-height: 25px;
	font-size: 20px;
}
p {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
	font-size: 13px;
}
#pagetitle {
	padding-left: 10px;
}
hr {
	background-color: #d4d4d4;
	color: #d4d4d4;
	height: 3px;
	width: 800px;
	border: 0px;
	
}
#feed {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}