body {
	background: #60767c url(starBG.png)  repeat-y fixed;
	background-position:  center;
	/*text-align: left;*/
	color: #e9e5db; 
	font: 90%/140% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*margins: top right bottom left*/
	}


  :link {text-decoration:none; color: #01ffeb }  /* for unvisited links */
  :visited {text-decoration:none; color: #01ffeb  }
  a:active {text-decoration:none; color: rgb(255, 255, 255) } /* when link is clicked */
  a:hover {text-decoration:none; color: rgb(255, 200, 50) } 


.wrapper {
overflow: hidden;
width: 784px;
display:block;

margin: 0px auto -158px; /* the last # is the -height of the footer*/
height:100%;
height:auto !important;
min-height: 100%;
}


#left {
float: left;
margin: 0px;
padding: 0px;

width: 130px;
display: block;

}

#blueBG {
background: url("sideSpacer.gif") ;
}

#right{
float:right;
margin: 0px;
padding: 0px;

width: 654px;
display: block;
}


#mainText
{
margin-left:auto;
margin-right:auto;

width:610px;
padding:0px;
text-align:left;
padding-top:100px;
}

h1
{
font-size:110%;
display:inline;
}
h1 a{text-decoration:none;}


