@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	margin: 0px auto;
	min-width: 920px;
	max-width: 1120;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#marquee {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}
	
#header {
	background-image: url(images/header.png);
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: repeat-x;
	display: block;
	height: 101px;
	width: 100%;
}
#navbar {
	background-image: url(images/nav.png);
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: repeat-x;
	height: 30px
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#bottom a {
	color: #000000;
	text-decoration: none;
}
#bottom a:hover {
	color: #333333;
	text-decoration: underline;
}
.bfsc {
	padding-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
}
a {
	border: 0px none;
}
a img {
	border: 0px none;
}
img {
	border: 0px none;
}

