
body { 
  	font-family: arrus, arrus bt, verdana, arial, helvetica, sans-serif;
	background: #000000; /*#ffffff; /*rgb(241,246,206);*/
	color:rgb(76,10,10);
	text-align:justify;
	}

h1,h2,h3,h4,h5,h6, td, p,ul,ol,li,dl,dt,dd,blockquote,div {
	background: #000000;
	color: rgb(241,246,206);
	}

a:link { 
	color: rgb(212,197,68);
	text-decoration:none;
	}

a:visited { color: rgb(212,197,68); }
a:hover { color: rgb(212,197,68);}

div.img {
		margin:2px;
		border:1px solid #0000ff;
		height:auto;
		width:auto;
		float:left;
		text-align:center;
	}
div.img img {
		display:inline;
		margin:3px;
		border:1px solid #ffffff;
	}
div.img a:hover img { border:1px solid #0000ff;}
div.desc {
		text-align:center;
		font-weight:normal;
		font-size:80%;
		width:120px;
		margin:2px;
	}
	
#galleryTable img{ border:0; }
#galleryTable a{ margin-bottom:5px; }

#galleryTable {
	font-family:arial;
	text-align:justify;
	width:100%;
	border:none;
}
#galleryTableMainPic { text-align:center;	vertical-align:top;width:460px; }
#galleryTableMainPic img { width:450px; }
#galleryTableThumbs { text-align:right;vertical-align:top;}

table.header {
		background: rgb(236,229,223);
		text-align:center;
		color: rgb(76,10,10);
		font-family:arrus,serif,times;
		border-width:4;
		border-style:inset;
		border-color:rgb(11,87,34);
	}
table.inheader {
		background: rgb(236,229,223);
		text-align:center;
		color: rgb(76,10,10);
		font-family:arrus,serif,times;
	}
table.main {
		text-align:justify;
	}
td.header {
		background: rgb(236,229,223);
		
		color: rgb(76,10,10);
	}