@charset "utf-8";
/* CSS Document */
/* 
Dark Brown:	#452d00
Gold:				#c8bc18
*/

@media all
{
html * { font-size: 100.01%;}

body {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-size: 75.00%;}

  h1 { font-size: 225%;}      				 	    		/* 28px */
  h2 { font-size: 200%;}     								    /* 24px */
  h3 { font-size: 150%;}			        			    /* 18px */
  h4 { font-size: 133.33%;}                     /* 16px */
  h5 { font-size: 116.67%;}                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic;}  /* 14px */

  h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

.standardList {font-weight:bold; font-size:1.2em; }

a {color:#452d00;}
a:hover {text-decoration:none;}
a:visited {color: #666;}

p {font-size:105%; line-height: 1.2em; color:#452d00;}

#topEdge a {font:bold .9em "Lucida Sans"}

#nav {font-size:1.2em; font-weight:bold;}
#nav ul li a {color:#452d00; text-decoration:none;}
#nav ul li a:hover {background:#452d00; color:#fff;}
	#active {background:#c8bc18; color:#fff;}

ul#gallery li {font-size:.9em;}

#fadeBG blockquote {font:bold 1.1em Lucida Sans Unicode, Lucida Grande, sans-serif; color:#000;}

#footer p {font-size:.84em; color:#aaa;}

#bottomEdge p{font-size:.84em; color: #8D7A36;}


}