﻿body {
	background-color: #F7F0DC;
	color: #000000;
	font-family: calibri, arial, sans-serif;
	font-size: 13px;
}

img, div {
	behavior: url('content/pngfix/iepngfix.htc');
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.table {
	margin: 12px auto;
	width: 800px;
	background-color: #F7F0DC;
}

.triskels {
	border: 1px #000 solid;
	background: #FFFFFF url('triskel-back.png') repeat-x;
	height: 43px;
	margin: 0px;
	text-align: center;
}

.header {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background: #FFFFFF url('header-back.png') repeat-x;
	height: 120px;
}

.menu {
	border: 1px #000 solid;
	background: #FFFFFF url('menu-back.png') repeat-x;
	height: 35px;
}

.menu-items {
	width: 112px;
	text-align: center;
}

.main {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	height: 520px;
	background: #FFF;
	vertical-align: middle;
}

.main-frame {
	width: 100%;
	height: 100%;
}

#loading {
	width: auto;
	height: auto;
	text-align: center;
	position: absolute;
	margin: 5px;
	color: #9D0000;
	font-weight: bold;
}

.load-image {
	border-width: 0;
	width: 16px;
	height: 16px;
}

.load-iframe {
	width: 0px;
	height: 0px;
	border-width: 0px;
}

.music {
	background-image: url('djembe.png');
	float: right;
	text-align: center;
	margin: 18px;
	height: 83px;
	width: 90px;
}

.music-button {
	margin-top: 32px;
	border: 0px;
	width: 17px;
	height: 17px;
}

