html {
	font-family : sans-serif;
	text-align  : justify;
	font-size: 0.9em;
	line-height: 1.5em;
	color       : #333;
}
BODY {
    margin      : 0px;
    padding     : 40px;
}
h1, h2, h3, h4 {
	text-align  : left;
	FONT-FAMILY : sans-serif; 
	font-weight: normal;
}
h1 {
	font-size: 28px;
	line-height: 1em;
	margin: 0px;
	margin-bottom : 28px;
}
h2 {
	FONT-SIZE   : 20px;
        line-height : 28px;
        margin: 0px;
}
h3 {
	FONT-SIZE   : 12px;
    margin-bottom : 10px;
}
.grey {
	color: #888;
}
a, 
a:link, 
a:active,
a:visited {
	COLOR: #4f009f; 
	TEXT-DECORATION: underline;
	border: none;
}
A:hover {
	color: #ff0568;
    TEXT-DECORATION: underline;
    BACKGROUND : #ddd;
}
.content {
    width: 840px;
}
DIV {
	clear: both;
}
IMG {
	margin: 0 20 0 0;
	border: 1px solid #999;
}
/* header */
.header {
	position: absolute;
	top: 40px;
	left: 814px;
	width: 166px;
	height: 181px;
	background: url(ape_220_notxt.png) no-repeat;
}
.headergrey {
	width: 166px;
	height: 181px;
	background: url(ape_220_grey_notxt.png) no-repeat;
	border: none;
}
.ajax_loader_logo1 {
	border: none;
	margin-top: 20px;
	margin-left: 60px;
}
.ajax_loader_logo2 {
	border: none;
	margin-top: 70px;
	margin-left: 10px;
}
.ajax_loader_logo3 {
	border: none;
	margin-top: 114px;
	margin-left: 82px;
}
.ajax_loader_logo4 {
	border: none;
	margin-top: 25px;
	margin-left: 120px;
}
.ajax_loader_logo5 {
	border: none;
	margin-top: 55px;
	margin-left: 23px;
}
.ajax_loader_logo6 {
	border: none;
	margin-top: 48px;
	margin-left: 66px;
}
.ajax_loader_logo7 {
	border: none;
	margin-top: 88px;
	margin-left: 68px;
}
#ajax_loader_meta {
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
}
IMG.logo {
	border: 0px solid #333;
	margin: 0 20 20 0px;
}
/* project navigation */
.projectlinks {
	position: absolute;
	top: 45px;
	left: 40px;
	width: 700px;
	text-align  : left;
}
.title_big {
	font-size: 36px;
	line-height: 2em;
}
.title_med {
	font-size: 30px;
	line-height: 2em;
}
.title_small {
	font-size: 22px;
	line-height: 2em;
}
.projectlinks a,	
.projectlinks a:active,
.projectlinks a:visited
 {
	color: #999;
	text-decoration: none;
  border: 1px solid #ddd;
	text-align: center;
	background-color: #fafafa;
	padding: 5px; margin: 5px 6px 10px 0px;
 -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}	
.projectlinks a:hover {
/* 	background: #d4c3e5; */
	background: #2d005a;
	color: #fff;
}
/* TEXTBOX */
.textbox {
    position: absolute; 
    left: 40px; 
    top: 390px; 
    width: 940px; 
    padding: 0px;	
    border: 0px solid green;
	padding-bottom: 40px;
}
/* metanav */
.metanav {
	position: absolute; 
	left: 40px; 
	top: 330px; 
	width: 940px; 
	height: 34px;
	background: #f2f2f2;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
}
.metanav a,
.metanav a:visited,
.metanav a:active {
	margin-left: 10px;
	FONT-SIZE   : 20px;
	text-decoration: none;
}
.metanav .padding {
	padding: 6px;
}
.metatextbox {
	position: absolute; 
	left: 430px; 
	top: 364px; 
	width: 350px; 
	padding: 0px;	
	padding-bottom: 180px;
	background: #fff;
	height: 280px;
}
.metatextbox .padding {
	padding: 6px;
	padding-left: 12px;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background: #f2f2f2;
	font-family: serif;
	font-size: 1.6em;
	line-height: 1em;
	text-align: left;
}
.metatextbox .tiny {
	font-size: 9px;
	font-family: sans-serif;
}
.metatextbox .tiny a {
	color: #ccc;
}
