body, div, ul, h1, h2, img { margin: 0px; padding: 0px; border: none; }

body {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -x-system-font:none;
  font-family: "Eurostyle bold", Arial, sans-serif;
  background: #fff url(../../../../images/body_bg.gif) top center no-repeat;
  text-align: center;
  font-size: 70%;
  font-weight: normal;
  color: #777;
  letter-spacing: 4%;
}

p {line-height: 160%;}

#page_wrap {
  text-align: left;
  width: 852px;
  margin: 0 auto;
  height: 680px;
}

img.logo {
  margin-top: 37px;
  margin-left: 608px;
}

ul.menu {
  border-top: dotted 2px #666;
  list-style-type: none;
  margin-top: 62px;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
}

ul.menu li {
  float: left;
  margin-right: 20px;
}  

ul.menu a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

ul.menu li.active a {
  color: #e96738;
}

.content {
  margin: 70px 90px 0px 163px;
}

.content_left {
  clear: left;
  float: left;
  margin-top: 100px;
  margin-left: 25px;
}

.content_start {
  padding-left: 180px;
}

.content_water          {  background: url(../../../../images/content_bg_water.gif)          bottom no-repeat; }
.content_skyline_simple {  background: url(../../../../images/content_bg_skyline_simple.gif) bottom no-repeat; }
.content_skyline        {  background: url(../../../../images/content_bg_skyline.gif)        bottom no-repeat; }
.content_clouds         {  background: url(../../../../images/content_bg_clouds.gif)         bottom no-repeat; }

a {color: #666}

h1, h2 {
  font-size: 130%;
  color: #e96738;
  font-weight: bold;
}

h1.start {
  position: relative;
  right: 150px;
  font-size: 210%;
}

h2.start {
  font-size: 210%;
  padding-bottom: 47px;
}

#copyright {
  margin: 0 auto;
  margin-top: 1px;
  border-top: dotted 2px #666;
  text-transform: uppercase;
  padding-top: 7px;
  color: #666;
  font-size: 85%;
  position: absolute;
  top: 680px;  
  width: 852px;
}

#copyright a {
  color: #666;
  border-left: dotted 2px #666;
  margin-left: 15px;
  padding-left: 15px;
  text-decoration: none;
}