body {
	background-color:#8c8c8c;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	color:#FFFFFF;
	letter-spacing:0.15em;	
}

p{
	padding-bottom:1.5em;
	margin:0;
	
}
H1{
	font-size:1.8em;
	letter-spacing:1.3em;
	font-weight:normal;
}
H1 .last{
	letter-spacing:0em;
}
/***	all links  ***********************************************/
a{
	text-decoration:none;
	color:#FFFFFF;
	height:2em;
}
a:hover{
	text-decoration:none;
	color:#262626;
}
a:hover span{
	background-color:#FCFDFE;
}
a span {
	padding:3px;
	margin-bottom:3px;
}

#body{
	background-color:#747474;
}

div#caption p{
	padding-bottom:1em;
	margin:0;
	letter-spacing:0.22em;	
}
div#caption a{text-decoration:underline}
body.home div#caption{
	font-size:1.1em;
}

/***	thumbnails  ***********************************************/
div.thumbnails img{	
	border-color:#262626;
	border-width:1px;
	border-style:solid;
}
/* if its a link then give it a white border, highlight the current one in black */
div.thumbnails a img {	
	border-color:#FFFFFF;
}

/***	menu  ***********************************************/
div.menu  {
	font-size:0.8em;
	color:#262626;
}
div.menu ul{
	padding-top:8px;
}
div.menu li{
	padding-bottom:5px;
}
