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

	
		body
		{
			background-color:#f3e1cb;
			background-image:url(Images/bacground-image.png);
			background-repeat: repeat-x;
			background-position: top center;
			color:white;
			font-family: 'Mina', sans-serif;

		}
		#container
		{
			width: 98%;
			max-width:900px;
			margin:auto;
			margin-top: 70px;
			
		}
		#wrapper
		{
			background-color:white;
			width:98%;
			margin: auto;
			padding:1%;
		}
		#pageheader
		{
			background-color:#F18A08;
			height:100px;
			height:100px;
			padding:2%;
			font-family: 'Homemade Apple', cursive;
			}
		
		#pageheader a
		{
			color:white;
		}
		
				#pageheader ul
				{
					list-style-type: none;
		
				}
			
				#pageheader li
				{
					text-decoration: none;
					display: inline;
					padding-left: 50px;
					padding-right: 50px;
									
						
				}
		
		#slideshow
		{
			background-color:#F18A08;
			height:300px;
			padding:1%;
		}
		#flexbox
		{
			display: flex;
			flex-direction: row;
		}
				
		#leftcolumn
		{
			background-color:#02468A;
			flex-basis: 25%;
			min-height: 600px;
			color: white;
		}
		#leftcolumn a
		{
			color:white;
		}
		#leftcolumn ul
		{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			padding: 20px;
		}
		#leftcolumn li
		{
			color:white;
		}
		
		#main
		{
			background-color:white;
			min-height:600px;
			line-height: 1.5;
			color:#333;
			padding:1%;
			flex-basis: 75%;
		}
		#pagefooter
		{
			background-color: #F18A08;
			height:70px;
			padding:1%;
		}
		h1
		{
			text-align:center;
		}
		#copy
		{
			text-align:center;
		}	
img
{
	box-shadow: 5px 5px 5px black;
	margin: 2%;
}