/* --------------------------------------------------------------- INITIALISE */
html,body { font-size: 100.01%;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr:hover { cursor: help; }

/* --------------------------------------------------------------------- CORE */
body {
  background: url("../images/style/body_background.gif") repeat #173A4E;
  font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  color: #FFF;
  font-size: 1em;
}

h1 {
  color: #888;
  font-size: 0.8em;
  text-indent: -99em;
  overflow: hidden;
  background: url("../images/elementLogo.gif") no-repeat top left transparent;
  height: 61px;
  width: 274px;
  float: left;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
}

h2 {
  color: #F4973A;
  border-bottom: dashed 1px #F4973A;
  font-size: 1.5em;
  letter-spacing: 3px;
  padding: 1em 1em 0em 0em;
  margin: 0 0 1em 0.5em;
  font-weight: normal;
}

a, a:link {
  color: #FF9933;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #CC6600;
  background-color: transparent;
}

a:hover, a:active {
  color: #FFCC66;
  background-color: transparent;
}

p {
  font-size: 0.8em;
  background-color: transparent;
  padding: 1em;
  text-align: right;
}

strong {color: #EEE;}

/* ------------------------------------------------------------------- LAYOUT */

#spray {
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("../images/style/spray.png") no-repeat bottom left transparent;
  background-attachment: scroll;
  width: 100%;
  height:100%;
}

#content {
  background: url("../images/style/content_background.png") repeat top left transparent;
  position: absolute;
  border: dotted #FFF 1px;
  border-right: none;
  top: 155px;
  right: 0;
  z-index: 2;
  margin-left: 435px;
}
