body {
	
	background:#412700;
	
}

/* --------------- TYPOGRAPHY --------------- */

h1, h2, p {

	font-family: georgia, times, serif;
	
	}
	
	

h1 {

	font-size: 13pt; 
	color: #362f2d;
	text-align: left; 
	
	}
	
	
h2 {

	font-size: 11pt; 
	color: #8C5900; 
	text-align: left; 
	margin-bottom: 6px;
	
	}
	


p {

	font-size: 10pt; 
	color: #362f2d; 
	line-height: 15pt; 
	text-align: left; 
	margin-top: 5px;
	
	}



.emph {

	font-style: italic; 
	color: #8C5900;
	
	}
	
	
	
.emph2 {

	font-size: 10pt;
	font-style: italic; 
	color: #362f2d;
	
	}
	
	

.emph3 {

	font-size: 10pt; 
	color: #960014;
	
	}
	
	
	
.footer {
	
	font-size: 8pt; 
	color: #362f2d; 
	line-height: 15pt; 
	text-align: center; 
	margin-top: 5px;
	
	}
	
	
	
.llc {
	
	font-size: 6pt; 
	color: #362f2d; 
	line-height: 15pt; 
	text-align: center; 
	margin-top: 5px;
	
	}
	
		
	

a:link {

	color: #960014;
	text-decoration: none;
	
	}
	
	
a:hover {

	color: #006189; 
	text-decoration: none;
	
	}
	
	
a:visited {

	color: #960014;
	
	}
	
	
a {

	text-decoration:none;
	
	}


/* --------------- LAYOUT --------------- */


.nav {

	
	margin: 0px auto;
	width: 600px;

}




.header1 {

	margin: 0px auto;
	width: 600px;

}



.header2 {

	margin: 0px auto;
	width: 600px;

}




.info {

	margin: 0px auto;
	width: 600px;

}


















