body {
	background-color: #000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #fff}

h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}	

h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}	

h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}	

#pagecontainer {
	background-color:#ffffff; 
	width: 761px; 
	margin: auto; 
	height: auto;
	background-image: url(images/pagecontainer_bg.gif);
	/*overflow:hidden;*/
}
	
#pageleftcontainer {
	float: left;
	width: 96px;
	height: auto;
	background-color: #666666;
	padding: 2px 3px;
}
		
#pagerightcontainer {
	/*clear: none;*/
	width: 660px;
	background-color: #666666;
	padding: 15px 10px 10px 15px;
}

#pagefooter {
	clear: both;
	float: left;
	margin: auto;
	background-color: #666666;
	width: 760px;
	background-image: url(../images/spacer.gif);
}	
			
#bannerpic {
	clear: both;
	height: 80px; 
	width: 90px;
	border: 3px 3px 6px 3px;
	border-style: solid;
	border-color: #000000;
	background-color: #666666;
}

/* for use with 35mm slide image format */
div.pic {
	/*float: left; */
	height: 130px; 
	width: 130px;
  	padding: 15px; 
	margin: 5px 3px;
  	background: url(images/frame-ls.gif) center no-repeat;
}

div.pt {
	background-image: url(images/frame-pt.gif);
}

div.pic img {
	border: 1px solid; 
	border-color: #444 #AAA #AAA #444;
}

div.ls img {
	height: 96px;
	width: 128px; 
	margin: 16px 0;
}

div.pt img {
	height: 128px; 
	width: 96px; 
	margin: 0 16px;
}

