/* BASE TEMPLATE STYLES */

html {
  background: #ffcc66 url(../images/basics/beachgradient.png) repeat-x 0 0;
  color: #000080;
}

body {
  font-family: verdana, sans-serif;
  font-size: 12pt;
  width: 952px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

h1, h2, h3 { 
  font-family: "segoe print", "comic sans ms", cursive;
  font-weight: bold;
}

h1 {
  color: black;
  font-size: 24pt;
  position: relative;
  left: 300px;
  top: -60px;
  width: 600px;
  padding: 0;
  margin: 0;
}
h1 span {
  color: #f57900;
  position: absolute;
  left: -1px;
  top: -1px;
}

h2 {
  margin: 0 20px;
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

small {
  color: #000080;
  text-decoration: none;
}

img { border: 0; }

img#flagsmap {
  position: absolute;
  left: 250px;
  top: 20px;
}
img#poguin {
  margin-top: 120px;
  margin-left: 50px;
}
ul#nomap { display: none; }

div#top {
  background: url(../images/basics/rounded.brown.top.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
  height: 48px;
}
div#bottom {
  background: url(../images/basics/rounded.brown.bottom.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
  height: 56px;
}
div#page {
  width: 952px;
  margin: 0 auto;
  padding: 0;
}

div#content {
  background: url(../images/basics/rounded.brown.middle.png) repeat-y 0 0;
  margin: 0 auto;
  padding: 0 84px 0 50px;
  height: 100%;
  text-align: justify;
}

p { 
  padding-top: 16px;
  margin: 0 auto; 
}
p.inprogress {
  height: 100px;
  text-align: center;
}
p#navigation, p#footer {
  clear: both;
  text-align: center;
}
p#navigation img {
  vertical-align: middle;
}

ul {
  list-style: none;
  padding: 4px;
  margin: 4px;
}
li {
  padding: 4px 8px;
}
li img {
  vertical-align: middle;
}

a {
  color: #000080;
  text-decoration: none;
}
a.babelfish {
  background: url(../images/icons/babelfish.gif) no-repeat 0 50%;
  padding-left: 22px;
}
a:hover {
  color: #0033cc;
}

*.left {
  float: left;
  margin: 0.5em 1.0em 0.5em 0;
  }
*.right {
  float: right;
  margin: 0.5em 0 0.5em 1.0em;
  }
*.newline {
  clear: both;
}
*.centre {
  text-align: center;
}
