html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background:#222 url("../images/bg.jpg") repeat-x fixed left top;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color:#ff0;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  outline:none;
}
a:visited {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  outline:none;
}
a:hover {
  color: #ccc;
  text-decoration: underline;
}
a:focus {
  color: #333;
  outline:none;
}
a:active {
  color: #333;
  outline:none;
}

/******** layout ********/

#outerWrapper {
  background:#000 url("../images/contentbg.jpg") repeat fixed center;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
  padding:0;
}
#outerWrapper #header {
  background:#000 url("../images/headers/2010/ppl-h1-2010.jpg") repeat left top;
  font-size: 18px;
  font-weight: bold;
  height: 250px;
  line-height: 15px;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
#outerWrapper #headerRandom {
  font-size: 18px;
  font-weight: bold;
  height: 250px;
  line-height: 15px;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
#outerWrapper #header h1, #outerWrapper #headerRandom h1 {
  visibility:hidden;
}
#outerWrapper #contentWrapper {
  border:1px solid #FFFFFF;
  border-bottom:none;
  background:url("../images/navborder.jpg") repeat-y 150px top;
  margin: 5px 0 0 0;
  min-height:795px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  width: 150px;
  height:100%;
  border-right:1px solid #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 a img {

  border:none;

}

#outerWrapper #contentWrapper #content {
  margin:0 0 0 150px;
  padding:5px;
  height:100%;
  min-height:100%;
}
.clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  text-align:center;
  background:transparent;
  color:#222;
  border:1px solid #fff;
  border-top:1px solid #666;
  margin:0;
  padding: 10px;
}
#outerWrapper #footer a img {
	border:none;
}


/********* nav *********/

ul#navul { /* all lists */
 padding: 0;
 margin: 0;
 list-style: none;
 height:30px;
 background:#000;
 border-bottom:1px solid #fff;
}
ul#navul li { /* all list items */
 float: left;
 position: relative;
 height:30px;
 margin:0;
}
ul#navul li a span {
 background:#000;
 display:block;
 margin:0;
 height:24px;
 padding:6px 10px 0 10px;
}
ul#navul li a {
 background:#000;
 width:.1em;
 color:#fff;
 padding:0;
 height:30px;
 text-decoration:none;
}
ul#navul li a:hover span {
 background:#333333;
}
ul#navul li a span:hover {
 background:#333;
 display:block;
}
ul#navul li ul { /* second-level lists */
 display: none;
 position: absolute;
 top: 1em;
 left: 0;
 padding: 0 0 2px 0;
 margin: 0;
 width:120px;
 list-style: none;
 border:1px solid #fff;
 background:#000;
}
ul#navul>li>ul { /* to override top and left in browsers other than IE, which will position to
the top right of the containing li, rather than bottom left */
 top: 30px;
 left: auto;
}
ul#navul li ul li a span {
 display:block;
 margin:0;
 width:99px;
 height:25px;
}
ul#navul li ul li a span img {
	border:none;
}
#drop.points {
	right:-1px;
}
ul#navul li ul.points li a span {
	height:39px;
}
ul#navul li ul.points li {
	display:block;
	margin:0;
	width:100px;
	height:44px;
}
ul#navul li ul li a:hover, ul#navul li ul li a span:hover {
 background:#333;
}
ul#navul li:hover ul, ul#navul li.over ul { /* lists nested under hovered list items */
 display: block;
}
#nav ul li a span.rules {
 background:#000;
 color:#7f0000;
 padding:6px 14px 0 13px;
}
#nav ul li a:hover span.rules {
 background:#7f0000;
 color:#111;
}

/******** Left Logos **********/
#leftlogos {
 text-align:center;
}
#leftlogos img {
 padding:15px 0 15px 0;
}
/********/
.hide {display:none;}