@import url("punctuation.css");
@import url("navigation.css");	
/* stylesheet for www.primatedp.co.uk  - written by Mark Jones zen20282@zen.co.uk */

* { margin:0px; padding:0px; } /* this clears any and all margins & padding on all elements */
html { height:100%; margin-bottom:1px; } /* this adds a scrollbar to Mozilla and keeps it there to stop centered pages jigging about*/
table {
	font-size:1em; 
	font-family:Verdana, Arial, Helvetica, sans-serif; }  /* this allows IE 5.* to view text inside tables correctly - not too big!! */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	color:#000;
	background:#00A0AF;
}
#Wrapper {
	margin:30px auto 0px auto;
	color:#666;
	width:960px;
	background-color:transparent;
	background-image:url(../images/Background4colsPercep.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid #999;
}	


.skiplink {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
	line-height:1px;
}
#LeftNavCol {
	width:200px;
	/*border:1px solid blue;*/
	float:left;
	background-color:transparent;
	display:inline;

}
#LeftNavBlock {
	width:190px;
	/*border:1px solid green;*/
	margin:102px auto 0px auto;
}

/* Left Nav instructions and roll-overs are contained in imported stylesheet navigation.css */

#Content {
	margin:20px 0px 0px 0px;
	width:748px;
	height:480px;
	/*border:1px solid green;*/
	float:right;
	position:relative;
	display:inline;
	background-image:url(../images/logos/PrimateLogo276x430.gif);
	background-repeat:no-repeat;
	background-position: 452px 20px;
	background-color:transparent;
}
#MonkeyEye {
	width:13px;
	height:13px;
	position:absolute;
	top:340px;
	left:600px;	
	
}
#ContentTextArea {
	position:absolute;
	margin:100px 0px 0px 12px;
	/*border:1px solid red;*/
	background-color:transparent;
	width:560px;
}
#Footer {
	background-color:#fff;
	color:#666;
	height:95px;
	clear:both;
	width:100%;
	/*border:1px solid green;*/
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#PDFNavBlock {	
	width:600px;
	position:absolute;
	top:23px;
	left:165px;
	/*border:1px solid red;*/
	text-align:center;
	height:42px;
}

#WDADLogo {
	width:65px;
	height:65px;
	/*border:1px solid red;*/
	position:absolute;
	top:15px;
	right:22px;
	background-color:#fff;
}
#UseTheseLinks {
	clear:both;
	width:500px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:1px solid blue;
	background-color:#fff;
	font-size:0.7em;
}