@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 747px;
	margin: 0 auto;
}
.banner {
	width: 747px;
	height: 135px;
	background: url(images/banner.jpg) center no-repeat;
}
.banner h1 {
	display: none;
}
.header {
	width: 747px;
	height: 134px;
	background: url(images/body.jpg) center repeat-y;
}
.navigation {
	width: 747px;
	height: 30px;
	text-align: center;
	background: url(images/body.jpg) center repeat-y;
}
.navigation ul {
	padding: 5px 0 0 0;
}
.navigation ul li {
	padding: 0 4px;
	text-align: center;
	list-style: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}
.navigation a {
	text-decoration: none;
	color: #883c02;
}
.navigation a:hover {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#content {
	float: left;
	width: 747px;
	background: url(images/body.jpg) center repeat-y;
}
.introduction {
	float: left;
	width: 500px;
}
.introduction h2 {
	padding: 5px 0 0 30px;
	color: #626161;
	font-weight: lighter;
	font-size: 20px;
}
.introduction p {
	padding: 5px 30px 10px 30px;
	text-align: justify;
}
.introduction a {
	text-decoration: none;
	color: #883c02;
}
.introduction a:hover {
	text-decoration: none;
	color: #ccc;
}
.projects {
	float: right;
	width: 247px;
}
.projects h3 {
	padding: 8px 0 0 10px;
	color: #626161;
	font-size: 18px;
	font-weight: lighter;
}
.projects ul {
	padding: 7px 0 5px 10px;
	list-style: none;
}
.projects ul a {
	text-decoration: none;
	color: #883c02;
}
.projects ul li {
	padding: 1px 0 1px 0;
}
.projects p a {
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #883c02;
}
.projects a:hover {
	color: #ccc;
}
.publication {
	width: 502px;
	margin: 20px auto;
}
.publication img {
	border: 1px solid #000;
}
.publication a {
	text-decoration: none;
	color: #883c02;
	font-style: italic;
	font-weight: bold;
}
.publication a:hover {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
.contributors {
	float: left;
	width: 160px;
}
.contributors p {
	padding: 10px 0 0 30px;
	color: #999;
}
.contributors a {
	color: #883c02;
	text-decoration: none;
}
.contributors a:hover {
	color: #ccc;
}
.contributor {
	float: right;
	width: 550px;
}
.contributor p {
	padding: 7px 210px 0 10px;
	text-align: justify;
}
.contributor a {
	color: #883c02;
	text-decoration: none;
}
.contributor a:hover {
	color: #ccc;
}
p.title {
	padding: 0 0 5px 30px;
	font-size: 9px;
}
.contact {
	width: 180px;
	margin: 50px auto 75px auto;
}
.contact a {
	color: #883c02;
	text-decoration: none;
}
.contact a:hover {
	color: #ccc;
}
.contact h1 {
	font-size: 14px;
	padding: 0 0 5px 0;
	text-align: center;
}
.contact h2 {
	font-size: 14px;
	padding: 10px 0 5px 0;
	text-align: center;
}
.contact h3 {
	font-size: 14px;
	padding: 10px 0 5px 0;
	text-align: center;
}
.contact p {
	text-align: center;
}
#footer {
	clear: both;
	width: 747px;
	height: 22px;
	background: url(images/footer.jpg) center no-repeat;
}
.copyright p {
	text-align: center;
	font-size: 10px;
}