body {
	background: #fdf5e6 url(images/headerbg.jpg) repeat-x left top;
	}
#container { 
	padding: 0px;  
	margin: 0px;
	position: static;
	}
#intro {
	}
#header h1 {
	background: url(images/title.jpg) no-repeat left top;
	width: 727px;
	height: 33px;
	top: 48px;
	position: absolute;
	padding: 0px;
	}
/* hack to fix Mozilla positioning*/
html>body #header h1 {
	top: 28px;
	}
#header h1 span {
	display:none
	}
#menu {
	position: absolute;
	width: 100%;
	padding: 0px;
	top: 97px;
	}
#menu span {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	}
/* hack to fix Mozilla*/
html>body #menu span {
	font-size: larger;
	}
#menu a {
	color: #fdf5e6;
	text-decoration: none;
	}
#menu a:visited {
	color: #fdf5e6;
	}
#menu a:active {
	color: #fdf5e6;
	}
#menu a:hover {
	color: #fdf5e6;
	}
#main {
	top: 128px;
	background: url(images/instruments.gif) repeat-y left top;
	position: absolute;
	padding-left: 25px;
	padding-right: 25px;
	}

#main{min-height:516px}
* html #main {height:516px}

#maintext {
	margin-left: 150px;
	margin-bottom: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#maintext img {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#maintext h1, h2 {
	margin-top: 15px;
	}
.top {
	font-size: 10px;
	text-decoration: none;
	float: right;
}
#dates td{
	font-size: 14px;
	padding-right: 20px;
	padding-left: 10px;

	}
.tdhead {
	background-color: #000053;
	color: #fdf5e6;
	font-weight: normal;
	font-size: 16px;

}
#modified {
	text-align: right;
	padding-top: 30px;
}
