
html{
	background-image: url(images/diamond.gif); 
	
}

#backdrop{
	z-index: 1;
	margin: 0px;
	padding: 0px;
	
	
}

#backdrop img{
	position: absolute;
	left: 85px;
	top: 0px;
	width: 683px;
	bottom: 0px;
	height: 100%;
	background-color: #000000;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444; 
	border-top: none;
	border-bottom: none;
}

#logo{
	position: absolute;
	left: 85px;
	z-index: 2;
	width: 684px;
	height: inherit;
	/*border-bottom: 1px solid #444444;*/
	
}

#logo img{
	position: absolute;
	left: 120px;
	top: 10px;
	width: 435px;
	height: 200px;
	border: none;
	border-color: #000000;

}

#nav{
	position: absolute;
	z-index: 3;
	left: 85px;
	top: 200px;
	width: 684px;
	height: 50px;

}

#jewelry{
	position: absolute;
	left: 90px;
}

#photography{
	position: absolute;
	left: 270px;

}

#invitations{
	position: absolute;
	right: 70px;
}

#content{
	position: absolute;
	left: 86px;
	top: 241px;
	height: 350px;
	width: 683px;
	background-color: #000000;
	z-index: 4;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
}

#altcontent{
	position: absolute;
	left: 86px;
	top: 241px;
	height: 430px;
	width: 683px;
	background-color: #000000;
	z-index: 4;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
}

#contact{
	position: absolute;
	top: 600px;
	left: 345px;
}

#contact span{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;

}
 
#altcontact{
	position: absolute;
	top: 680px;
	left: 345px;
} 

#altcontact span{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;

}

#footer{
	text-decoration: none;
	position: absolute;
	left: 377px;
	bottom: 0px;
	z-index: 4;


}

h2{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #666666;
	line-height: 0px;

}

a href{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #666666;
	
}


#shadeleft{
	position: absolute;
	left: 65px;
	top: 0px;
	width: 20px;
	height: 100%;
	background-image: url(images/shadeleft.png);

}

#shaderight{
	position: absolute;
	left: 770px;
	top: 0px;
	width: 20px;
	height: 100%;
	background-image: url(images/shaderight.png);

}


#slideshow{
position: absolute;
top: 1px;
left: 0px;
z-index: 6;

}

/*
body{
position: absolute;
left: 85px;
top: 0px;
bottom: 0px;
width: 684px;
background-image: url(../pioneercss/images/shaderight.png);
margin: 0px;
z-index: 1;
}
/*
#backdrop{
position: absolute;
left: 85px;
top: 0px;
bottom: 0px;
width: 684px;
height: 100%;
background-image: url(../pioneercss/images/shaderight.png);
margin: 0px;
z-index: 2;
}
*/