	/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

		body
		{
			background-color: #9f9977;
			
		}

/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
			padding-left: 10px;
			padding-right: 10px;
			border: solid 3px #222222;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 28px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		#container #header h1 {
			font-family: 'Old English Text MT', Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 22pt;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h3 {
			color: #666666;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h4 {
			color: #666666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			text-decoration: underline;
			margin-bottom: 0px;
		}
		
		.plist
		{
			margin-left: 15px;
		}
	
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}*/
		
		input[type="text"] {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 3px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 160px;
			margin-right: 200px;
			padding-left: 15px;
			font-size: 12pt;
			line-height: normal;
			/* border-left: solid 1px #575352;*/
		}
		
		#content p {
			padding-bottom: 5px;
		}

		#content .section {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#content h4 {
			font-size: 14pt;	
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			/*background-color:#575352;*/
			background-color:#FFFFFF;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
		
		/* These are standard sIFR styles... do not modify */

		.sIFR-flash {
			visibility: visible !important;
			margin: 0;
		}

		.sIFR-replaced {
			visibility: visible !important;
		}

		span.sIFR-alternate {
			position: absolute;
			left: 0;
			top: 0;
			width: 0;
			height: 0;
			display: block;
			overflow: hidden;
		}

		/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
		.sIFR-flash + div[adblocktab=true] {
		display: none !important;
		}

		/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

		.sIFR-hasFlash h1 {
			visibility: hidden;
		}

		/*.sIFR-hasFlash h2 {
			visibility: hidden;
			letter-spacing: -9px;
			font-size: 55px;
		}

		.sIFR-hasFlash h3 {
			visibility: hidden;
			letter-spacing: -6px;
			font-size: 25px;
		}

		.sIFR-hasFlash h4 {
			visibility: hidden;
			letter-spacing: -5px;
			font-size: 21px;
		}

		.sIFR-hasFlash h5#pullquote {
			letter-spacing: -4px;
			visibility: hidden;
			font-size: 24px;
		}*/
		
