html, body {
	height:100%;
}

body {
	background-color: #000000;
    margin: 0; /* to avoid margins */
	color: #ffcc00;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */

}

body a {
	color: #fef9e2;
}

#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 1024px;
     text-align: left;
}

#logotop {
	position:absolute;
	left:276px;
	top:49px;
	width:423px;
	height:201;
	z-index:1;
}
#sidenav {
	position:absolute;
	left:18px;
	top:50px;
	width:254px;
	height:584px;
	z-index:2;
	/*background-image: url(images/nav_left.gif);*/
	text-align: center;
}

#sidenav2 {
	position:absolute;
	left:18px;
	top:50px;
	width:240px;
	height:487px;
	z-index:2;
	background-image: url(images/nav_left_spon.jpg);
	text-align: center;
}

#spon_head {
	position:absolute;
	left:728px;
	top:75px;
	width:232px;
	height:34px;
	z-index:3;
}
#sponsor {
	position:absolute;
	left:730px;
	top:110px;
	width:232px;
	height:489px;
	z-index:4;
	background-image: url(images/sponsor_right.gif);
	text-align: center;
}

#sponsor2 {
	position:absolute;
	left:730px;
	top:110px;
	width:231px;
	height:487px;
	z-index:4;
	background-image: url(images/sponsor_right_spon.jpg);
	text-align: center;
}

#center {
	position:absolute;
	left:281px;
	top:215px;
	width:436px;
	height:352px;
	z-index:5;
}

#bodyl {
	font: medium "Lucida Grande", Lucida, Verdana, sans-serif;
}

.scroll-pane {
	width: 425px;
	overflow: auto;
	background: #000;
	float: left;
}

#pane1 {
	height: 100px;
}

.holder {
	float: left;
	background: #ccc;
	margin: 5px;
}

#footer {
	position:absolute;
	left:92px;
	top:940px;
	width:802px;
	height:34px;
	z-index:6;
	text-align: right;
}

#nav_header {
	position:absolute;
	left:17px;
	top:62px;
	width:242px;
	height:44px;
	z-index:1;
}

input, textarea {
  background: #222;
  border: 1px solid #333;
  color: #ffcc00;
  font: "Lucida Grande", Lucida, Verdana, sans-serif;

}