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

body 
{ 
	background-image:url("images/PF-Background.jpg");
    margin:10px 200px;
}

div.container
{
	width:775px;
	font-family:Arial,Helvetica,sans-serif;
}
	   
h2
{
	color:#333333;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:1em;
}

h3
{
	color:#333333;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:0.75em;
}


div.left
{
	position:absolute;
	top:210px;
	text-align:center;
	left: 184px;
}

div.rightindex
{
	
	width:440px;
	margin-left:333px;
	text-align:center;
	background-color:#374045;
	padding:5px 0px 0px 0px;
}


#navbar{position:absolute;}
#navbar li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:-15px;
	background-image: url(images/navbar.gif);
}

#navbar li, #navbar a{height:81px;display:block;}

#home{left:0px;width:65px;}
#home{background:url('images/navbar.gif') 0 0;}
#home a:hover{background: url('images/home.gif') 0 0;}

#services{left:66px;width:65px;}
#services{background:url('images/navbar.gif') -67px 0;}
#services a:hover{background: url('images/services.gif') 0 0;}

#contact{left:131px;width:65px;}
#contact{background:url('images/navbar.gif') -132px 0;}
#contact a:hover{background: url('images/contact.gif') 0 0;}

#photos{left:197px;width:65px;}
#photos{background:url('images/navbar.gif') -198px 0;}
#photos a:hover{background: url('images/photos.gif') 0 0;}

#testimonials{left:263px;width:65px;}
#testimonials{background:url('images/navbar.gif') -264px 0;}
#testimonials a:hover{background: url('images/testimonials.gif') 0 0;}




div.right
{
	float:right;
	width:440px;
	margin-left:343px;
	text-align:center;
	background-color:#b5b9a4;
	padding:5px 0px 0px 0px;
}

p.right 
{font-size:1em;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
background-color:#d5c16b;
text-align:center;
padding:5px;
margin:5px;
}

p {font-size:1em;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
text-align:left;
padding:5px;
margin:5px;
}

