body {
	margin:0px;
	padding:0px;
	font-family:	helvetica, arial, sans-serif;
	color:#333;
	background-color:#ffffcc;
	}
	
/*
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:large;
	line-height:28px;
	font-weight:900;
	color:#660066;
	}
*/	
h1 {
	margin:1em 0 0.5em 0;
	padding:0px;
	font-size:large;
	line-height:28px;
	font-weight:900;
	color:#660066;
	}
/*	
p
  {
	text-indent:	0em;
	margin:0px 0px 16px 0px;
	font-family:	helvetica, arial, sans-serif;
	font-size:	100%;
  }
*/
p
  {
	text-indent:	0em;
	margin:0px 0px 1em 0px;
	font-family:	helvetica, arial, sans-serif;
	font-size:	100%;
  }

p+p
  {
	text-indent:	3em;
  }

.instruction
  {
	font-style:	italic;
  }

tr
  {
	background-color:	#FFFFCC;
/*	border:			2px solid #FFFF99;
*/
  }

tr.flags
  {
/*	background-color:	 #FFCCFF;
	background-color:	 #CCCCCC;
*/
  }

tr.folders
  {
/*	background-color:	 #CCFFFF;
*/
  }

th
  {
	font-weight:	bold;
	text-align:	right;
	vertical-align:	top;
	padding:0px 0.3em 0px 0px;
/*	margin:0px 0.5em 0px 0px;
*/
	background-color:	#FFFF99;
  }

th.flags
  {
/*	background-color:	 #FF99FF;
*/
  }

th.folders
  {
/*	background-color:	 #99FFFF;
*/
  }

.error
  {
	color:		#ff0000;
	font-size:	large;
	font-weight:	bold;
  }

fieldset
  {
	border:		2px solid #ffff99;
/*	border-top:	3px solid #ffff99;
	border-bottom:	2px transparent;
*/
  }

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

#Content>a {
/*	color:#09c;
	font-size:11px;
*/	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	}
/*	
a:link {color:#09c;}

a:visited {color:#07a;}

a:hover {background-color:#eee;}
*/

.thumbnail {
	text-align:	right;
	}

#Header {
	font-size:xx-large;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top (and bottom?) padding] + [top and bottom border widths] */
/*	height:102px; /* 100px + 0px + 2px */
*/	height:100px; /* 100px + 0px + 0px */
	border-style:solid;
	border-color:#ffffff;
/*	border-width:0px 0px 2px 0px; 
*/	border-width:0px 0px 0px 0px; 
/*	line-height:11px;
*/
/*	background:#99ccff url(cuillin.jpg) no-repeat top left;
*/	background:#ffffcc url(cuillin.jpg) no-repeat top left;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:100px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:100px;}

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}

#Menu {
	position:absolute;
/*	top:102px;
*/	top:100px;
	right:0px;
	width:183px;
/*	background-color:#ffccff;
*/	background-color:#ccffcc;

	background: url("owl.jpg") 0 0 repeat-y; 
	border-top:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
/*	line-height:17px;
*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:183px;}

#Menu li
  {
	list-style-type:	none;
  }

#Menu:hover
	{
/*	background-position: 0 -474px; 
*/	}

#Menu a {
	display:	block;
	margin:		0;
	padding:	1px 10px 1px 5px;
/*	color:#09c;
*/	font-size:100%;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	}

#Menu h4 {
	display:	block;
	margin:		0;
	padding:	0;
	color:#660066;
	font-size:100%;
	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	}

#Menu h4 a {
	padding:	0;
	}

#Menu a:link {color:#000066;}

#Menu a:visited {color:#660066;}

#Menu a:hover
  {
/*	background-position: 0 -474px; 
*/	background-color:	#66cc66;
	text-decoration:	underline;
  }

#Menu a:focus
  {
	background-color:	#66cc66;
	text-decoration:	underline;
  }

blockquote
  {
	margin-left:	5%;
	font-style:		italic;
	color:		#666666;
	font-size:		200%;
	font-family:	"Monotype Corsiva", ZapfChancery, Times,
				"Times New Roman", Serif;
  }

/*cite, signature
*/
div#signature
  {
	font-style:		italic;
	font-size:		150%;
	text-align:	right;
	margin-right:	15%;
  }