html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
background-color:#E0CA90;
color:#321D10;
} 
 
#wholepagewidth{ 
 width:820px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:25px; 
 width:100%; 
 background-color:#FFFFFF; } 

#header1{ 
 height:90px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#header2{ 
 height:120px; 
 width:100%; 
 background-color:#FFFFFF;
 color:#E0CA90;
 text-align:left; 
 font-size: 80%;

} 

#leftcolumn{
 width:215px; 
 float:left; 
 position:relative; 
 margin-left:-215px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333 }
 
#outer{ 
 border:solid white 5px; 
  /*/*/ border-left-width: 215px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 140px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:140px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-140px; 
 margin-left:1px; 
 color:#E0CA90;
 text-align:left; 
 font-size: 80%;
} 
 
 
#footer{
 height:25px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#footer1{
 height:85px; 
 width:100%; 
 background-color:#E0CA90; 
 color:#321D10;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 background-color:#E0CA90; 
 color:#321D10;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	color:#321D10;


 }
 
#outer>#inner { border-bottom: 0px solid #321D10;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.title {font-family:Arial, Helvetica, sans-serif; font-size: 180%; color: #321D10; font-weight:bold; } 
.subtitle {font-family:Arial, Helvetica, sans-serif; font-size: 140%; color: #321D10; font-weight:bold; } 

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #321D10; text-decoration: none; font-weight:bold;}
.links:hover {color: #E03F09; font-weight:bold;}

.footerlinks ,footerlinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #321D10; text-decoration: none; font-weight:normal;}
.footerlinks:hover {color: #E03F09;}

.linksgrey ,linksgrey:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #321D10; text-decoration: none; }
.linksgrey:hover {color: #E03F09;}

.footerdiv {color: #321D10; font-weight:bold;}


/*Gallery Styles*/

		.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: #EEE; 
			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 #FFFFFF;
				border-collapse:collapse;
				text-align:center;
				vertical-align:middle;
				}
.gallerylinks ,gallerylinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #321D10; text-decoration: none; }
.gallerylinks:hover {color: #E03F09;}

