/*
3c2819 - coffee
513925 - chocolate
863b1b - burnt sienna
335a17 - chip green
b5be63 - avocado
eaedce - khaki
*/

body {
	background: #3c2819 url(images/bg.gif);
	margin: 24px;
	}

body, p, div {
	font-size: 14px;
	font-family: palatino, "palatino linotype", georgia, times, "times new roman", serif; 
	}
	
p {
	margin: 0;
	margin-bottom: 16px;
	line-height: 130%;
	}
	
p#copy {
	clear: both;
	font-size: 12px;
	margin-bottom: 0 !important;
	}
	
h1, h2, #nav a {
	margin: 0;
	font-family: palatino, "palatino linotype", "hoefler text", times, "times new roman", serif;
	}

h1 {
	margin-top: 12px;
	margin-bottom: 18px;
	}
	
h2 {
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 130%;
	}

ul {
	list-style-type: square;
	}
	
li {
	line-height: 130%;
	padding-bottom: 4px;
	}
	
#wrap {
	width: 950px;
	margin: 0 auto;
	border: 18px solid #3c2819;
	background: #fff;
	}

#masthead {
	border-bottom: 1px solid #3c2819;
	}
	
#content {
	border-top: 1px solid #3c2819;
	padding: 12px 12px 8px 68px;
	margin: 0;
	background: #eaedce url(images/bg_green.gif) repeat-y left;
	}

#content img {
	float: right;
	margin: 12px;
	margin-right: 0;
	background: #fff;
	padding: 1px;
	border: 8px solid #b5be63;
	}

img.button {
	float: none !important;
	margin: 0 0 4px 0 !important;
	background: none !important;
	padding: 0 !important;
	border: none !important;
	}
	
a {
	font-weight: bold;
	}

a.img {
	border: none !important;
	}
	
a:link {
	color: #863b1b;
	}
	
a:visited {
	color: #3c2819;
	}
	
a:hover, a:active {
	color: #335a17;
	}

#nav {
	margin: 0 auto !important;
	padding: 2px 0 !important;
	text-align: right;
	}
	
#nav a {
	padding: 2px 11px 2px 18px;
	color: #513925;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #3c2819;
	border-width: 1px 0;
	text-transform: uppercase;
	background: url(images/navbg.gif) 6px 5px no-repeat;
	}

#nav a:hover, #nav a:active {
	color: #fff;
	background: #335a17 url(images/navbgh.gif) 6px 5px no-repeat;
	}

.column {
	float: left;
	margin-left: 36px;
	}

hr {
	clear: both;
	}
