body {
	background-color: #bababa;
	font-family: Courier, monospace;
	font-size: 12px;
	color: #000;
	margin: 0;
}

.graymargin {
	/* float: center; */
	display: block;
	width: 730px;
	height: 20px;
	margin: 0px auto 0px auto;
	background-color: #bababa;
	position: relative;
	z-index: 1;
}

.page {
	display: block;
	width: 730px;
	height: 1000px;
	margin: 0px auto 0px auto;
	padding: 25px 20px 0px 0px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.overprojects {
	position: fixed;
	left: 0px;
	top: 75px; 
	width: 100%;
	height: 550px;
	z-index: 0;
}

.overprojecttext {
	position: fixed;
	left: 0px;
	top: 75px; 
	width: 100%;
	height: 400px;
	z-index: 0;
}

.projects, #projects {
	position: relative;
	width: 940px;
	height: 550px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1pt;
	background-color: #000;
	border: 1px solid #e8e8e8;
}

.projectstext, #frontpagetext {
	position: relative;
	width: 940px;
	height: 400px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1pt;
}

.projects table {
	table-layout: fixed
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E10000;
	line-height: 11px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 11px;
}

.underline {
	border-bottom: 1px solid #000;
}

.lineabove {
	border-top: 1px solid #000;
}

img {
	border: 0;
}

td {
	border: inherit;
}

table {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

table td {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

a:link, a:visited {
	color: #E10000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

li a:link, li a:visited {
	color: #999;
	text-decoration: none;
}

.gray {
	color: #999;
}

.graysmall, .projects a:link {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

graysmall, .projects a:hover {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

#projects img {
	width: 600px;
	height: auto;
	text-align: left;
}

#slideshowstop {
	position: relative;
	left: -442px;
}

#imgDisplay_title, #imgDisplay_caption {
	visibility: hidden
}

.controller a:link, .controller a:visited {
	color: #999;
}
.controller a:hover, .controller a:active {
	color: #666;
}