body {
	background: #000000 url(/2009/images/bg.png) repeat-x;
	background-attachment: fixed;
	color: #7F7F7F;
	font-family: tahoma, arial;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
* {margin:0px;padding:0px;}

.link,#last {
	font-size: 10px;
	font-weight:900;
	text-decoration: none;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	width: 120px;
	display:block;
	color: #7a6b3e;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	text-align:center;
}
.link:hover, #last:hover{
	color:#4c5b38;
}
.link {border-bottom: 1px dashed #9c8f5e;}
#last {border-bottom: 0px none #9c8f5e;}

p a:link { 
	color: #7a6b3e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
	
p a:visited { 
	color: #7a6b3e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}
	
p a:hover, a:active { 
	color: #7a6b3e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5e573b;
}
H1{
  font: italic small-caps 900 12px sans-serif
}

H2{
  font: italic small-caps 900 16px arial black
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
