/*
68AB4A - green for title text
F8F1B5 - yellow for backgrounds
E26B30 - brown for borders
647E32 - yellow green link
2B491E - body text
F9F5D6 - body background
*/

* { margin: 0; padding: 0; }
body {
  position: relative;
  font: 88% "Lucida Grande", "Helvetica Neue", Helvetica, Verdana;
  color:#000;
  background-color: #f9f5d6;
}

p { font-size: 1em; margin-bottom: 1em; }
ul { margin: 1em 1.2em; }
img { border: 0; }

a { text-decoration: none; }
a:link { color:#833; }
a:visited { color:#633; }
a:hover { text-decoration:underline; }

/* hides the second object from all versions of IE */
* html object.mov { display: none; }

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { display: inline; }

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { display/**/: none; }

#logo {
  position: absolute;
  display: block;
  top: -20px;
  left: 20px;
  height: 100px;
  width: 90px;
  background: url('/images/logo.png') top left no-repeat;
  z-index: 99;
  text-indent: -1000em;
}

#header {
  margin: 3em 0 1em 0;
  padding: 1em 0 0 1.5em;
  height: 3em;
  border: solid #E26B30;
  border-width:1px 0px;
  background-color:#F8F1B5;
}
#header h1 { color:#68AB4A; margin-left: 3.5em; }
#header h1 a { color: #68ab4a; }

#content {
  width: 60em;
  margin: 2em 1.2em 0 1.2em;
  padding: 0 1.5em;
}
#content p { width: 45em; text-indent: 1.5em; }

#label_error { color: red; }
#label { color: black; }

#nav {
  float: right;
  width: 10em;
  padding: .8em;
  background-color: #F8F1B5;
  border:1px solid #E26B30;
}
#nav ul { list-style-type: none; padding: 0; }
