html {
font-size: 100.01%;
overflow-y: scroll;
}
body {
background: #000000;
font-size: 1em;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
color: #ffffff;
margin: 0;
padding: 0;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ff0078;
text-decoration: none;
border-bottom: thin dotted #000;
}

div#container {
margin: 0 auto 1em auto;
padding: 0;
border: none;
text-align: left;
}
div#header {
background: url(img/header.png) #000000 top left no-repeat;
height: 12.5em;
margin: 0;
padding: 0;
text-align: center;
}

div#header h1 {
font-size: 2em;
color: #ffffff;
text-shadow: 0px 0px 4px #000000;
font-weight: bold;
display: inline;
}
div#navigation-top {
clear: both;
height: 0.4em;
background: url(img/navigation-top.png) top center repeat-x #ff0078;
}
div#navigation {
background: #ff0078;
text-align: center;
font-size: 1em;
font-weight: bold;
min-height: 2em;
}
div#navigation-bottom {
clear: both;
height: 0.4em;
background: url(img/navigation-bottom.png) bottom center repeat-x #ff0078;
}
div#navigation ul {
list-style: none;
padding: 0.4em 0 0.4em 0;
margin: 0 auto 0 auto;
}
div#navigation li {
display: inline;
padding: 0 0.4em 0 0.4em;
margin: 0;
}
div#navigation a {
color: #000;
border-bottom: thin dotted #000;
}
div#navigation a.external{
background: top right url(img/external.png) no-repeat;
padding-right: 1em;
}
div#navigation a:hover {
color:#000;
border-bottom: none;
}

div#loader {
clear: both;
font-size: 0.8em;
text-align: left;
padding: 0.2em 0 0.2em 0;
background: url(img/loader.gif) center no-repeat;
height: 1.2em;
margin: 0 auto 0 auto;
width: 60em;
}

div#content {
clear: both;
font-size: 0.8em;
text-align: left;
padding: 1em 0 1em 0;
margin: 0 auto 0 auto;
width: 60em;
}
div#content h1 {
font-size: 1em;
}
div#content ul {
padding: 0;
margin: 0;
}
div#content li {
padding: 0.1em 0 0.1em 0;
}

div#footer {
font-size: 0.6em;
clear:both;
text-align: center;
}
div#footer p{
margin: 0;
padding: 0;
}
