body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #000;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #ccc;
}
acronym {
	cursor: help;
}
h1 {
	text-align: right;
	border-bottom: #000 0.2em double;
	padding: 0 0 5px;
	margin: 0 10px 0;
	color: #ccc;
	height: 35px;
	background: transparent url(pirate1.gif) no-repeat right bottom;
}
h1 span {
	display: none;
}
h2 {
	margin: 10px auto;
	font-size: 1em;
	text-align: center;
}
h3 {
	color: #eee;
	font-size: 1.1em;
	margin: 15px auto;
}

/* Box containing everything */

#container {
	margin: 15px auto;
	padding: 0 10px 5px;
    width: 650px;
	background: #333;
	border: #666 3px outset;
	text-align: justify;
}
#container a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#container a:hover {
	text-decoration: underline;
}
#container p {
	margin: 15px auto;
}

/* Left content */

#quickSummary, #preamble, #supportingText {
	clear: left;
	width: 450px;
	margin: 0;
}

/* Left boxes */

#quickSummary p {
	float: left;
	width: 200px;
	margin: auto 5px 10px;
	padding: 5px;
	border-top: #666 2px solid;
	border-left: #666 2px solid;
	background: #000;
	color: #666;
}
#quickSummary a {
	color: #333;
}

/* Right side of box */

#linkList {
	position: absolute;
	top: 63px;
	width: 180px;
	margin: 0 0 auto 460px;
	padding: 0;
	font-size: 1em;
	text-align: right;
	background: url(skull2.gif) #000 no-repeat center center;
	border-right: #666 2px solid;
	border-bottom: #666 2px solid;
}
#linkList h3 {
	color: #666;
	font-size: 1em;
}
#linkList li {
	margin: 0;
	padding: 0;
}
#linkList a:hover {
	color: #eee;
}
#linkList span {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#linkList acronym {
	color: #fff;
	font-weight: bold;
	cursor: help;
}

/* Top section of right box */

#lselect {
	margin: 0 0 auto 10px;
	padding: 0 5px;
}
#lselect li {
	list-style-image: url(skull1.gif);
	color: #ccc;
	font-size: 0.9em;
}
#lselect a {
	color: #666;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
#lselect a.c {
	text-decoration: none;
}

/* Other sections of box */

#larchives {
	margin: 0 5px auto 0;
}
#lresources {
	margin: 0 5px auto 15px;
}
#larchives li, #lresources li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#larchives a, #lresources a {
	color: #444;
}

/* The bottom part of the page */

#footer {
	clear: both;
	width: 630px;
	background: #000;
	padding: 3px;
	text-align: right;
	border-right: #666 2px solid;
	border-bottom: #666 2px solid;
}
#footer a {
	font-size: 0.9em;
	font-weight: normal;
	color: #444;
}
#footer a:hover {
	text-decoration: overline underline;
}