dd>span { font-style: italic; }
dt{	font-weight: bold; }

.centreImg{ 
	display: block; 
	text-align: center; 
	margin-top: 20px; 
	}
	
p.note{
	font-style: italic;
	color: #cc3300;
	}

p.caption{ 
	font-style: italic; 
	text-align: center; 
	font-size: .80em; 
	color: teal; 
	}

.portraitImg{
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 292px;
	width: 229px; 
	border: 0;
	}
	
.rImg{
	float: Right;
	height: 250px;
	width: 200px;
	padding: 0;
	border: 0;
	}
	
.rImg2{
	float: right;
	height: 320px;
	width: 200px;
	padding: 0;
	border: 0;
	}
	
.rImg3{
	float: right;
	height: 100px;
	width: 100px;
	padding: 0;
	border: 0;
	}
	
#layer1 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 80px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}

#layer2 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 170px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}
#layer3 {
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 200px; 
   	left : 150px;
   	top: 200px; 
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}