body
{
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg.jpg) no-repeat center top;
	text-align:center;
}

#wrapper
{
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#logo
{
	height: 38px;
	width: 199px;
	background: url(images/logo.png) no-repeat center center;
	display: block;
	margin-left: 75%;
	margin-top: 25px;
}
#logoactive
{
	height: 38px;
	width: 199px;
	background: url(images/logoactive.png) no-repeat center center;
	display: block;
	margin-left: 75%;
	margin-top: 25px;
}
#logo h1
{
    display: none;
}
#logoactive h1
{
    display: none;
}


#familyphotos
{
	height: 36px;
	width: 199px;
	background: url(images/family-pictures.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}

#familyphotosactive
{
	height: 36px;
	width: 199px;
	background: url(images/family-picturesactive.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}

#familyphotos b
{
    display: none;
}
#familyphotosactive b
{
    display: none;
}

#portfolio
{
	height: 38px;
	width: 199px;
	background: url(images/portfolio.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}
#portfolioactive
{
	height: 38px;
	width: 199px;
	background: url(images/portfolioactive.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}
#portfolio b
{
    display: none;
}
#portfolioactive b
{
    display: none;
}
#contact
{
	height: 36px;
	width: 199px;
	background: url(images/contact.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}
#contactactive
{
	height: 36px;
	width: 199px;
	background: url(images/contactactive.png) no-repeat center center;
	display: block;
	margin-left: 75%;
}

#contact b
{
    display: none;
}
#contactactive b
{
    display: none;
}

#Pcontent
{
	background: url(images/Pcontent-bg.png) repeat center center;
	margin: 0 auto;
	padding: 0;
	width: 800px;

}
#Pcontent table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#Pcontent a
{
	color: #88C37D;
	text-decoration: none;
}
#PcontentTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	display: block;
	width: 763px;
	text-align: left;
	padding-left: 37px;
}
#PcontentImages{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	display: block;
	width: 716px;
	border: solid #cccccc 5px;
	margin-left: 37px;
}
.PImages
{
	border: solid #000000 2px;
}
.PortfolioTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
	
#copyright
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 800px;
	text-align: center;
	height: 50px;
	padding-top: 50px;
	}

