/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

a:link {
text-decoration: none;
color: #cccccc;
}
a:visited {
text-decoration: none;
color: #cccccc;
}
a:hover {
text-decoration: none;
color: white;
}
a:active {
text-decoration: none;
color: white;
}

body {
background-image: url("/images/planetarydisk.jpg");
color: #888888;
background-color: #010855;
font-family: "courier new", courier, Arial, Verdana, sans-serif;
font-size: 12px;
}

.LOGO {
  	position: absolute;
	top: 180px;
	left: 5px;
	MARGIN: 0px;
	border: 0px solid #ccc;
	WIDTH: 222px;
	height: 66px;
	background-image: url("/images/zdigitallogo.gif");
	text-decoration: none; 
	}

.stuff {
	position: absolute;
	left: 200px;
	top: 126px;
	height: 200px;
	width: 500px;
	border: 3px inset blue;
	z-index: 100
}

/* menu list of urls */
.CONTROLS {
  	position: absolute; 
	top: 75px;
	left: 0px;
	border: 0px solid #ccc;
	PADDING: 0px 0px 0px 0px; 
	width: 1200px;
	height: 50px;
	text-decoration: none; 
	}

.more {
  	position: absolute; 
	top: 460px;
	left: 200px;
	border: 0px solid #ccc;
	PADDING: 0px 0px 0px 0px; 
	width: *px;
	height: *px;
	text-decoration: none; 
}

/* StuffatBottem */
.BOTTOM {
  	position: absolute; 
	bottom: 5px;
	left: 5px;
	border: 0px solid #ccc;
	PADDING: 0px 0px 0px 0px; 
	width: 500px;
	height: *px;
	text-decoration: none; 
	}

/* navigation */

	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		border-bottom: 1px solid #999;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #ccc url(/images/nav_slant.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav a:hover {
		color: #000;
		}
