body {
	background-color: #1f2021;
	margin: 0;
	padding: 20px;
	xpadding: 0;
	font: 1em Arial;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}

#header {
	background-image: url('images/paranal.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 89px;
	margin: 0 auto;
	border-bottom: 1px solid #1f2021;
}

#header h1 {
	margin: 0;
	padding-top: 15px;
	padding-left: 20px;
	color: rgb(153, 51, 0);
	font-size: 1.5em;
}
#header h2 {
	margin: 0;
	padding-top: 2px;
	padding-left: 30px;
	color: rgb(153, 51, 0);
	font-size: 1.25em;
}
#header a {
	color: rgb(153, 51, 0);
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
	xtext-decoration: none;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#menu {
	width: 200px;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #1f2021;
	background-color:#d7d0c4;
}
#menu a.group {
	padding-bottom: 20px;
}
#menu a.aip {
	padding-top: 20px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #1f2021;
	padding: 4px;
}
#menu a:hover {
	text-decoration: underline;
}

#main {
	background-color:#ece5cd;
	padding: 30px;
	border: 0;
	vertical-align: top;
}
#main h3 {
	text-align: center;
	color: rgb(153, 51, 0);
	font-size: 1.15em;
	margin: 0;
	padding: 0 0 30px 0;
}
#main .preamble {
	text-align: justify;
	padding-bottom: 30px;
}

.section {
	clear: both;
	padding-bottom: 30px;
}
.section .image {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
}
.section h4 {
	margin: 0;
	padding: 0 0 10px 0;
	color: rgb(153, 51, 0);
	font-size: 1.1em;
}
.section h4 a {
	color: rgb(153, 51, 0);
	text-decoration: none;
}
.section h4 a:hover {
	text-decoration: underline;
}
.section ul {
	xtext-align: justify;
	padding: 0 0 10px 20px;
	margin: 0;
	font-size: .9em;
}
.section .text {
	padding-bottom: 10px;
	font-size: .9em;
	text-align: justify;
}
.section .text table {
	width: 100%;
	background-color: #d7d0c4;
}
.section .text table tr td {
	padding: 2px 4px;
	border: 1px solid #1f2021;	
	font-size: .9em;
}
.section .notes {
	text-align: justify;
	padding-bottom: 10px;
	font-size: .85em;
	font-style: italic;
}
.separate {
    border-top: 1px solid #1f2021;
    padding-top: 10px;
}
.separate h4 {
	margin: 0;
	padding: 20px 0 10px 0px;
	color: "black"; /* rgb(153, 51, 0); */
	font-size: 1.1em;
}
.separate .image {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.last-modified {
	clear: both;
	border-top: 1px solid #1f2021;
	margin-top: 20px;
	padding-top: 10px;
	font-size: .85em;
	font-style: italic;
}



