body {
	height:100%; /* 100% div trick :) */
	margin: 0px;
	color: #C0C0C0;
	background-color: #464646;
}

div.mainPage {
	border: solid 1px #CCCCCC;
	width: 100%;
	min-height: 100%;
}

table.mainTable {
	position: absolute;
	top: 5px;
	margin: 0px;
/*	width: 862px;
	height: 588px; */
	width: 100%;
	border-collapse: collapse;
}

td.left {
	background-image: url("gallery/sp_left.jpg");
	background-repeat: no-repeat;
	width: 473px;
	height: 588px;
	vertical-align: top;
}

td.right {
	background-image: url("gallery/sp_right.jpg");
	background-repeat: no-repeat;
	width: 387px;
	vertical-align: top;
/*	font: italic small-caps 800 13px helvetica; */
	font-size: 14px;
	color: #676767;
}

h2 {
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #353535;
}

td.language {
	text-align: center;
	width: 160px;
	background-color: #505050;
	font: italic small-caps normal 25px Times;
}

td.language:hover {
	text-align: center;
	width: 160px;
	cursor: pointer;
	cursor: hand;
	background-color: #707070;
	font: italic small-caps normal 25px Times;
}

a.lang_link {
	text-decoration: none; 
}

div.gallery {
	border-right: solid 1px #606060; 
	float: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 612px;
}

.thumb {
	border: solid 1px #606060;
	border-left: 0px;
	border-top: 0px;
	float: left;
	text-align: center;
	width: 110px;
	height: 110px;
}

td.nav {
	border: solid 1px #606060;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border-collapse:collapse;
	font-size: 15px;
	color: #757575;
	cursor: pointer; cursor: hand;
}

td.nav:hover {
	border: solid 1px #606060;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border-collapse:collapse;
	font-size: 15px;
	color: #A0A0A0;
	background-color:#555555;
	cursor: pointer; cursor: hand;
}

.thumbs_ctrl {
	border: solid 1px #606060;
	border-left: 0px;
	border-top: 0px;
	cursor: pointer; cursor: hand;
	float: left;
	text-align: center;
	width: 110px;
	height: 25px;
}

div.signature {
	text-align: right;
	width: 100%;
	font-style: italic;
}

div.copyright {
	text-align: right;
	width: 100%;
	font-size: 10px;
	color:#777777;
}

div.title {
	text-align: right;
	width: 300px;
	font-style: italic;
}

div.image_holder {
    border: dashed 1px #A0A0A0;
    text-align: center;
    height: 99%;
}

div.image_div {
	background-image: url('gallery/dot.png');
	background-repeat: no-repeat;
	position: relative;
}
