/* page reset */

* { margin: 0; padding: 0 }


html { overflow-y: scroll; } 

body {
	font-family: helvetica, sans-serif;
	font-size: 62.5%;
} 

p { font-size: 1.2em; line-height: 1.4em; margin-bottom: 1.2em; } 

p a { color: #660000; font-weight:bold; } 


a { text-decoration: none; color:#000000;  }

a:link:hover, a:link:hover *, a:visited:hover, a:link:hover *  { 
  text-decoration: line-through; color:#000000; }


a img { border: none; } 

/* end page reset */ 

#bigdiv {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
}

#bigdiv #centerer { 
	padding-left: 20px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

#contentcont {
	width: 450px; 
	padding-top: 20px; 
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;

  }
  
li { 
  background-color:#FFFFFF; 
  font-size: 2.5em; 
  line-height: 1.6em; 
  margin-bottom: 0.2em; 
  float: left; 
  position: relative; 
  width: 7em; 
  }
  
li ul {
  font-size: .3em; 
  line-height: .6em; 
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: 1.3em;
	color: #000000;
	font-weight: bold;
}
	
#bigdiv #centerer .toplink { clear:both;

}


#thumb {
	position: relative;
}

#thumb a .popup {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}


#thumb a.p1, #pic a.p1:visited {
	display: block;
}


#thumb a.p1:hover .popup {
	display: block;
	height: auto;
	left: 450px;
	position: absolute;
	top: -5px;
	width: auto;
}
