html {
	font-size: 62.5%;
}

body {
	padding: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	/*background-color: #000;*/
	text-decoration: underline;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
float: left;
margin-left: 80px;
	width:960px;
}

#header {
	float: left;
width: 158px;
	clear: both;
}

#header #title {
	float: left;

margin-top: 22px;
}

#header #title a {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

#header #title a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
}

#header #menu {
	float: left;

margin-top: 40px;
}

#main {
	float: left;
	
width: 700px;
	
}

.fileGroup {
	clear: both;
}

.textblock {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
	line-height: 1.6em;
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}

.title {
	font-weight: bold;
	color: #ff0000;
}

#menu {
	font-weight: normal;
}

#menu a {
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #bababa;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;

}

#menu li {

margin: 0px;
padding: 0px;
line-height:20px;
}

#menu .active a {
	text-decoration: none;
	color: #bababa;
}

#menu .active a:hover {
	text-decoration: none;
	color: #000;
}

#content {
	clear: both;
	margin-top: 107px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.pageText {
	margin-bottom: 20px;
	width: 450px;
line-height: 22px;
}

.projectList {
	margin-bottom: 20px;
}

.project {
	padding: 3px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.divider {
	font-size: 1em;
	line-height: 1em;
}

.project:hover {
	text-decoration: none;
	/*background-color: #bababa;*/
	color: #bababa;
}

.project.active {
	text-decoration: none;
	/*background-color: #bababa;*/
	color: #bababa;
}

a.project.active:hover {
	text-decoration: none;
	/*background-color: #bababa;*/
}

.slideshow-nav a {
	color: #000;
}

.slideshow-nav a:hover {
	text-decoration: underline;

}

.slideshow {
margin-top: 15px;
}

.slideshow img{
border: 1px;
border-style:solid;
border-color:#000;
}

.tags {
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	width: 450px;
}

.file .info .caption {
	line-height: 1.4em;
}

.file .info .title {
	color: #565656;
}

.pageText a{
line-height:20px;
}

.pageText a:hover{
color: #bababa;
}

#footer {
	float: left;
	clear: both;
margin-top: 100px;
margin-left:175px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
}