body {
	font-family: times new roman, times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
  background-color : #ffffff;

}
div.menu { display : none; }
a {
  color  : #CC6600;
	text-decoration: none;
}

a:hover { background-color : #EFEFEF; }

h1 {
  font-size  : 1.7em;
  line-height : 2em;
  font-weight : normal;
}


.main {
  padding-top  : 30px;
  padding-left : 10px;
}


.bottom {
  position  : absolute;
  width     : 100%;
  height    : 100px;
  
  bottom    : 0px;
  left      : 0px;
  z-index   : 1;
  background-image : url(pics/bg.jpg);
}

.header {
  position  : absolute;
  top       : 0px;
  left      : 0px;
  width     : 100%;
  height    : 100px;
  
  z-index   : 1;
  background  : url(pics/bg2.jpg);
}

li { color : #CC6600; }
span.text { color : black; }
.screen-only { display : none; }

