body {
	background: #DFDAD7 url(50080L-bg.png);
	padding: 0px;
	margin: 0px;
}

p, div, span, li, td, a, input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a, a:link { color: #9D9895; background: #DFDAD7 url(50080L-bg.png); }
a:visited { color: #504B47; }
a:hover { color: #fff; }

ul {
	display: none;
	list-style-type: none;
	padding: 10px 20px 0px 20px;
	margin: none; /*  text-align: right; hidden from ie mac \*/
	text-align: right; /* */
	border-right: 1px solid #fff;
}

#lies {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:  url(50080L.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}
html>body #lies { display: block; } /* hidden from ie */

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:  url(50080L.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 2;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body #content { height: auto; } /* hidden from ie */

/* navigation style */
.nav, .cat, .subcat { float: left; }
.nav ul { display: block; } 
.nav li { padding-bottom: 1.5em; }
.cat li { padding-bottom: 1em; }
.subcat li { padding-bottom: 0.5em; }
.nav a, .cat a, .subcat a { text-decoration: none; }

/* main content layout */
#selected { clear: both; padding: 10px; }
.label, .splash { margin: 10px; padding: 10px 0px; width: 480px; display: block; }
.label { border-top: 1px solid #fff; }
.unit { margin: 10px; padding: 0px; }

body.contact input,
body.contact select,
body.contact textarea {
	width: 350px;
}

/* main sections are displayed using a body class & a corresponding list class */
body.unstruct .unstruct,
body.type .type,
body.images .images,
body.anim .anim,
body.extern .extern,
body.contact .contact { display: block; }

/* main sections are displayed using a body id & a corresponding list id */
body#unstructone #unstructone,
body#typeone #typeone,
body#imagessplash #imagessplash,
body#imagesphoto #imagesphoto,
body#externnonu #externnonu { display: block; }
