* {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	top: 0;
	left: 0;
	}
body { 
	background-color: #666;
	position: absolute;
	z-index: 0;
	}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, legend, input, button, select, option, textarea, label {
	color: #000;
	font: 16px/18px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	}

/*forms ****************/
input, button, select, optgroup, option, textarea, label {
	vertical-align: top;
	}

input, textarea {
	/*engraved effect */
	background-color: #999;
	border-top: solid 1px #333;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #333;
	}

fieldset {
	/*embossed */
	border-top: solid 2px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	border-left: solid 2px #666;
	}

h1, h2, h3, h4, h5, h6, legend, label, button, button[disabled] {
	text-transform: lowercase;
	}

h1   {
	font-weight: bold;
	font-size: 48px;
	line-height: 69px;
	}

h2, legend {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	}

h3, label, button, form a, #menubar ul li button, #menubar ul li a  {
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	}

h4, #menubar ul ul li button, #menubar ul ul li a {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	}

p, blockquote, input, textarea {
	font-size: 16px;
	line-height: 18px;
	}

select, option, input[type=checkbox] {
	font-size: 14px;
	line-height: 18px;
	}

p, blockquote, textarea  /* 1st line auto indent */ {
	text-indent: 24px;
	width: 540px;
	}

label {
	display: block;
	}

label.error {
	color: #fc0;
	}

a, strong, em  {
	color: inherit;
	font: inherit;
	text-decoration: inherit;
	text-align: inherit;
	text-transform: inherit;
	text-indent: inherit;
	word-spacing: inherit;
	letter-spacing: inherit;
	vertical-align: inherit;
	border: inherit;
	position: relative;
	}

img {
	position: relative;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

/* links ******************************/
a, button {
	color: #c90;
	text-decoration: none;
	cursor: pointer;
	}

a:visited  {
	color: #960;
	}

a:hover, a:active, button:hover, button:active  { 
	color: #fc3;
	}

button[disabled], button:disabled, a.self { 
	color: #333;
	cursor: default;
	}

#header   /* h1, logo, background image */ { 
	position: absolute; 
	z-index: 1;
	display: block;
	}

#mainline    /* logo, background image */ {
	position: absolute;
	z-index: 1;
	display: block;
	}

/*menubar **********************/
#menubar {
	text-align: right;
	display: block;
	position: absolute;
	z-index: 6;
	top: 122px;
	max-width: 158px;
	width: 158px;
	}

#menubar ul {
	text-align: right;
	padding: 20px 8px 10px 0;
	border-right: 2px solid #333;
	}
	
#menubar ul ul {
	text-align: right;
	padding: 0 8px 5px 0;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	}
	
#menubar ul li, #menubar ul ul li {
	text-align: right;
	display: block;
	width: 100%;
	max-width: 100%;
	}

#menubar ul li button, #menubar ul ul li button, #menubar ul li a, #menubar ul ul li a {
	text-align: right;
	display: inline;
	max-width: 100%;
	}


/*content *********************************/
#content {
	padding: 0 0 45px;
	position: absolute;
	z-index: 2;
	top: 110px;
	left: 168px;
	width: 548px;
	display: block;
	}

#title, legend {
	position: relative;
	display: block;
	}

#title {
	width: 504px;
	max-width: 504px;
	height: auto;
	}

#matte {
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	position: relative;
	display: block;
	margin-bottom: 22px;
	}

#mainImage {
	position: relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	 }

#copyright {
	text-align: right;
	 }
/*seek form *********************/	
#seek {
	position: relative;
	left: 60px;
	}
	
#prev, #up, #next {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 10px;
	border: 2px transparent solid;
	padding: 2px 5px;
	min-height: 24px;
	}
#prev a, #up a, #next a {
	border: none;
	}

#prev {
	padding-left: 60px;
	border-top-color: #333;
	border-right-color: #333;
	}

#up {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-color: #000;
	}

#next {
	padding-right: 200px;
	border-bottom-color: #999;
	border-left-color: #999;
	}


/*legal *************************/
ol.section {
	text-indent: 12px;
	margin-left: 12px;
	display: block;
	}

li.section {
	text-indent: 24px;
	display: block;
	margin-left: 12px;
	list-style-type: decimal;
	}

ol.subsection {
	display: block;
	margin-left: 24px;
	}

li.subsection {
	text-indent: 24px;
	display: block;
	margin-left: 24px;
	}

#footer {
	display: none;
	}
