@charset "UTF-8";
/* CSS Document */

img, #header { behavior: url(iepngfix.htc); }

		body
		{
			margin: 0;
			background: #5a2e2e;
			color: #dfba69;
		}

		#wrapper
		{
			background-color: #5a2e2e;
			width: 800px;
			margin: 0px auto;
			margin-top: 20px;
			margin-bottom: 20px;
			border: 1px solid;
			border-color: #fffedf;			
		}

		#header
		{
			padding: 0px;			
			background: transparent;
			/* height: 100px;		*/	
			
		}
		
		#banner
		{
			padding: 0px;			
			background: #5a2e2e;
			height: 117px;			
			
		}
		
		
		/* note code from Listamatic--Alteration to Rollover Horizontal List navbar */
		
		#navcontainer
		{
		width: 100%;
		float: left;
		background-color: #426208;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #fffedf;	
		}
		
		#navcontainer ul { padding: 0; }
		#navcontainer ul li { display: inline; }
		
		#navcontainer ul
		{
		margin: 0;
		padding: 0 0 0 0;
		color: #FFFFFF;
		font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
		font-size: .65em;
		letter-spacing: 2px;
		font-weight: bold;
		}
		
		#navcontainer ul li a
		{
		padding: 0.2em 12px;
		background-color: #426208;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 1px solid #94B473;
		}
		
		#navcontainer ul li a:hover
		{
		background-color: #7B9D25;
		color: #FFFFFF;
		}
		
		#navlist li a:hover, #navlist li a:active
		{
		color: #FFFFFF;
		text-decoration: none;
		background: #CC3333;
		text-align: left;
		text-transform: none;		
		}
		
		/* End Listamatic */
		
		
		
		#pics
		{
			padding: 0px;			
			background: #fffedf;
			height: auto;			
			
		}
		

		

		#content
		{
			padding: 0px;			
			background: transparent;
		
		}

		#left
		{
			width: 400px;
			background: transparent;
			float: left;
			
		}

		.left-container
		{
			margin: 10px;
			margin-bottom: 0;	/* IE6 pushes footer down without this */
			border-right: 1px solid;
			border-color: #000000;	
			padding: 5px;	
		}

		#right
		{
			width: 400px;
			background: transparent;
			float: left;
			
		}

		.right-container
		{
			margin: 0px;
			margin-bottom: 0;	/* IE6 pushes footer down without this */
			border: 0px solid;
			border-color: #000000;	
			padding: 5px;	
		}
		
		#right-blog
		{
			background-color: #426208;
			margin: 10px;
			margin-bottom: 10;	/* IE6 pushes footer down without this */
			border: 1px solid;
			border-color: #ffffff;	
			padding: 5px;	
		}

		#footer
		{
			padding: 10px;
			background-color: #426208;
			height: 20px;
			border-top: 1px solid;
			border-color: #fffedf;

		}

		.clear
		{
			clear: left;
		}



