html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%; 
 background-color:#531A51;
} 
 
#wholepagewidth{ 
 width:800px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto;  
} 
 
#header{ 
 height:375px; 
 width:100%; 
 font-weight:bold;
 font-stretch:narrower;
} 
 
#leftcolumn{
 width:220px; 
 float:left; 
 position:relative; 
 margin-left:-220px; 
 margin-right:1px;
 text-align:left; 
}
 
#outer{ 
border:solid white 0px; 
  /*/*/ border-left-width: 220px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #531A51;   /* left column colour */ 
border-left-style: solid; 
background-color: #531A51; /* center column colour */ 
width: auto; 
 } 
  
#footer{
 height:95px; 
 width:100%; 
 color:#FFFFFF;
 text-align:center;
} 

#footer1{
 height:60px; 
 width:100%; 
 color:#FFFFFF;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 color:#999999;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{
 margin:0; 
 width:100%; 
}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 color: white;
 }
 
#outer>#inner { 
 border-bottom: 1px;
}
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FF9933; text-decoration: none; }
.links:hover {color: #FFFFFF;}
.links-active {color: #FFFFFF;text-decoration: none;}

.linkssmall ,linkssmall:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FF9933; text-decoration: none; }
.linkssmall:hover {color: #FFFFFF;}
.linkssmall-active {color: #FFFFFF;text-decoration: none;}


 /*printer styles*/ 
@media print {
#header {display:none;}
#footer {display:none;}
#footer3 {display:none;} 
}


		.phppgmainbox { /* holds next/prev links and main image */
			margin:10px auto 0 auto; 
			padding:0; 
			min-height:400px;
			}
		.phppgnextbox { /* holds next and previous links */
			margin-bottom:5px; 
			padding:0;
			text-align:center; 
			}
		.phppgimagebox { /* table, holds main image */
			margin:0 auto 0 auto;
			padding:0;
			}
		.phppgimageframe { /* frame around main image */
			width: auto; 
			border: 1px solid #CCC; 
			background-color: #F5B73E; 
			padding: 15px 15px 40px 15px;
			}
		.phppgimagetag { /* main image's img tag style */
			border: 1px solid #CCC;
			}
		.phppggifbox { /* table style that holds gif thumbnail's */
			margin:10px auto 0 auto; 
			padding:0; 
			border-collapse:collapse;
			}
			.phppggifbox td {
				padding: 5px; 
				border:1px solid #999;
				border-collapse:collapse;
				text-align:center;
				vertical-align:middle;
				}
