html {
	height: 100%;
}

body {
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #C9DAF3;
	font-family: "trebuchet ms", verdana, arial;
	margin: 10px 0px; 
	padding: 0px;
	text-align: center;
	height: 100%;
}


p {
	text-decoration: none;
	color: black;
	font-size: 13px;
	text-align: left;
}


#quote {
	text-decoration: none;
	color: black;
	font-size: 11px;
}


a {
	text-decoration: none;
	color: black;
	outline: 0;

}


a:hover {
	text-decoration: underline;
}

#abovemain {
	width: 944px;
	height: 2px;
	background-color: #fff;
	margin:0px auto;
}


#main {
	width: 992px;
	background :url('img/shadow.png') repeat-y;
	margin:0px auto;
	text-align:left;
	min-height: 100%;
	display: table;
}


#toparea {
	width: 940px;
	height: 114px;
	background-image:url("img/pf_logo.jpg");
	margin-left: 26px;
}

#menuarea {
	width: 940px;
	height: 24px;
	background-image:url("img/menu.jpg");
	background-repeat: repeat-x;
	margin-left: 26px;
}


#submenuarea {
	width: 922px;
	height: 29px;
	background-image:url("img/submenu_shadowed.jpg");
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 18px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 26px;
}

#contentarea {
	width: 926px;
	text-align:left;
	margin-left: 25px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 25px;
	height: 100%;
}



#imagearea {
	width: 450px;
	height: 432px;
	background-color: #FFFFFF;
}


a img {
	border-width: 0px;
	border-color: #000000;
}


.note {
	width: 560px;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 90px;
	border: 1px solid #999999;
	font-size: 12px;
	background-color: #f9f7b7;
}


