@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(_images/UF1_logo_bkg_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masthead {
	height: 260px;
	position: relative;
}
#biglogo {
	width: 583px;
	left: 60px;
	position: absolute;
}
#smalllogo {
	height: 90px;
	width: 197px;
	position: absolute;
	top: 171px;
	right: 1px;
}
#mainmenu { }
.biggerletter { font-size: 18px; }
#links {
	height: 267px;
	width: 237px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #797979;
}
#clearboth {
	clear: both;
	width: 955px;
	height: 3px;
	background-color: #797979;
}
#footer {
	clear: both;
	height: 15px;
	width: 950px;
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
h2 {
	font-size: 18px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: capitalize;
	padding-top: 10px;
	padding-left: 10px;
}

