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

body {
	background-color:  #fff;
	/* #655849;*/
	/*#3BA14D;*/
	margin: 0px;
	padding:0px;
}

#main { width:1000px; top:20px; margin:auto; position:relative;}
#logo { position:absolute; top:0px; left:0px; width:200px; height:200px;  background-color:#655849;}
#nav { position:absolute; top:220px; left:0px; width:160px; height:460px;   background-color:#3BA14D; padding:20px;}
#content { position:absolute; top:-25px; left:220px; width:780px; height:737px;}
#content2 { position:absolute; top:-25px; left:220px; width:780px; height:710px;}
#next {position: absolute; top:60px; right:0px;}
#projectinfobutton {position: absolute; top:60px; left: 340px; width:150px;}
#previous {position: absolute; top:60px; left:0px;}

body,td,th {
	color:#776752; /*#38893d;*/
	font-family: "Century", Century, serif;
	font-size: 13px;
}
a:link {
	color:#3BA14D;
}
a:visited {
	color:#3BA14D;
}
#nav a:link {
	display:block;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	color:#3BA14D; /*color: #cfc6bb;*  grey/
	margin-top: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	letter-spacing:2px;
	margin-bottom:5px;
	
}
#projectinfo {
	color:#fff;
	position:absolute;
	height: 290px;
	width: 300px;
	padding: 15px;
	display:none;
	 background-color:#655849;
	top:35px;
	left:450px;
	z-index:100;
}
