body{
	color:black;
	font-family:arial;
	background-color:#492c24;
	font-size: 12px;
}
a{
	color:black;
}
h1{
	margin-top:0px;
	font-size:25px;
}

h1{
	margin-top:0px;
	font-size:16px;
}

#topmenu{
	font-size:9px;
	margin-bottom:4px;
	margin-left:20px;
}
#topmenu a{
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
}
#topmenu a:hover{
	text-decoration:underline;
}

#leftnav{
	text-align:left;
}
#leftnav a{
	font-size:12px;
	display:block;
	width:125px;
	border-style:solid;
	border-width:0px;
	color:white;
	text-decoration:none;
}
#leftnav a:hover{
	text-decoration:underline;
}

#leftnav a#odd{
}
#leftnav a#odd:hover{
}

#box{
	padding-left:30px;
	text-align:left;
	width:500px;
	color:black;
}
#box a{
	color:black;
}

#copyright{
	font-size:12px;
}




/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=3);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #000000; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #000000 3px 3px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}