/*  Fullbody properties  */
html, body {
	background: #bac5d2 url('./img/table-shade.png') repeat-y fixed center;
	margin: 0px;
	height: 100%;
	color: #50555b;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
	padding: 0px;
}


#main{
	width: 700px;
	margin: 0px auto;
	background: #FFF url('./img/table-back.png') repeat-y fixed top center;
	padding: 0px;
	overflow: visible;
	height: 100%;
}

.head{
	background: #FFF;
	margin: 0px auto;
	text-align: center;
	padding: 5px;
}

.big{
	font-size: 36pt;
}

.navi{
	border-top: 2px solid #7c8289;
	border-bottom: 2px solid #7c8289;
	padding: 3px;
	background: #FFF;
	text-align: center;
}

.text {
	width: 420px;
	padding: 30px 5px 5px 5px;
}
.mascot{
	width: 280px;
	padding-right: 5px;
	float: right;
}


a {
	color: #464646;
}

.galleryTable{
	border: 1px solid #949B9F;
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
}
	.galleryTable td{
		padding: 2px;
		background: #e4edf6;
	}
		.galleryTable a, .galleryTable a:hover, .galleryTable img{
		border: none;
		text-decoration: none;
		}
