/****************************************/
/* Namibia Harvest						*/
/* Layout Stylesheet					*/
/****************************************/

/****************************************/
/* General								*/
body {
	background: url(images/background.gif);
	font-family: "Times New Roman", Times, serif;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 775px;
	margin: 0 auto;
}


/****************************************/
/* Header								*/
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	background: url(images/topLogo.jpg) no-repeat;
	display: block;
	height: 90px;
	text-indent: -9999px;
}
#div {
	background: url(images/leftShadow.gif) repeat-y;
	padding: 0 0 0 6px;
}
#div_inner {
	background: #E8E0D6 url(images/rightShadow.gif) repeat-y right;
	padding: 0 6px 12px 0;
}


/****************************************/
/* Navigation							*/
#nav {
	background: url(images/leftShadow.gif) repeat-y;
	font-size: 0.75em;
	padding: 0 0 0 6px;
	text-align: center;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
}
#nav a {
	border-right: solid 1px #FFF;
	color: #E9E2D8;
	padding: 0 4px 0 2px;
	text-decoration: none;
}
#nav .last a {
	border-right: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul ul li a {
	border: none;
	padding: 0 6px;
}
#nav_inner {
	background: #442917 url(images/rightShadow.gif) repeat-y right;
	padding: 6px 6px 6px 0;
}


/****************************************/
/* Main									*/
#main {
	background: url(images/leftShadow.gif) repeat-y;
	padding: 0 0 0 6px;
}
#main_inner {
	background: #E8E0D6 url(images/rightShadow.gif) repeat-y right;
	padding: 0 6px 0 0;
}
#main_inner2 {
	background: #E8E0D6 url(images/bkgrd_main.gif) repeat-y;
}
#content, #sidebar {
	color: #3C2312;
	float: right;
}
#content {
	padding: 6px 12px;
	width: 570px;
}
#sidebar {
	padding: 6px;
	width: 156px;
}
	/* Content							*/
	#content h1 {
		font-size: 2.00em;
		font-weight: normal;
	}
	#content h2 {
		font-size: 1.50em;
		font-weight: bold;
	}
	#content h3 {
		font-size: 1.00em;
		font-weight: bold;
	}
	#content h4 {
		font-size: 1.00em;
		font-weight: normal;
	}
	#content h5 {
		font-size: 0.89em;
		font-weight: bold;
	}
	#content h6 {
		font-size: 0.89em;
		font-style: italic;
	}
	#content p {
		font-size: 0.75em;
		line-height: 1.30em;
		margin: 10px 5px;
	}
	#content table {
		font-size: 0.75em;
		margin: 5px;
	}
	#content table table {
		font-size: inherit;
	}
	#content ul, #content ol {
		font-size: 0.75em;
		margin: 12px 0 12px 24px;
	}
	#content ul ul, #content ol ol {
		font-size: inherit;
	}
	#content ul {
		list-style: disc;
	}
	#content ol {
		list-style: decimal;
	}
	#content a {
		color: #A38062;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar							*/
	#sidebar h1 {
		font-size: 2.00em;
		font-weight: normal;
	}
	#sidebar h2 {
		font-size: 1.50em;
		font-weight: bold;
	}
	#sidebar h3 {
		font-size: 1.00em;
		font-weight: bold;
	}
	#sidebar h4 {
		font-size: 1.00em;
		font-weight: normal;
	}
	#sidebar h5 {
		font-size: 0.89em;
		font-weight: bold;
	}
	#sidebar h6 {
		font-size: 0.89em;
		font-style: italic;
	}
	#sidebar p {
		font-size: 0.75em;
		line-height: 1.30em;
		margin: 10px 5px;
	}
	#sidebar table {
		font-size: 0.75em;
		margin: 5px;
	}
	#sidebar table table, #sidebar table p, #sidebar table ol, #sidebar table ul {
		font-size: inherit;
	}
	#sidebar ul, #sidebar ol {
		font-size: 0.75em;
		margin: 12px 0 12px 24px;
	}
	#sidebar ul ul, #sidebar ol ol {
		font-size: inherit;
	}
	#sidebar ul {
		list-style: disc;
	}
	#sidebar ol {
		list-style: decimal;
	}
	#sidebar a {
		color: #A38062;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}


/****************************************/
/* Footer								*/
#footer p {
	color: #E9E2D8;
	font-size: 0.75em;
	margin: 0;
	padding: 3px;
	text-align: center;
}
#footer a {
	color: #E9E2D8;
}
#footer_inner {
	background: url(images/leftShadow.gif) repeat-y left;
	padding: 0 0 0 6px;
}
#footer_inner2 {
	background: #442917 url(images/rightShadow.gif) repeat-y right;
	padding: 3px 6px 0 0;
}
#footer_btm {
	background: url(images/bottomBar.gif) no-repeat bottom;
	padding: 0 0 2px 0;
}