body {
	padding: 0;
	margin: 0;
	background-image: url(texture.gif);
	background-repeat: repeat;
	font-size: 100.001%;
}

#container {
	width: 770px;
	margin: 45px auto 40px 40px;
}

#container #header {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 30px 50px 47px 50px;
}

#container #header #logo {
	font-family: "Arial Black";
	font-size: 3.6em;
	float: left;
}

#container #header #logo #cyan {
	color: #0099CC;
}

#container #header #logo #magenta {
	color: #F0037F;
}

#container #header #logo #yellow {
	color: #FFFF00;
}

#container #header #language {
	font-family: "Arial";
	font-size: 0.75em;
	float: right;
	margin-top: 50px;
}

#container #header #language a {
	color: #000000;
	text-decoration: underline;
}

#container #header #language a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#container #header #clearer {
	clear: both;
}

#container #header #undertitle {
	font-family: "Arial";
	font-size: 1.30em;
}

#container #header #abstract {
	margin-top: 27px;
	font-family: "Arial";
	font-size: 0.75em;
	line-height: 1.6em;
}

#container #header #abstract a {
	color: #000000;
	text-decoration: underline;
}

#container #header #abstract a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#container .wup {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 36px 50px 46px 50px;
	margin-top: 40px;
}

#container .wup .wup_group {
	font-family: "Arial Black";
	font-size: 2.2em;
}

#container .wup .wup_group_details {
	font-family: "Arial";
	font-size: 0.75em;
	margin-left: 10px;
}

#container .wup .wup_group_details a {
	color: #000000;
	text-decoration: underline;
}

#container .wup .wup_group_details a:hover {
	color: #FFFFFF;	
	background-color: #000000;
	text-decoration: none;
}

#container .wup .micro {
	margin-top: 32px;
	margin-bottom: 35px;
}

#container .wup .project_category {
	font-family: "Arial Black";
	font-size: 0.95em;
	margin-top: 26px;
	margin-bottom: 3px;
}

#container .wup .project_name {
	font-family: "Arial";
	font-size: 0.9em;
	line-height: 1.5em;
}

#container .wup .project_name a {
	color: #000000;
	text-decoration: underline;
}

#container .wup .project_name a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#container #footer {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 0.7em;
	margin-top: 37px;
	margin-bottom: 40px;
}

#container #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#container #footer a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
