* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
html {
	height: 101%;
}
body {
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 80%;
	color: #3c3427;
	padding-bottom: 2em;
}
#wrapper {
	width: 946px;
	margin:  0 auto;
	background: #fff url(../i/bg-main.gif) repeat-y;
}
	#navigation {
		margin: -3px 1px 0  1px;
		background: transparent url(../i/bg-nav.gif) repeat-x;
		height: 39px;
	}
		#navigation ul {
			list-style: none;
			width: 70%;
			margin: 0 auto;
		}
			#navigation ul li {
				float: left;
				display: block;
				padding: 8px 0;
				height: 20px;
			}
				#navigation ul li a {
					padding: 10px 1em 10px 1em;
					text-decoration: none;
					font-size: 1.1em;
					color: #3b3326;
				}
					 #navigation ul li a:hover,#navigation ul li a.on  {
						background-color: #736d63;
						color: #fff;
					}
	#content {
		background: transparent url(../i/content-bg-left-top.gif) left top no-repeat;
		min-height: 14em;
		padding: 30px 80px 40px 220px;
	}
	#content img{
		border:2px solid #615A50;
	}
	#footer{clear:both;}
	#footer img {
		margin-bottom: -3px;
	}
	
/* Typography */
h1, h2, h3, h4, h5 {
	line-height: 1.2em;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: .4em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: .5em;
}
h4, h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .6em;
}
p {
	margin-bottom: .8em;
	line-height: 1.4em;
}
#content a {
	color: #70BD24;
	font-weight: bold;
}
#content a:hover {
	color: #736D63;
}
#content a:visited {
	color: purple;
}
#content ul, ol {
	margin: 1.4em 0 1.2em 3em;
}
#content li {
	line-height: 1.4em;
	margin-bottom: .3em;
}
table {
	margin: 1.5em 0em;
	border: 1px solid #000;
	border-collapse: collapse;
}
	th {
		text-align: left;
		padding: .4em 1em;
		background-color: #C7C5C0;
	}
	td {
		border: 1px solid #000;
		padding: .8em 1em;
	}


/******************************************************************************
								 Classes 
******************************************************************************/	

/*Float or align images to left, right or centre*/
img.align-right {
	float:right;
	margin:0px 0 10px 10px;
	clear:both;
}
img.align-left {
	float:left;
	margin: 0px 10px 10px 0;
	clear:both;
}
img.align-centre {
	display: block;
	margin: 15px auto 20px auto;
}