body {
border: 0; margin: 0; padding: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: "Courier New", Courier, "Andale Mono", monospace; font-size: 12px; color: #000;
}

a { border-width: 0; }


#maincontent
{
	position: fixed;
	top: 126px;
	/*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #fff;
}

#magma
{
margin: 0; /*Margins for inner DIV inside each DIV (to provide padding)*/
width: 780px;
background-color: #fff;
}

* html body{ /*IE6 hack*/
padding: 126px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

a {text-decoration: none;}
a:hover, a:active { text-decoration: underline;}


ul { width: 780px; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 30px; margin: 0; padding: 0 0 0 72px; width: 708px;}

h2, h3, h4 { width: 708px; margin: 0; padding: 0 0 0 72px; }

h2 { font-size: 18px; margin: 6px 0 12px 0; }

h3 { font-size: 14px; margin: 36px 0 0 0; }

h4 { font-size: 12px; margin: 18px 0 0 0; }


#magma img
{
	margin: 9px 0 12px 0;
	padding: 0;
	border-left: white;
	border-width: 0 0 0 72px;
	border-style: none none none solid;
}

html>body #magma img {   }

#magma  #top-image { padding-left: 0; margin-left: 0; border-width: 0; }


p, pre, dt, dd { font-size: 11px; line-height: 18px; width: 708px; padding: 0 0 0 72px; margin: 0 0 6px 0; }

.caption { margin-top: -9px; }



#credit { padding: 24px 0 12px 72px; }


#links {  }

#links dt { font-weight: bold; margin: 18px 0 0 0; }

#links dt, #links dd { margin: 0; }


ul { list-style-type: none;
	list-style-position: default;
}

.bumpit {font-weight: bold;}

.phototitle { font-weight: bold; margin: 0; }

