body {
	height: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
}

#maintable {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   
   display: table
   }

.contenttd {

background-image: url(myimages/body/bodyoff_14.jpg);
	

}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd5b1;
	text-align: justify;
	line-height: 14px;
	height: 611px;
	width: 888px;
}

#photocontent {
	height: 611px;
	width: 888px;
	

}

td.creditcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd5b1;
	line-height: 14px;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd5b1;
	line-height: 12px;
	padding-bottom: 10px;
}

.imgborder {
	border: 0px;
}

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


a:active {color: #ddd5b1;
text-decoration:none;
}


a:hover {
	color: #fc8703;
	text-decoration:none;
}

div.transON {
	width: 100%;
	background-color: black;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

div.transOFF  {
	width: 100%;
	background-color: black;
	
}
