*{
margin: 0;
padding: 0;
}

body {
 	background-image: url("images/indexback.jpg");  
	background-repeat: no-repeat; 
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
#wrapper {
 min-width: 995px;
 margin: 0;
}
#header {
 margin: 0px;
 min-height: 122px;
 padding: 0px;
 background-image: url(images/finallogo.png);
 background-repeat: no-repeat;
 position: relative;
 left: 13px;
}
* html #header {height:90px} /* IE Min-Height Hack */ 

#centercolumn { /* nav column */
 margin: -23px 5px 0px 48px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 250px;
 float: left;
}

#rightcolumn {
 margin: 14px 5% 0px 0px;
 padding: 8px;
 display: inline; /* IE Hack */
 width: 550px;
 float: right;
 border: 4px solid #000000;
 background-color: #ffffff;
 color: #000000;
}

#footer {
 background-repeat: no-repeat;
 margin: 690px 0px 5px -225px;
 display: inline; /* IE Hack */
 font-size: 10px;
 float: left;
 width: 300px;
 color: #888888;
}
h1 {
 font-size: 18px;
}
h2 {
  font-size: 19px;
 position: relative;
 left: -25px;
 top: 22px;
}
.border {
 font-size: 11px;
 border-top: 1px dashed #ddd;
 border-bottom: 1px dashed #ddd;
 background-color: #fbfbfb;
 padding: 7px 7px 7px 7px;
 margin: 7px 0px 7px 0px;
}

ul {
	padding: 0px;
	width: 330px;
	list-style: none;
	position: relative;
   left: 33px;
}
ul li {
	display: block; /*For ignore double margin in IE6*/
	margin: 25px 0px; /*height min limited by font size+padding unless list width is narrow*/
}
ul li a {
	color: #ffffff;
	cursor: pointer;
	float: left;
	text-decoration: none;
}
/* button position */
ul li a span {
	margin: 0px 30px 0px -10px; /*right margin can't go below 30*/
	padding: 10px 0px 10px 30px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float: left;
}
ul li a span.tall {
	margin: 0px -9px 0px -10px;
	padding: 10px 27px 10px 28px;
	position: relative; /*To fix IE6 problem (not displaying)*/
}
/* short button mouseover */
ul.nav li a.current, ul.nav li a:hover {
	background: url(images/shortbutton.png) no-repeat right;
 	color: #333333;
}
ul.nav li a.current span, ul.nav li a:hover span{
	background: url(images/shortbutton.png) no-repeat left;
}
/* tall button mouseover */
ul.nav li a.current, ul.nav li a:hover span.tall {
	background: url(images/tallbutton.png) no-repeat;
	 	color: #333333;
}
