body, p {
	color: grey;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
body {
	background: #000;
	}

#container {
	margin: 0 auto;
	width: 710px;
	text-align: center;
	}

table {
	margin-left: auto;
	margin-right: auto;
	}
				
.text {  
	font-size: .7em;
	line-height: 1em; 
	color: #ccc;
	}

.picturetitle {  
	font-size: .85em;
	line-height: 1em; 
	color:#fff; 
	font-weight: bold;
	}
		
.picturecaption {  
	font-size: .75em;
	line-height: 1em; 
	color: #fff;
	}
	
.picturedetails {  
	font-size: .7em;
	line-height: 1em; 
	color: #ccc;
	}

.copyright {  
	font-size: .65em;
	line-height: 1em; 
	color: #ccc;
	}

td.nav {
	font-weight: bold;
	text-align: right;
	}
	
.caption {
	clear: both;
	font-size: .7em;
	border-top: 1px #666 solid;
	margin-top: 2em;
	padding-top: 0.5em;
	}
	
#header { width: 100%; }
	
#header h1 { font-size: 16px }	
	
#left-side {
	float:left;
	top:1em;
	margin-left:2em;
	width:8em;
	text-align:right;
	}
	
#tree {
	position:relative;
	top:0em;
	margin-left:12em;
	}
	
#tree img {
	border-style:none;
	}
	
a:link {color: #09f; text-decoration: none; }

a:visited { color: #96f;	text-decoration: none; }

a:hover { color: #c00; text-decoration: underline; }

a:active { color: #f00; }

