/* 2009/Dec */

body {

	background:  white;
	position: relative; 
	font: 1.0em sans-serif;
	font: 1.0em "Century Gothic";
	padding:1em;
}


a:link    { color: #444499; text-decoration:none; }
a:visited { color: #444499; text-decoration:none; }
a:hover   { color: #449944; text-decoration:none; }

#title {
	
	display:  block;
	width:100%
	height:2em;
	font-size:1.2em;
	/*text-align:center;*/
	font-weight:bold;
	white-space: normal; 
	letter-spacing: 0.2em; 
}

#menu:before { content:  "bg";  }
#menu {
	/*text-align:center;*/
	width:100%;
	letter-spacing: 0.2em; 
	text-transform: lowercase;  
	white-space: normal; 
	border-bottom:  thin black solid;
}
#menu>a:before { content: "⋅"; }
#menu a { display: inline; letter-spacing: 0.2em; }

blockquote,*.quote { color:  #880000; }

tt, code, pre {	font: 100% Courier;}

cite { display: inline; font-style:  italic; }

*.figure { 
	display:block;
	float: right;
	margin-left:1em;
}
*.figure>img { 
	display:block;
}
*.figure>a>img { 
	border:none;
}

*.figure>*.caption { 
	display:block;
	text-align: center;
	font-size: 0.75em; 
	width: 300px;
}
