body {
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  background-image:url(/images/bkgrnd2.gif);
  background-position: 50% 50%;
  margin:0;
  padding:0 0 100px 0;
 }
 
div#footer {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	background-image:url(/images/stars-horizontal-100px.gif);
	text-align:center;
}

 
 * html body{
  overflow:hidden;

 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

p {
padding: 0 10px 1em;
}

td {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663399;
	line-height: 20px;
}

h2 {
	font: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663399;
	line-height:14px;
	margin:0px;
	padding:0px;
}


hr {
	color:#9999FF;
}
	

#footer a:hover, a:link, a:visited {
	color: #93c;
	text-decoration:none;
	}
	
#logo {
	position: absolute;
	left: 5	px;
	top: 5 px;
}

#menubar {
	position: absolute;
	left: 5px;
	top: 150px;
	width:150px;
	}
	
#menubar a:link,#menubar a:visited,#menubar a:active {
	color: #663399;
	text-decoration: none;

}
	
#main {
	position: absolute;
	top:150px;
	left:150px;
	width:700px;
 	 padding:0 0 60 0;
}

#main a:link,#main a:visited,#main a:active {
	color: #663399;
	text-decoration: none;
}

