body {
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#eee;
	color:black;
	font-family: "Georgia", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", "Verdana";
	font-size: 10pt;
	}

.gallery {
text-align: center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #000066;
	outline: none;
	}
a:visited {
	color:  #0099FF;
	}
a:active {
	color:  #3300FF;
	}
a:hover {
	color: #330066;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
#Header {
	margin: 30px 0px 0px 0px;
	padding:0px;
	}
.Content {
	margin:0px 10px 20px;
	padding:20px;
	color:black;
	background-color:white;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#top {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	height: 50px;
	width: 100%;
	}
#left {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #left {
	width: 130px; /* ie5win fudge ends */
	}
#middle {
	padding: 10px;
	border: 0px;
	background: #666;
	margin: 0px 150px 0px 150px;
	}
#right {
	position: absolute;
	top: 100px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #right {
	width: 130px; /* ie5win fudge ends */
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#navcontainer {
	padding: 0;
	margin: 0;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	height:16px;
}

#navcontainer ul li { 
	display: inline; 
	position: relative;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
background-color:#000000;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:0px 20px;
text-decoration:none;
}

#navcontainer ul li a#contact
{
   clear: both;
	float: right;
	position: relative;
	margin:-15px;
}

#navcontainer ul li a#contact:hover,
#navcontainer ul li a:hover		
{
	color: #000;
	background-color: #eee;
}

#magnify 
{
	position:relative; 
	top:10px; 
	left:10px; 
	width: 200px; 
	background-color:white;
	text-align: left;
}
#magnify a.p1, #magnify a.p1:visited 
{
	display:block; 
	width:200px; 
	height:75px; 
	text-decoration:none; 
	left:0; 
	border:0;
}

#magnify a.p1:hover 
{
	text-decoration:none; 
	background-color:white; 
	color:#000;
}
#magnify a .large 
{
	display:block; 
	position: absolute; 
	top: 0px;
	height:1px; 
	border:0px; 
	left:-1px;
}
#magnify a.p1:hover .large
{
	display:block; 
	position:absolute; 
	width:400px;
	height:400px;
	top:100px;
	left:100px; 
	margin:0;
	cursor:crosshair;
}

#magnify a.p1:link span {
display: none;
}

#magnify a.p1:visited span {
display: none;
}


#magnify a.p1:hover span {
display: block;
position: absolute;
top: 0em;
font-size: .8em;
font-weight: normal;
}

	
div#footer
{
	position: fixed;
	bottom: 0px;
	color: #ccc;
	background-color: #fff;
	width: 100%;
}
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
}
img#gallery
{
	display: block;
}
