body	{
	background-color: #155C94;
/*	background-color: #005397; */
	background-image: url(images/sidebar.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0ex;
	font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
}
	
div.sidebar	{
	width: 140px;
	padding: 0px;
	position:absolute;
	top:0px;
	left:0px;
}
div.sidebar p	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:83%;
	font-weight:bold;
	color: #D5D5D5;
	text-align:center;
	width:110px;
	margin:0px 5px;
}
div.sidebar p.here	{
	border: 5px solid #E0D695;
	padding: 5px;
	background-color: #D5D5D5;
	color:#005397;
}
div.sidebar p a	{
	text-decoration: none;
	width:100%;
	padding: 5px;
	border: 5px solid #E0D695;
	display:block;
	background-color: #005397;
	color: #D5D5D5;
}
div.sidebar p a:hover	{
	border: 5px solid #E0D695;
	background-color:white;
	color: #005397;
}
/* divs that have the pictures */
img#here, img#home, img#biog, img#gallery, img#holmes, img#video	{	
	position: absolute;
	top: 10px;
	left: 10px;
}
img#here	{
	visibility: visible;
	z-index:0;
}
img#home, img#biog, img#gallery, img#holmes, img#video	{
	visibility: hidden;
	z-index:1;
}
div.main   {
	color: #D5D5D5;
	padding: 1em;
	margin-left: 150px;
}

div.youtube	{
	margin: 1em auto;
	width: 640px;
}

h1 {
	font-size: 250%;
	text-align: center;
	}
	
h1.gallery {
	margin-top: 5px;
}
	
h2 {
	font-size: 200%;
	text-align:center;
	}
	
a:link {
	text-decoration: none;
	color: #E0D695;
	font-weight: bold;
}

a:visited  {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

a:hover {
		text-decoration: none;
	    font-weight: bold;
		color: #9FD3FF;
	}
	
div.cartouche a:link {
		color: Black;
}

div.cartouche a:visited {
		color: Blue;
}

div.cartouche a:hover {
		color: Green;
}

div.cartouche {
	background-color: #E0D695;
	color:#005397;
	margin: 10px 20px 10px 160px;
	padding: 5px;
	border: double 5px #D5D5D5;
  }

p.review	{
	text-indent:1em;
	margin-bottom:0em;
}
p.reviewer	{
	margin-top: 0em;
	text-indent: 4em;
} 
  
p.credits   {
	font-size: 70%;
	font-family: Verdana, Helvetica, arial, sans-serif;
}

p.caption   {
	font-size: 70%;
	font-weight: bold;
	margin-top: 3px;
	font-family: Verdana, Helvetica, arial, sans-serif;
	text-align:center;
}

p.centre	{
	text-align:center;
	margin:0px;
}

p.standfirst	{
	font-size:110%;
	color: #EEEEEE;
}

hr {
	color: #D5D5D5;
	background-color: #D5D5D5;
	border: 0;
	height: 2px;
	margin: 20px;
}

table {
	width: 90%;
}

td    {
	text-align: center;
	padding: 10px;
}


img	{
	border:none;
}