/* @override 
	http://127.0.0.1:3000/stylesheets/black.css?1194604845
	http://127.0.0.1:3000/stylesheets/black.css?1194885325
	http://127.0.0.1:3000/stylesheets/black.css?1194948468
	http://127.0.0.1:3000/stylesheets/black.css?1202920952
	http://127.0.0.1:3000/stylesheets/black.css?1214489011
*/

body {
  background-color: #000;
  color: #fff;
}

a img {
  border-style: none;
}

#container {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}

body#splash #container {
  background: url(../images/black_bg.jpg) no-repeat 0 54px;
}

/*#nav {
  border-top: 2px solid #8f8a85;
  border-bottom: 2px solid #8f8a85;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 820px;
  font: 0.8em Georgia, "Times New Roman", Times, serif;
}

#nav li {
  float: left;
  border-left: 2px solid #005b72;
  height: 22px;
  text-align: center;
  padding: 6px 49px 0;
  margin: 6px 0 0;
}

#nav li.first {
  border-left-style: none;
}

#nav li a {
  color: #99948f;
  text-decoration: none;
  text-transform: uppercase;
}

#nav li a:hover {
  color: #fff;
}*/

#text {
  margin-left: 259px;
  margin-top: 465px;
  margin-right: 10px;
  color: #c7c7c7;
  font: 1em/1.8em Georgia, "Times New Roman", Times, serif;
}

#text a {
  color: #0083b4;
  font-style: italic;
  text-decoration: none;
}

#text a:hover {
  text-decoration: underline;
}

#sidebar {
  width: 142px;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8px;
}

#sidebar .strapline {
  text-transform: uppercase;
  width: 135px;
  margin-left: 7px;
}

#sidebar ul {
  margin: 0;
  padding: 0 0 0 8px;
  list-style-type: none;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar ul li {
  margin-bottom: 4px;
  background: url(../images/bullet_black.gif) no-repeat 0 4px;
  padding-left: 12px;
}

* html #sidebar ul li {
  background: url(../images/bullet_black.gif) no-repeat 0 8px;
}

#sidebar ul li a {
  color: #bcbcbc;
  text-decoration: none;
}

#sidebar ul li a:hover {
  color: #0093d0;
 }

#sidebar ul li a strong {
  color: #fff;
}

#content {
  width: 605px;
  float: right;
  color: #626564;
  font: 0.8em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 285px;
  margin-top: 10px;
  min-height: 220px;
  height: 300px;
}

#content h1 {
  font-size: 1.2em;
}

.highlight {
  color: #0093d0;
}

#logo {
  width: 142px;
  position: relative;
  bottom: 255px;
  margin-left: 21px;
}

#reg_statement {
  margin-top: 25px;
  text-align: center;
  color: #424242;
  font-size: 0.7em;
  line-height: 1.6em;
}

#reg_statement p {
  margin: 0;
}