Body	{
		background-image:url('images/fabric_of_squares_gray.png');
		}

#header	{
		background-image:url('images/toptree2.png');
		position:fixed;
		top:0px;
		left:300px;
		width:700px;
		height:90px;
		z-index:1;
		}

#logo	{
		width:250px;
		height:255px;
		}
		
#navigation	{
			width:250px;
			height:100%;
			position:fixed;
			left:10px;
			top:10px;
			padding:25px;
			}
			
a	{
	text-decoration:none;
	}
			
#navigation ul,a	{
					text-decoration:none;
					list-style-type:none;
					font-family:'Signika', sans-serif;
					font-style:Semi-Bold 600;
					color:#009B84;
					font-size:15px;
					line-height:22px;
					}
					
#content	{
			position:absolute;
			left:375px;
			top:75px;
			width:575px;
			height:100%;
			}
					
#footer	{
		background-color:#BAEAD6;
    	padding-top:10px;
    	height:30px;
    	width:100%;
    	position:fixed;
    	bottom:0px;
		left:0px;
		color:#009B84;
		font-size:15px;
		font-family:'Signika', sans-serif;
		text-align:center;
		}

p 	{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

h1	{
	color:#44235E;
	font-size:45px;
	font-family:'Signika', sans-serif;
	font-style:600;
	}

h2	{
	color:#009B84;
	font-size:25px;
	font-family:'Signika', sans-serif;
	}
	
	h4	{
	color:#26C1AA;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-weight: 400;
	letter-spacing:1px;
	line-height: 22px;
	}


a:link {color:#009B84;}      /* unvisited link */
a:visited {color:#009B84;}  /* visited link */
a:hover {color:#44235E;}  /* mouse over link */
