* Navigation 

#nav {
	position: absolute;
	left: 0;
	top: 63px;
	font-size: 85%;
	font-weight:bold;
	background-color: #FFFEEB;
	margin-top: 11px;
	width: 19em;
	text-transform:uppercase;
	border-top: 1px solid #FFF;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#nav ul li a span.menuitem {
	width: 50%;
}

/* Homepage 

#homepage {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
}

#homepage-foreign #content{
  margin: 0;
	width: 115%;
	}
	
#updates {
	border: 1px solid #999999;
	width: 50%;
	margin: 40px 200px 0 20em;
	min-width: 425px;
	line-height: 1.5em;
	padding: 1.5em;
}

#updates h4 {
	text-align: left;
	width: 50%;
	font-size: 120%;
	padding: 0pt 0pt 3px;
}

#updates ul {
	font-size: 90%;
	margin-left: 1.5em;
	border: 0pt none;
	margin: 0pt;
	padding: 0 1.5em;
}

#updates li {
	padding-bottom: 0.5em;
	border: 0pt none;
	margin: 0pt;
	padding: 0 2px;
}

#footer {
	border-top: 1px solid #CCCCCC;
	margin: 20px 0 30px 0px;
	padding: 2px 0 3px 10px;
	text-align: center;
	display: block;
	clear: both;	
}





/* Books & SEP books 

#books #content .item img, #splinters #content .item img {
	border-bottom: none;
	border-right: none;
}
	
/* SEP page 

	/* SEP Books & Articles

#sepbooks, #separticles {
	clear: both;
}

#sepbooks h3.topic, #separticles h3.topic {
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	background: #003366;
	padding: 3px 0 3px 5px;
	clear: both;
}
	
#sepbooks .item, #separticles .item {
	width: 80%;
	text-align: left;
	clear: both;
	padding: 0;
	margin-bottom: 5em;
	height: inherit;
}

#sepbooks .item img{
	display: block;
	clear: none;
	margin: 0;
}

#sepbooks .item h2 {
	clear: none;
	
}

#separticles .item h2 {
	display: list-item;
}

#sepbooks .item h3, #separticles .item h3, #sepbooks .item .promo, #separticles .item .promo {
	margin-top: .5em;
	margin-bottom: 0;
	height: auto;
}
*/

/* Contact page  */

body#contact div label { width: 162px; }



