html, 
body { 
	margin:0; 
	padding:0; 
	height:100%; /* 100 % height */ 
} 
html>body #page {height:100%;} /* 100 % height */ 
#page { 
	width:800px!important;
	margin:0 auto; 
} 
#headroom {
	background-color: #FFFFFF;
	/*width:100%;*/
	width:800px!important;
	height:80px;
	padding-top: 10px;/*	margin-top: 6px;*/
} 
html>body #headroom { 
	position:fixed; 
	z-index:10; /* Prevent certain problems with form controls */ 
} 
html>body #content_wrap {height:100%;} /* 100 % height */ 
html>body #content_center {
	padding:120px 40px;
	text-align: center;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */ 
#footer { 
	background-color: #FFFFFF;
	/*width:100%;*/
	width:800px!important;
	height:40px; 
} 
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
} 
#copyright {
	font-family: "Arial";
	font-size: 8pt;
	margin: 0in;
	color: silver;
	text-align: center;
}
#gallery_text {
	font-family: "Arial";
	font-size: 10pt;
	margin: 0in;
	color: #666666;
	text-align: center;
}
a:link,
a:visited,
a:link img,
a:visited img,
a:hover img {
	color: silver;
	text-decoration: none;
	border-width: 0px;
}
img { border:0; }

.text10 {
	font-size: 10pt;
	margin: 0in;
	color: #666666;
}
.text12 {
	font-size: 12pt;
	margin: 0in;
	color: #666666;
}
.text14 {
	font-size: 14pt;
	margin: 0in;
	color: #666666;
}
.text16 {
	font-size: 16pt;
	margin: 0in;
	color: #666666;
}
.text18 {
	font-size: 18pt;
	margin: 0in;
	color: #666666;
}
.pagebar {
	color:#FF0099;
	font-family: "Arial";
	font-size:10px;
}
.pagebar a {color:#000000;}
.pagebar a:hover {color:#FF0099;}
.pagebar #current {
	font-weight:bold;
}
.pagebar #grey {
	color:#CCCCCC;
}


/*body.head {
	background-color:#FFFFFF;
	margin: 0;
	margin-top: 6px;
}
body.page {
	background-color: #ffffff;
	margin-top: 30px;
}
body.page01 {
	background-image: url(../images/background.jpg);
	background-color: #FFFFFF;
	tab-interval: .5in;
}
.copyright01 {
	font-size: 8pt;
	margin: 0in;
	color: gray;
}
.JP01 {
	font-family: "Arial";
	font-size: 12pt;
	margin: 0in;
	color: silver;
	text-align: center;
}
.text12 {
	font-size: 12pt;
	margin: 0in;
}
.text12-L {
	font-size: 12pt;
	margin: 0in;
	text-align: left;
}
.text16 {
	font-size: 16pt;
	margin: 0in;
}
.text18 {
	font-size: 18pt;
	margin: 0in;
}
.text36 {
	font-size: 36pt;
	margin: 0in;
}
*/