@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url(images/background.png) repeat-y left top;
	color: #999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px; }

a { color: #FFF; text-decoration: none; }
	a:hover { color: #815093; }
img { float: left; margin: 15px; }
li { list-style: none; }
p { margin: 15px; }
	
div#header { height: 150px; margin-top: -10px; width: 1000px; }
	div#header img { margin: 0; }
	div#name { margin-left: 120px; }

	div#navigation { 
		float: left;
		font-size: 17.5px;
		margin-left: 20px; 
		padding-top: 42px;
		text-align: right;
		width: 100px; }
		div#navigation a { color: #777; display: block; }
			div#navigation a:hover { color: #333; }
	div#currentpage {
		color: #333;
		display: block;
		text-align: right; }

div#body {
	background: #97A12A url(images/ribbon.png) repeat-y left top;
	height: 250px;
	margin-left: -10px;
	margin-right: -10px; 
	margin-top: -65px;
	min-width: 1010px; }

div#content {
	background-color: #333;
	float: left;
	font-size: 12.5px;
	margin-left: 130px;
	margin-top: 20px;
	text-align: justify;
	width: 555px; }

div#sectionheader {
	color: #555;
	font-size: 17.5px;
	text-align: left; }

div#sidebar {
	font-size: 17.5px;
	margin-left: 685px;
	text-transform: lowercase;
	width: 290px; }

div#resources {
	font-size: 12.5px; 
	height: 250px;
	padding-top: 10px;
	text-align: justify; }

div#collaborators {
	color: #555;
	font-size: 12.5px;
	height: 260px;
	text-align: justify; }

div#subheader {
	color: #555;
	font-size: 17.5px;
	padding-top: 10px;
	text-align: center;
	text-transform: lowercase; }

div#contact {
	color: #777;
	float: left;
	font-size: 17.5px;
	padding-left: 15px;
	text-align: left; 
	width: 290px; }
div#contact a { color: #777; display: block; }
	div#contact a:hover { color: #815093; }
div#email { color: #815093; }
