

body
	{
	margin: 0;
	border: 0;
	padding: 0;
	background-image:  url("images/bckgd_red.gif");
	font-family: sans-serif;
	font-size: 1em;
	/*line-height: 1em;*/
	color: #000;
	}
	
h1, h2
	{
	font-family: serif;
	}
	
#banner
	{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:  url("images/ptfd_banner_bckgd.gif");
	width: 100%;
	height: 45px;
	
	}
	
#photo
	{
	position: absolute;
	top: 46px;
	left: 0px;
	border-top: 4px solid black;
	width: 100%;
	height: 150px;
	background-image:  url("images/img_bckgd.gif");
	text-align: center;
	}
	
#patch
	{
	position: absolute;
	right: 15px;
	top: 1px;
	border: 0px;
	margin: 0;
	padding: 0;
	}
	
#flash
	{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	height: 36px;
	background-image:  url("images/flash_bckgd.gif");
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
#flash img 
	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
#nav
	{
	position: absolute;
	left: 0;
	top: 75px;
	border: 0;
	}
	
#nav ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#nav ul a:link
	{
	color: #FFF;
	width: 143px;
	height: 36px;
	display: block;
	text-align: center;
	background-image:  url("images/bt_bckgd.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	}
	
#nav ul a:visited
	{
	color: #FFF;
	width: 143px;
	height: 36px;
	display: block;
	text-align: center;
	background-image:  url("images/bt_bckgd.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	}
	
#content
	{
	position: absolute;
	top: 250px;
	left: 150px;
	width: 76%;
	background-color: #FFF;
	padding: 20px;
	padding-bottom: 30%;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	}
	
#content a:link
	{
	color:#009;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	}
	
#content a:visited
	{
	color:#009;
	text-decoration:none;
	white-space: nowrap;
	background: none;
	}
	
#content a:hover
	{
	color:#3E97CF;
	text-decoration:none;
	background: trasparent;
	}
	
#nav ul a:hover
	{
	color: red;
	background-image:  url("images/bt-over_bckgd.gif");
	}
	
#corner 
	{
	position: absolute;
	left: 0;
	top: 236px;
	}

.right
	{
	float:right;
	margin-left: 10px;
	}
	
.left
	{
	float:left;
	margin-right: 10px;
	}