.mir { text-indent : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */


body {
	background: #cccac6;
	font: 12px verdana, arial, sans-serif;
	color: #000;
	}
	
div#container {
	width: 680px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-top: 0px;
	margin-left: -340px;
	padding: 0px;
	}
	
div#header { 
	width: 680px;
	height: 108px;
	margin: 0px;
	padding: 0px;
	background: url(images/header.gif) no-repeat top left; 
	position: absolute;
	top: 0px;
	left: 0px;
	}

div#header a#photo {
	width: 82px;
	height: 81px;
	position: absolute;
	top: 12px;
	left: 45px;
	display: block;
	}

div#header h2.title { 
	font: bold 14px arial, verdana, sans-serif;
	color: #B98726;
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 12px;
	right: 0px;
	text-transform: uppercase;
	}

div#content {
	width: 552px;
	padding: 0px;
	position: absolute;
	top: 108px;
	left: 125px;
	margin: 0px;
	background: #E3E1DF url(images/content.gif) repeat-y top left;
	}

div#content a { color: #006699; }
	
div#content a:hover { color: #000; }

div#content a:visited { color: #B98726; }

div#dadEdit {
	padding: 0px 3px 0px 12px;
	}

div#content p {
	margin: 0em 0em 1em 0em;
	line-height: 1.4em;
	}
	
div#content img.cover {
	width: 200px;
	border: 1px solid #000;
	}
	
div#footer {
	height: 4px;
	width: 555px;
	background: url(images/footer.gif) no-repeat bottom left;
	}

div#nav {
	width: 111px;
	position: absolute;
	top: 108px;
	left: 10px;
	}
	
div#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
div#nav ul li { margin-bottom: 3px; }	

div#nav ul li.active { background-color: #e3e1df; }

div#nav a { display: block; height: 17px; width: 111px; margin: 0px; padding: 0px; }
div#nav a:hover { background-color: #e3e1df; }
div#nav a#home { background-image: url(images/a_home.gif); }
div#nav a#times { background-image: url(images/a_times.gif); }
div#nav a#press { background-image: url(images/a_press.gif); }
div#nav a#papers { background-image: url(images/a_papers.gif); }
div#nav a#news { background-image: url(images/a_news.gif); }
div#nav a#band { background-image: url(images/a_band.gif); }
div#nav a#links { background-image: url(images/a_links.gif); }
div#nav a#book { background-image: url(images/a_book.gif); }
	
.hide { display: none; }

