/* general new-style styles */

* {
  margin:0;
  padding:0;
}

body {
	font-family: 'GillSans', 'Gill Sans', 'Trebuchet MS', sans-serif;
	margin: 0px;
	font-size: 14px;
	line-height: 13px;
	color: #999;
	background: #fff url(/@/entrance.jpg) no-repeat fixed top left;
}

h1 {
	font-family: 'GillSans', 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: 'GillSans', 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

ol {
	list-style: disc;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

a:hover { 
  color: #00f;
  text-decoration: underline;
}

a:visited { 
  color: #888;
}

/* front page styles */

.overlay { 
  padding: 0.3em 0.6em 0.3em 0.6em;
  z-index: 1; 
}

#header {
  position: absolute;
  top:  2em;
  left: 30px;
  background-image: url(/@/fntrance.jpg); 
  background-position: -30px -2em;
  /* todo: compact form for these */
}

#apps {
  position: absolute;
  top:  10em;
  left: 30px;
  background-image: url(/@/fntrance.jpg); 
  background-position: -30px -10em;
}


#word {
  position: absolute;
  top:  18em;
  left: 30px;
  background-image: url(/@/fntrance.jpg); 
  background-position: -30px -18em;
}

#pics {
  position: absolute;
  top:  26em;
  left: 30px;
  background-image: url(/@/fntrance.jpg); 
  background-position: -30px -26em;
}

#othr {
  position: absolute;
  top:  33em;
  left: 30px;
  background-image: url(/@/fntrance.jpg); 
  background-position: -30px -33em;
}
 
