/* body style for pondering  */

/* body {
	margin: 0;
	color: #111;
	font: normal 11px/1.7em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background: #eee;
	text-align: center;
} */

body {
	margin:0px;
	padding:0px;
	background:#eee;
	color:#111;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,Lucida,Arial,Helvetica,Sans-Serif;
	font: x-small "Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,Lucida,Arial,Helvetica,Sans-Serif;
	font-size/* */:/**/small;
	font-size: /**/small;
	}
	
	/* styles for IE 5 Mac */
#wrapper {
	position: absolute;
	top: 20px;
	left: 0;
}

/*  IE 5 Hack \*/
#wrapper {
	width: 100%;
	top: 50%;
	margin-top: -152px;
	min-width: 770px;
}
/* end hack */ 

#content {
	background: #fff;
	position: relative;
	width: 662px;
	height: 304px;
	margin: 0 auto;
	border: solid 1px #000;
	}

#nav {
	text-align: center;
	background: transparent;
	position: relative;
	width: 662px;
	margin: 0 auto;
	border: solid 0px #000;
	}
	
#nav ul {
	margin: 5px 0px 0px 0px;
	padding: 0;
	list-style: none;
	font-size: 90%;
	background: transparent;
	}

#nav li {
	display:inline;
	margin:0 .5em 0 0;
	padding:0;
	background: transparent;
	}
	
a {
	color:#36c;
	text-decoration:none;
	}
  
a:visited {
	color:#36c;
	}
  
a:hover {
	color:#f30;
	text-decoration:underline;
	}
	
#nav #current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
