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

#container {
width:					744px;
margin-left:			auto;
margin-right:			auto;
background-image:		url(images/container_bkgnd.jpg);
background-repeat:		repeat-y;
}

#nav {
width:					187px;
background-image:		url(images/nav.jpg);
background-repeat:		no-repeat;
height:					757px;
float:					left;
display:				block;
}

#PFI {
width:					557px;
height:					472px;
float:					left;
display:				block;
}

#body_container {
width:					540px;
float:					left;
background-image:		url(images/body_bkgnd.jpg);
background-repeat:		repeat-y;
padding-left:           17px;
}

#copy_area {
width:					300px;
}

#nav_buttons {
width:					122px;
height:					21px;
float:					left;
padding:                83px 0px 0px 52px;
}

#contact {
padding:				37px 0px 0px 37px;
width:					200px;
float:					right;
}


#footer {
width:					758px;
height: 				123px;
display:				block;
margin-left:			auto;
margin-right:			auto;
background-image:		url(images/footer_bkgnd.jpg);
background-repeat:		no-repeat;
float:					left;
}

#footer_links {
margin-top:             25px;
float:					left;
align:					center;
width:					100%;
}

.copy{
font-family:			Tahoma, Arial, Helvetica, sans-serif;
font-size:				11px;
color:					#000000;
line-height:			14px;
font-weight:			normal;
text-align:				left;
}


a{
font-family:			Tahoma, Arial, Helvetica, sans-serif;
font-size:				11px;
color:					#000066;
line-height:			14px;
font-weight:			normal;
text-decoration:		none;
}



