@charset "UTF-8";
body {
	background: #111024;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	list-style-type: square;
}
@font-face {
    font-family: 'MuseoThin';
    src: url('museo100-webfont.eot');
    src: url('museo100-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo100-webfont.woff') format('woff'),
         url('museo100-webfont.ttf') format('truetype'),
         url('museo100-webfont.svg#Museo100') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoThick';
    src: url('museo500-webfont.eot');
    src: url('museo500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo500-webfont.woff') format('woff'),
         url('museo500-webfont.ttf') format('truetype'),
         url('museo500-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bodyCentered #container {
	width: 940px;
	background: #111024;
	margin: 0 auto;
	border: none;
	text-align: left;
}
.bodyCentered #mainContent {
	padding: 0 0px;
	font-family: 'MuseoThin';
	font-size: 1.05em;
	color: #857d70;
}
.headline {
	color: #d9b63b;
}
.foot {
	font-size: 0.7em;
}
a:link,a:visited {
	font-family: 'MuseoThin';
	color: #d9b63b;
	font-size: 1.05em;
	text-decoration: none;
}
img {
    border: none;
}
a img {
	outline : none;
}
a:hover {
	font-family: 'MuseoThin';
	color: #857d70;
	font-size: 1.05em;
	text-decoration: none;
}
li {
	font-size: 0.7em;
}
.menuitem a:link,a:visited {
	font-family: 'MuseoThick';
	color: #d9b63b;
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-decoration: none;
}
.menuitem a:hover {
	font-family: 'MuseoThick';
	color: #857d70;
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-decoration: none;
}