BODY {background-color: #00aeef; background-image: url("http://www.oocities.com/sunlite_co/nav/sunlite1_bg.jpg"); background-repeat: repeat-y; background-position: center left;
font-family: Arial; font-size: 11px; color: #cdcf6;
scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #00aeef;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-face-color: #00aeef;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-3dlight-color: #00aeef;}
a:link {
/* edits all links */
  color: #3366CC;
  font:bold 12px arial;
  line-height:10px;
  text-decoration: none;
  }

a:visited {
/* edits the links that the user has visited */
  color: #3366CC;
  font:bold 12px arial;
  line-height:10px;
  text-decoration: none;
  }

a:hover {
/* edits when user mouseovers the links */
  color:#FF9900;
  font:bold 12px arial;
  line-height:10px;
  cursor:crosshair;
  }  

h1	{
	color: #cdcf6; 
	font:14px arial; 
        font-weight:bold;
	background: url(nav/sunlite1_divider.jpg); 
	background-repeat:no-repeat;
	margin:0px;
	height:25px;
	padding:5px 0px 0px 50px;
	}

#content	{
	position:absolute;
	top: 280px;
	left: 60px;
	width:330px;
}


#nav	{
	position:absolute;
	top: 112px;
	left: 450px;
	width:330px;
}