@charset "UTF-8";
/* CSS Document */
#top-left-flare{
	background-image: url(images/home-yellow-flare-tl.png);
	width: 119px;
	height: 122px;
}
a img
{
	border-style:none;
}
#home-logo{
	background-image: url(images/PSU-logo.png);
	width: 258px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}
#right-bg{
	background-image: url(images/home-bg-right.png);
	width: 138px;
	height: 533px;
	float: right;
	margin-top: -187px;
	z-index: -1;
}
#content{
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 300px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino";
}
#content-left{
	padding-top: 75px;
	text-align: center;
	width: 395px;
	height: 250px;
	background-image: url(images/white-bg.png);
}
#content-right{
	text-align: center;
	margin-top: -248px;
	margin-left: 401px;
	width: 399px;
	background-image: url(images/white-bg.png);
}
.large-grey{
	font-size: 22pt;
	color: #697171;
}
.small-red{
	font-size: 9pt;
	color: #d5100b;
}
#footer{
	position: absolute;
	top: 650px;
	margin-left: 300px;
	background-image: url(images/home-red-flare-br.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 94px;
	z-index: -100;
	width: 717px;
}
