
html, body {
	height: 100%;
	}
body {
	font: bold 62.5% Verdana, Helvetica, Garamond, Arial, sans-serif;
	color: #666;
	background: url(/img/bg.jpg) center top no-repeat fixed #86d1ff;
	text-align: center;
	padding: 0;
	margin: 0;
	}
div#fakeborder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(/img/border.png) center bottom no-repeat #86d1ff;
	}
#main {
	text-align: left;
	width: 766px;
	margin: 0 auto;
	padding: 0 2px;
	height: 100%;
	display: table;
	}

#tocontent {
	display: none;
	}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: url(/img/border.png) center top no-repeat #86d1ff;
	}
#footer ul {
	background: #666;
	color: #86d1ff;
	text-align: center;
	padding: 2px;
	margin: 1ex 1em;
	}
#footer li {
	display: inline;
	}
#footer a {
	text-decoration: none;
	}
a {
	color: #f60e34;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

h1 {
	font: bold 200% Haettenschweiler, Times New Roman, sans-serif;
	color: #f60e34;
	margin: 0 0 1ex;
	padding: 0 0 1ex;
	text-align: right;
	}
br.clear.clearleft {
	clear: left;
	}
br.clear.clearboth {
	clear: both;
	}

#container {
	display: table-row;
	width: 766px;
	margin: 0 0 2px;
	}
#leftcol {
	width: 508px;
	display: table-cell;
	vertical-align: bottom;
	padding: 0 2px 4ex 0;
	}
#rightcol {
	width: 256px;
	display: table-cell;
	bottom: -2px;
	}
#content {
	border: 2px solid #55a;
	background: #fff;
	padding: 8px;
	margin: 180px 16px 2ex;
	}
#content strong {
	color: #55a;
	letter-spacing: 0.1em;
	}
#logo a {
	display: block;
	height: 180px;
	text-indent: -8192px;
	}
#menu ul {
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: none;
	position: fixed;
	}
#menu li a {
	display: block;
	text-decoration: none;
	background: #86d1ff;
	border: 1px solid #fa0;
	font: 180% Haettenschweiler, Times New Roman, sans-serif;
	text-align: center;
	margin: 0 8px 4px;
	padding: 4px;
	width: 229px;
	}
#copyright {
	color: #fa0;
	position: absolute;
	bottom: 4px;
	margin: 0;
	right: 8px;
	display: none;
	}

#images {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
	}
#images li {
	float: left;
	width: 152px;
	text-align: center;
	height: 130px;
	padding: 11px 0;
	}
#images.gallery {
	text-align: center;
	}
#images.gallery li {
	width: auto;
	height: auto;
	padding: 8px;
	}
#images.gallery li.odd {
	float: right;
	}
#images img {
	border: 0;
	}
#images.gallery img {
	margin: 8px;
	}
#images span {
	display: none;
	font-size: 100%;
	border: 1px solid #55a;
	padding: 2px 4px;
	background: #fff;
	}
#images a:hover span {
	display: block;
	position: absolute;
	z-index: 99;
	}
#images.gallery a:hover span {
	position: relative;
	}
#images.gallery span {
	display: block;
	}
#images.gallery small {
	display: block;
	font-size: 90%;
	color: #777;
	font-weight: normal;
	}

#about {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
#about li.item {
	background: url(/img/arrow.png) right top no-repeat;
	padding-right: 26px;
	text-align: right;
	}
#about li.item a {
	font: bold 200% Heattenschweiler, Times New Roman, sans-serif;
	text-decoration: none;
	}
#about h1 {
	padding-right: 26px;
	}
#about h2 {
	color: #55a;
	letter-spacing: 0.1em;
	font-size: 100%;
	}
#about ul {
	list-style: square;
	}
#about dl {
	width: 75%;
	}
#about dl dt {
	width: 69%;
	float: left;
	}
#about dl dd {
	width: 29%;
	float: right;
	text-align: right;
	margin: 0;
	}
#about address {
	font-style: normal;
	}
#music {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
	}
#music li {
	float: left;
	width: 152px;
	height: 21ex;
	}
#music li a {
	display: block;
	text-align: center;
	background: url(/img/sound.png) center top no-repeat;
	padding: 68px 0 0;
	text-decoration: none;
	}
#music li a:hover {
	background-image: url(/img/play.png);
	}
#music li span {
	display: block;
	border: 1px solid #55a;
	padding: 2px 4px;
	margin: 0 4px 4px;
	background: #fff;
	}
#music li strong {
	display: block;
	}

/* modal stuff for image popups */
#modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/ajax-loader.gif) center center no-repeat fixed #000;
	opacity: .5;
	}
.bigimg {
	position: fixed;
	border: 2px solid #fa0;
	cursor: pointer;
	}
#bigdesc {
	display: block;
	font-size: 150%;
	border: 2px solid #55a;
	padding: 2px 4px;
	background: #fff;
	position: fixed;
	width: 70%;
	bottom: 8px;
	margin: 0;
	left: 15%;
	opacity: .1;
	}
#bigdesc.full {
	opacity: 1;
	}
#bigdesc small {
	display: block;
	font-size: 90%;
	color: #777;
	font-weight: normal;
	}
#bigdesc em {
	display: block;
	text-align: right;
	margin-top: -2ex;
	font-size: 75%;
	font-style: normal;
	}

