html, body {
	background:#aba;
	margin: 0;
	padding: 0;
	text-align: center;
	font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
	color:#333;
}

/* image frames */
.imgframe {
	display: inline;
	border:thin solid gray;
	padding: 2;
	margin: 10;	
	BACKGROUND-COLOR: transparent
}

.thref { /* style of a href of thumbnails */
	display: inline;
	border-style: none;
	border-width: 0;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
	
}

/* inline-image with ilink */
.iimg {
	display: block;
	border:1px solid gray;
	BACKGROUND-COLOR: transparent
}
/* shadowed DIV */
.shadowed {
	display: inline;
    FILTER:shadow(color:#aba,direction=45); /* 135 */
}

/* photo with text box */
.phwt {
  padding: 3px;
  text-align: left;
  font:x-small/2em "Trebuchet MS",Verdana,Arial,Sans-serif;
  color: #333;
 
}

/* two column */
.twocol {
	-moz-column-count: 2; 
	-moz-column-rule: solid black 0.3em; 
	-moz-column-gap: 2em;
	column-count: 2; 
	column-rule: solid black 0.3em; 
	column-gap: 2em;	
	font: medium "Trebuchet MS",Verdana,Arial,Sans-serif;
  	color:#333;
}

/* Links */
a:link {
  color:#258;
}
a:visited {
  color:#666;
}
a:hover {
  color:#c63;
}
a img {
  border-width:0;
}

/* title bar */
.titlebar {
	padding: 16;
	margin: 16;
	background-color: transparent;
	text-align: center;
}

/* main div, with thumbnails */
.maindiv {
	background: transparent;
	background-color: transparent;
	border-style: none;
	width: 83%;
	position:absolute;
	left: 32;
	overflow: visible;
}
/* in case we use table */
.maintable{
	text-align: left;
	margin-left: auto; margin-right: auto;
	border: none 0pt gray;
}
td {
	padding: 24 24 24 24;
/*	border: solid 1pt gray; */
}
/* div used only by intro page */
.introdiv {
/*	background: transparent;
	background-color: transparent;
	border: solid black; 
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	
	overflow: visible;
*/	
	text-align: center;
	
}

.paddeddiv {
	padding: 32px;
	text-align: left;
}

.leftcol {
	width: 50%;
	float: left;
	overflow: visible;
	top: 0;	
}
.rightcol {
	width: 50%;
	float: right;
	overflow: visible;
	top: 0;	
}

    
/* sidebar div, with comments */
.sidebar-right {
	background: transparent;
	BACKGROUND-COLOR: transparent
	border-style: none;
	position: absolute;
	right: 0;
	overflow: visible;
	width: 15%;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: small;
	font-style: italic;
    color:#300;
	align: center;
	text-align: center;

}

.navbar {
	position: absolute;
	right: 8px;  
	top: 16px;
}
.comments-table {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: x-small;
	font-style: italic;
    color:#300;
	
}
.bottom {
/*	position: absolute;
	bottom: 0;	 */
    clear:both;

}

.comments_c {
	text-align: left;
	font-size: x-small;
	font-style: italic;
	color:#333;

}
.comments_d {
	text-align: left;
	font-size: xx-small;
	font-style: normal;
	color:#333;

}
.comments_u {
	text-align: right;
	font-size: xx-small;
	font-style: normal;
	color:#333;
}

.postcommentbutton
{ 
	BACKGROUND-COLOR: transparent;
	border-style: dashed;
	border-color: #333;
	border-width: 1px;
	line-height: 15px; 
	color: #533;  
	width: 50%;
	text-align: center;
} 

/* redtext for paragraphs to draw attention, 
  color does not have to be red */
.redtext
{
	font:medium "Trebuchet MS",Verdana,Arial,Sans-serif;
}