/* Basics ************************************************************ */

body {
	background: #555745;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
}

* {
	margin-top: 0px;
	padding: 0px;
}

.clear {
	clear: both;	
}

/* Setup ************************************************************ */
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 994px;
	min-width: 750px;
}

#header {
	/*border-bottom: 10px solid #B3C01F;*/
	border-top: 10px solid #B3C01F;
	background: url('../img/header.jpg') no-repeat;
	background-position: top center;
	height: 85px;
}

	#header span {
		display: none;	
	}
	
#main {
	background: white url('../img/meat.jpg') no-repeat;
	background-position: bottom left;
	padding: 10px;
}

	#sidebar {
		float: left;
		display: block;
		text-align: left;
		width: 26%;
		font-size: 9pt;
	}
	
	#meat {
		float: right;
		display: block;
		text-align: left;
		width: 72%;
	}

#footer {
	background: #4E522C url('../img/footer.gif') no-repeat;
	color: white;
	text-align: center;
	height: 99px;
	border-bottom: 10px solid #B3C01F;
	font-size: 8pt;
}

	#footerLinks {
		padding-top: 25px;
		display: block;
	}
	
		#footerLinks a, #footerLinks a:link {
			color: white;	
		}
		
		#footerLinks a:hover {
			color: #a1ac1c;	
		}

	#copyright {
		font-weight: bold;
		padding-top: 20px;
		display: block;
	}
	
/* Sidebar ************************************************************ */
.navLinks a, .navLinks a:link {
	display: block;
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #B3C01F;
	color: #555745;
	text-decoration: none;
}

	.navLinks a:hover {
		background: #ececec;
		color: #4c4e3e;
	}

.navTopLink {
	border-top: 1px solid #B3C01F;
	margin-top: 5px;
}
	
/* Aestetics ************************************************************ */

a, a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #808912;	
}

a:hover {
	color: #a1ac1c;	
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "georgia", "times new roman", serif;
	color: #555745;
	
	
}

	h1 {
		font-size: 20pt;
		padding-left: 10px;
		border-left: 5px solid #B3C01F;
	}

	h2 {
		font-size: 16pt;
		padding-left: 10px;
		border-left: 5px solid #B3C01F;
	}

	h3 {
		font-size: 14pt;
	}

	h4 {
		font-size: 12pt;
		margin: 0px;
	}

blockquote {
	border-left: 3px solid #4e522c;
	padding-left: 10px;
}
