body {
	background-color: #000000;
	margin: 0px;
}
body, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDEDE;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	line-height: 1.4em;
	text-align: justify;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	letter-spacing: 0.32em;
	line-height: 2em;
	border-bottom: 1px #660000 solid;
	padding-top: 20px;
}
h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 0px;
}
a:link {
	color: #DEA500;
	text-decoration: none;
}
a:visited {
	color: #DEA500;
	text-decoration: none;
}
a:active, a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
p.headInfo {
	margin-left: -1000px;
}
p.nav {
	border-top: 1px #660000 solid;
	padding: 10px 0px 10px 0px;
	margin-top: 30px;
	color: #808080;
	font-size: 11px;
	text-align: center;
}
td.main {
	background-position: center 40px;
	background-repeat: no-repeat;
}

td.main table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	line-height: 1.4em;
}

td.main table td.projTitle a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td.main table td.projDesc a {
	color: #000000;
	text-decoration: none;
}

td.sideBgndL {
	background-repeat:no-repeat;
	background-position: left 140px;
}
td.sideBgndR {
	background-repeat:no-repeat;
	background-position: right 140px;
}
a img.galImg {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.galImg {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
table.galleryGrid {
	background-color: #333333;
	border: 0px;
}
table.galleryGrid td {
	background-color: #000000;
	border: 1px dashed #808080;
}