/*******************************/
/* LARGE PICTURE               */
/*******************************/
#img_main {
/*
	margin-left:50;
*/
	background: #FF0000
	color: #463c3c;
	margin-right:auto;
	margin-left:auto;
	}

div.desc_lg {
/*
	margin-left:50;
*/
	margin-left:auto;
	background: #FF0000
	color: #463c3c;
	margin-right:auto;
	text-align: center;
	}

#img_cont {
	color: #463c3c;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
/*
	border: 1px solid #ff0000;
*/
	}
#img_desc {
	color: #463c3c;
	margin-left:15%;
	margin-right:15%;
	text-align: center;
	}

/*******************************/
/* GALLERY TABLE               */
/*******************************/
.gallery_frame {
	margin-left: auto;
	margin-right: auto;
}

.gallery_content {
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

.pic_table {
	margin-left: auto;
	margin-right: auto;
}

.pic_container {
	vertical-align:bottom;
}

/*******************************/
/* THUMBNAIL IN GALLERY        */
/*******************************/
/* CALLING STYLES SUCH AS "img" and "style" is bad !!!!!!!!!!!!!!!!!!!! */
div.img {
	margin: 2px;
	height: auto;
	width: auto;
	text-align: center;
	float: left;
}	
div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	height: 40px;
	margin: 2px;
}

/*****************************/
/* THUMBNAIL FOR SUB-GALLERY */
/*****************************/
div.galdesc {
/* UNUSED */
}

