
.container
{
	position: relative;
	width: 945px;
	height: 100%;
	background-color: #fecd08;
	overflow: auto;
	padding: 0px;
	border: 1px solid #000000;
	border-radius: 16px;
	
}

.TitleBar
{
	position: relative;
	width: 930px;
	height: 70px;
	background-color: #FF0000;
	overflow: auto;
	padding: 0px;
	border: 1px solid #000;
	border-radius: 14px;	
}


/* Text File Display*/

.textfiledisplay
{
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	border-radius: 8px;
    padding: 5px;
	color: #383838;
	font: 13px/1.1 Verdana, Helvetica, sans-serif;
	width:920px;
	
	margin: 7px 7px 7px 7px;
	float: left;
	-webkit-transition: color 0.5s ease;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.textfiledisplay p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1;
	text-align: left;
	margin: 5px 0px 0px 0px;
}


/* Gallery Item Picture*/

.galleryItemPicture
{
	border: 1px solid #ddd;
	background-color: #ffffff;
	border-radius: 8px;
    padding: 5px;
	color: #000000;
	font: 13px/1.1 Verdana, Helvetica, sans-serif;
	width:920px;
	height: 135px;
	margin: 7px 7px 7px 7px;
	float: center;
	-webkit-transition: color 0.5s ease;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.galleryItemPicture h3 
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.galleryItemPicture p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.galleryItemPicture img 
{
	width: 200px;
	height: 120px;
	border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #A8A8A8;
	border-color: #000000;
	padding: 5px;
	object-fit: contain;
}

.galleryItemPicture img:hover 
{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.galleryItemPicture:hover 
{
	color: #000;	
}

/* Gallery Item Category*/

.galleryItemCategory
{
	border: 1px solid #ddd;
	background-color: #ffffff;
	border-radius: 8px;
    padding: 5px;
	color: #383838;
	font: 13px/1.1 Verdana, Helvetica, sans-serif;
	
	width:920px;
	height: 135px;
	margin: 7px 7px 7px 7px;
	float: center;
	-webkit-transition: color 0.5s ease;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.galleryItemCategory h3 
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.galleryItemCategory p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.galleryItemCategory img 
{
	position: relative;
	top: 0px;
	width: 200px;
	height: 120px;
	border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #A8A8A8;
	border-color: #000000;
	padding: 5px;
	object-fit: contain;
}

.galleryItemCategory img:hover 
{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.galleryItemCategory:hover 
{
	color: #000;	
}


