/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 775px;
			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;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 40px;
			color: #330099;
			padding-bottom: 50px;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			border-bottom: 1px solid #CCC;
			padding-left: 0px;
		}
		
		a {
			color:#9966cc;
			text-decoration: none;
		}

		a:hover {
			color:#330099;
			background-color: #F5F5F5;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {	
			padding-top: 10px;
			clear: both;
			border-bottom: 1px solid #CCC;
		}
			

/* NAVIGATION ELEMENTS */

		#navcontainer {
			background:url(bg-gray.gif) #999999;
			width:150px;
			height:454px;
			position:static;
			margin-top 0px;
			margin-left:300px;
		}
		
	 	#navigation ul {	
			margin-left: 0px;
			padding-left: 0;
			list-style-type: none;	
			width: 100px;
		}
	
		#navigation a {	
			display: block;
			padding: 5px;
			width: 100px;
			color:#FFFFFF;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#FFFFFF;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background-color: #CCCCCC;
			color: #9966CC;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			width: 160px;
			margin-top: px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
			background-color:#999999;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 300px;
			position: static
			margin-left: 0;
			padding-right: 0;
			list-style-type: none;			
			float: left;

		}
		
		#content p {
			padding-bottom: 0px;

		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 300px;
		}
		
		#sidebar p {
			padding-left: 10px;
			padding-bottom: 0px;
		}
		

/* FOOTER ELEMENTS */

		#footer {
			clear: both;
			background-color:#ffffff;
			padding: 0px 0px 0px 0px;
			border-top: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#footer p {
			color:#9966CC;
			padding: 0px;
		}
		
		#footer p a {
			color: ##9966CC;
			
		}
		
		#footer p a:hover {
			color: #330099;
			background-color:#F5F5F5;
		}
		
		/* And they lived happily ever after. The End. */