html {
    overflow-y: scroll;
}
body {
	background-image: url('../images/linen.png');
}
.page-container {
	background: #FFF;
	box-shadow: 0px 0px 23px #444;
	border-bottom: 3px solid #002147;
}
#ualogo {
	margin-top: 10px;
}
.header {
	background: #AB0520;
	padding: 1px;
}
.wallpaper {
	background-image: url('../images/DSC_0650.JPG');
	height: 300px;
}

.header h2 {
	color: white;
	text-align: right;
	font-size: 26px;
	text-shadow: 2px 2px 2px #111;
}
.darkbg {
	background: #AB0520;
	color: white;
	padding-right: 20px;
}
.links {
	text-align: right;
}
.links a, .links a:hover, .links a:visited, .links a:active {
	color: #fff;
}
.links a:hover{
	text-decoration: underline;
}
