@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic|Montserrat:400,700);
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/paper.png) center top repeat scroll #d5ccaa;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#header {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 11px;
	margin-top: 20px;
}
#logo {
	width: 361px;
	height: 319px;
	margin: 0 auto;
}
#navleft {
	width: 400px;
	height: 30px;
	margin-left: 0px;
	margin-top: -87px;
}
#navleft ul {
	list-style: none;
	font: bold 24px "Crimson Text";
	color: #000000;
}
#navleft li {
	display: inline;
	margin-left: 60px;
}
#navleft a {
	text-decoration: none;
}
#navleft a:hover {
	text-decoration: underline;
}
#navright {
	width: 420px;
	height: 30px;	
	margin-left: 645px;
	margin-top: -54px;
}
#navright ul {
	list-style: none;
	font: bold 24px "Crimson Text";
	color: #000000;
}
#navright li {
	display: inline;
	margin-left: 60px;
}
#navright a {
	text-decoration: none;
}
#navright a:hover {
	text-decoration: underline;
}
#content {
	background-color: rgba(255,255,255,0.5);
	width: 1020px;
	padding: 40px;
}
.twothirds {
	width: 670px;
	margin-right: 30px;
	float: left;
}
.onethird {
	width: 320px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}
.onehalf {
	width: 495px;
	margin-right: 30px;
	float: left;
}
.last {
	margin-right: 0px;
}
.divline {
	width: 1020px;
	height: 2px;
	margin-top: 20px;
	margin-bottom: -10px;
	background-color: #3b2906;
}
h1 {
	color: #3b2906;
	font: 30px Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -10px;
	padding-bottom: 0px;
}
h2 {
	color: #3b2906;
	font: 26px Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -10px;
	padding-bottom: 0px;	
}
h3 {
	color: #3b2906;
	font: 18px Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
p {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
}
#content ul {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
}
#content li {
	list-style-type: square;
}
.cutline {
	font-size: 15px;
	line-height: 19px;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
}
.center {
	text-align: center;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 45px;
	background-color: rgba(0,0,0,0.5);
	margin-top: -17px;
	margin-bottom: 50px;
}
#footer p {
	padding-top: 10px;
	color: #ffffff;
	text-align: center;
}