BODY{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
/*	background-color:#FCFCDC;*/	
	font-family:Verdana;
	font-weight:normal;
		
}

TABLE.mainTable{
	background-color:#cbc8b9;
	width:100%;
	color:white;
	margin: 0;
	border-collapse: collapse;
	
}

TABLE.mainTable TH{
	background-color:#696945;
	width:100%;
	height: 80px;
	vertical-align:bottom;
	text-align:left;
	padding-left: 30px;

	font-family:century Gothic;
}

TABLE.mainTable TD.body{
	height:500px;
	vertical-align:top;
}

/*GALLERY-------------------------*/
TABLE.galleryTable {
	border:0px;
	margin-top: 50px;	
	padding: 5px;
	font-size: xx-small;
	
	
}
TABLE.galleryTable TH{
	color: white;
	background:#cbc8b9;
	height:15px;
	
	
}
TABLE.galleryTable TD{
  padding: 10px 15px;
	
	
}
TABLE.galleryTable TD.picture{
	text-align: center;
	font-weight:bold;

}
TABLE.galleryTable TD.subTDRigth{
	vertical-align: top;
	padding-top:0px;

}

TABLE.galleryTable TD.subTDLeft{
	vertical-align: top;
	padding-top:10px;
	text-align:right;

}

TABLE.galleryTable TD A{
	text-decoration: none;
	font-weight: normal;
	color:#800000;

}

TABLE.galleryTable TD A:hover{
	text-decoration: none;
	font-weight: bold;
	color:#800000;

}

TABLE.galleryTable TD A:visited{
	text-decoration: none;
	font-weight: normal;
	color:#B00000;

}

TABLE.galleryTable TD A:link{
	text-decoration: none;
	font-weight: normal;
	color:#800000;

}

TABLE.galleryTable TD A:link IMG{	border:0; }
TABLE.galleryTable TD A:hover IMG{	border:0; }
TABLE.galleryTable TD A:visited IMG{	border:0; }


/*SUBGALLERY------------------------*/
TABLE.subGallery {
	border:0;
	padding: 5px;
	font-size: xx-small;
	
}
TABLE.subGallery TH{
	background-color: #696945;
	height:25px;
	
	
}
TABLE.subGallery TD{
	border: 0;

	
}
TABLE.subGallery TD.picture{
	background-color:gray;
	padding:10px 10px 10px 10px;

}
TABLE.subGallery TD.title{
	font-size: 14px;
	height:15px;
	font-weight: bold;
	color:#800000;
	vertical-align:top;
	padding-left:30px;

}

TABLE.subGallery TD.tdNormal{

	vertical-align:top;
	padding-left:50px;
	font-size: 11px;
}

TABLE.subGallery TD.tdCopyright{

	vertical-align:top;
	padding-left:50px;
	font-size: 11px;
	color:#6E6E6E;
}

TABLE.subGallery TD.tdWeb{

	vertical-align:top;
	font-size: 12px;
	text-align: center;
	color:#848484;
}
TABLE.subGallery TD.line{
	background-color:#C5C2B1;
	height: 5px;
	

}
/*CLOSE ---------------*/

DIV.close{
	position: absolute;
	left:10px;
	top:10px;
	font-size:10px;	
}


DIV.close A:link{
	color:#cbc8b9;
	text-decoration: none;	
	font-weight: normal;
}

DIV.close A:hover{
	color:#FFFFFF;
	text-decoration:none;	

}
DIV.close A:visited{
	color:#cbc8b9;
	text-decoration: none;	
}

TD.fontsmall{
	padding-left:35px;
	font-size:xx-small;
	color:#6E6E6E;
	
}
