BODY {
font-family: verdana, helvetica, arial;
font-size: 12px; color: #550000;
background-color: #ffffff;
overflow: hidden;
margin: 0px;
}

A {
text-decoration: none;
color: #555555;
}

A:hover {
text-decoration: none;
color: #ee0000;
}

DIV#vertcen {
position: absolute;
top: 50%; width: 100%; height: 1px;
overflow: visible;
}

DIV#box {
position: absolute; left: 50%; margin-left: -350px;
padding: 7px;
top: -175px;
width: 710px; height: 360px;
border: #333333 1px solid;
text-align: left;
}

DIV#nav {
position: absolute;
top: -16px;
width: 700px; height: 20px;
text-align: left;
font-weight: bold; font-variant: small-caps;
margin-bottom: 0px;
}

DIV#galleries {
position: absolute;
bottom: 5px; right: 5px;
text-align: right;
font-weight: bold; font-variant: small-caps;
margin: 0px;
}

DIV#listbox {
	float: left;
	padding: 2px;
	background-color: #DDDDDD;
	margin-right: 10px; font-size: 10px;
}

SPAN#gheader {
color: #d30; 
font-weight: bold; font-variant: small-caps;
font-size: 15px;
}

SPAN.current {
color: #000000;
}

DIV#inboxleft {
position: absolute;
top: 5px; left: 5px; padding: 0px 7px 0px 0px;
height: 340px; width: 340px;
text-align: justify; font-size: 11px;
border-right: #333333 1px dotted;
line-height: 12px;
}

DIV#inboxright {
position: absolute;
top: 5px; left: 369px; padding: 0px;
height: 340px; width: 340px; background-color: none;
text-align: center;
}

DIV#note {
font-style: italic; font-size:10px; position: absolute; bottom: -26px; left: 0px; width: 330px; text-align: center;
}

DIV#pho {
padding: 0px;
margin: 0px;
font-size: 12px;
text-align: center;
width: 330px; height: 335px;
overflow: hidden;
}

.paren {
font-size: 9px; font-style: italic;
}

SPAN#pholink {
font-size: 10px;
font-weight: bold;
}

IMG {
border: none; margin-top: 12px;
}

IMG.logo {
position: absolute;
top: 2px; left: 2px;
border: none;
}

a.tooltip {
  cursor: crosshair;
  }

a.tooltip span {
  display:none;
  }

a.tooltip:hover span {
  position:absolute;
  top: 10px;
  left: 10px;
  border:1px solid #000000;
  padding:3px;
  display:block;
  text-align: left;
  width: 225px;
  color:#333333;
  background-color:#ffc;
}