body { background: #3A3236;
	   margin: 0px;
	   font-family: Verdana, Arial, sans-serif; }
	   
p, td, dl, ol, ul { font-size: 9pt; color: #000000; }

td { border-bottom: 1px solid #3A3236; }

th { font-size: 11pt; background: #E5C68A; color: #8B184F; border-bottom: 1px solid #3A3236; }

hr { color: #8B184F; }

a:link { color: #8B184F; }
a:visited { color: #8B184F; }
a:hover { color: #8B184F; }

h1 { color: #8B184F;
	 font-size: 16pt;
	 font-weight: bold; }
	 
h2 { color: #8B184F;
	 font-size: 14pt;
	 font-weight: bold; }

.w { color: #8B184F; font-style: italic; font-size: 8pt; }

.credit { font-size: 8pt; font-style: italic; border-top: 1px solid #3A3236; }

.photo { border-top: 10px solid #8B184F;
		 border-bottom: 10px solid #8B184F;
		 margin: 5px; }


<!-- ** Layout ** -->
          
.top { position: absolute;
	   width: 600px; 
	   height: 130px;
	   top: 0px; }
	   
.topimage { border-left: 1px solid #000000; border-right: 1px solid #000000; }

.nav { position: relative;
	   top: 0px;
	   width: 600px;
	   background: #E5C68A; 
	   height: 24px; 
	   border-bottom: 1px solid #B08E4C;
	   border-left: 1px solid #000000; border-right: 1px solid #000000;}
	   
.content { background: #FFFBF2;
		   position: relative;
		   top: 0px; 
		   width: 600px;
		   border-left: 1px solid #000000; border-right: 1px solid #000000;}
		   
.text { padding: 5px; }

.right { float: right; }



