body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, tr, td	{
	margin: 0; padding: 0;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

fieldset, img, abbr {
	border: 0;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	text-decoration: none;
}

/* Remove padding and margin */

* { 
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	/* margin: 1em 0; */
}

/* Class for clearing floats */

.clear {
	clear:both;
}

/* Primatology inline image */

#primg {
	float: left;
	display: inline;
	/*padding: 0 0.5em 0 0;*/
	margin: 0.4em 0.4em 0.4em 0
}


ul {
	list-style: disc inside;
}


body {
	font-size: 100%; /* 100% = 16px 75% Resets 1em to 12px */
	line-height: 1.5em;  /*set line height to 1.5 times font ie 24 for 16px */
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background: #669966;
	color: #000;
}

p, ul {
	font-size:1em;
	line-height:1.5em;
	margin-top: .75em;
	margin-bottom: .75em;
}

/* @group Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.5em; /* 32px */
	line-height: 2em;
	margin-bottom: 1.5em;
	margin-top: 0em;
	font-weight:normal;
	padding-left: 148px;
	font-weight: 700
}

h2 {
	font-weight: 700
}

h3 {
	font-weight: 700
}

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;	
}

a:hover {
	text-decoration: none;	
}


/* @group Big Bits
-----------------------------------------------------------------------------*/

#wrapper {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0 0 1.5em 0;
}

#wrapper a {
	background: #fff;
	color: #000;
}

#globalnav #menu {
	width: 750px;
	margin: 0 auto;
	background: #000;
	color: #fff
}

#globalnav #menu li {
	display: inline;
	padding-right: 1em;
	background: #000;
	color: #fff;	
}

#globalnav #menu li a {
	background: #000;
	color: #fff;
}

#globalnav #menu li.current_page_item a, #globalnav #menu li a:hover {
	border: none;
	background: #000;
	color: #ff6600
}

#globalnav {
	height: 1.5em;
	font-weight: normal;
	padding: 0;
	font-size: 1em;
	background: #000;
	color: #fff;
}

#contents {
	text-align: left;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	background: #fff;
	color: #000;
}

#masthead {
	width: 760px;
	height: 6em;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	text-decoration: none;
	background: url("./images/headermonkey1.gif") top left no-repeat;
}

#masthead a, #masthead a:hover, #masthead a:active, #masthead a:visited, #masthead h1 {
	/*font-weight: normal;
	padding-top: 8px;*/
	}

/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 78%;
	padding: 0.75em 0 0 0.75em;
}

#widecontent {
	padding:0.5em;
}

#introduction {
	margin-bottom: 1.5em;
	color: #66676f;
}

#introduction h2, #introduction p {
	display: inline;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em
}

.primary {
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 750px;
	margin: 1.5em auto 1.5em;
	padding-left: 0.5em;
}

#footer a {
	color: #000;
	background: #669966;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*
/* Removes fieldset borders. even on Opera 7 */

fieldset {
	border: 1px solid transparent;
}

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}
	
/* @end */