body {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:18px;
	line-height: 14px;
}
#wrapper {
	
}
#menu {
	position: fixed;top:36px;
	z-index: 999;	

	}
#menu ul{margin: 0;padding: 0;}
#menu li {
	display: block;
	float: left;
	list-style-type: none;
	width: 227px;
	margin-right:18px;
	padding-bottom: 8px;
	border-bottom: 1px solid black;
}
#menu li a:link, #menu li a:visited{
	text-decoration: none;
	display: block;
}
#menu li:hover {
	border-bottom: 2px solid black;
	padding-bottom: 7px;
}
#projectList, #pageList {
	position: absolute;
	top:90px;
	width: 227px;
	height: 100%;

}
#projectView, .pageText	 {
	position: absolute;
	left:263px;
}
.project a:link, .project a:visited{

	text-decoration: none;
	color:black;
}
.project a:hover{
	text-decoration: underline;
}
.active a:link, .active a:visited {
	color:black;
	font-weight: bold;
}
#projectList ul, #pageList ul {
	margin: 0;
	padding: 0;
	
}
#projectList li, #pageList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main {clear:both;margin-top: 90px;}
#footer {clear:both;}
.smallText {
	font-size:0.8em;
}
img {border:0;}	
.fileGroup {
	margin: 0 18px 0 0;
	float:left;
	display: block;
}
.slideshow {}
.pop {width: 715px;}
.slideshow-nav {margin-bottom: 9px;}
.file img {margin-bottom: 18px;}
.info{font-style: italic;}

.block {float:left;margin:0 18px 18px 0;}
.block a:link, .block a:visited{text-decoration: none;}
/*.block img:hover {border:9px solid #c1c1c1;margin:-9px;}*/
#title {color:black;}
.textblock {
	width: 227px;
	margin: 0 18px 36px 0;
	float: left;
}
.textblockwide {
	width: 472px;
	margin: 0 18px 36px 0;
	float: left;
}

.tags {margin-bottom: 18px;}
a:link, a:visited {
	color:black;text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* NEWS */
.post {
	position: relative;
	left:245px;
	width: 471px;
	margin-bottom: 36px;
}
.date {
	position: absolute;
	left: -245px;
	top:0;
}
.text img {display: block;margin-bottom: 18px;}
.more {}
.back{position: relative;
	left:245px;}
h1 {font-size: 1em;margin-bottom: 18px;}
h1 a:link, h1 a:visited {text-decoration: none;}