body {	
	background-color: #AEB6BF;
 }

#fullnav {
  	font-family: Georgia, Helvetica, sans-serif;
  	border-collapse: collapse;
  	width: 50%;
   	box-shadow: 10px 10px 25px #404243;
	border-radius: 10px 10px 10px 10px;
	margin-left: auto;
   	margin-right: auto;
	background-color: #F5C45E;
	position: relative;	
}

#fullnav td {
  	background-color: #F5C45E;
  	text-align: center;
  	padding: 10px;

	
}


#fullnav .info3 {
    color: #512E5F;
	background-color: #C39BD3;
	border: 1px solid;

}

#fullnav .info4 {
    color: #512E5F;
	background-color: #D7BDE2;
	border: 1px solid;

}

#fullnav th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #512E5F;
	color: white;
	font-size: 24px;
	
}

#fullnav .title {
    color: white;
	background-color: #BE3D2A;
	border: 1px solid black;
}

#fullnav .title2 {    
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: black;
	background-color: #F5C45E   
	}

#fullnav .info {
	color: #000000;
	background-color: #E78B48;
	border: 1px solid black;
}

#fullnav .info2 {
	color: #000000;
	background-color: #A2D9CE;
	border: 1px solid;
}
#fullnav .bottombutton {	
	background-color: #F5C45E;	
}

#fullnav .dateinfo {
	line-height: 2.0;
	border: 1px solid black;
}

#fullnav .titlebutton {
	
	border-radius: 10px 10px 0px 0px;
	background-color: #512E5F;
}

#fullnav .titlespace {
	background-color: #E8DAEF;
	
}

#uploaddialog {

	position: relative;
}

#uploaddialog .title2 {	
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: white;   
	}

#IndexPage {
	background-image: url('exceptional_background.jpg'), url('white_block.jpg');
	background-size: cover;
	background-repeat: no-repeat, repeat;
}

#indexpage_full {	
	background-image: linear-gradient(rgba(245, 196, 94, 0.5), rgba(231, 139, 72, 0.5)),	url("yellowBG.png");	
	border-radius: 5px;
	box-shadow: 10px 10px 25px #404243;
	padding: 10px;
}

#indexpage_full td {
	padding: 10px;
	font-size: 18px;
}

.indexpage_title1 {
	position: relative;
	height: 100%;
} 

.indexpage_title2 {
	position: absolute;
	left: 10px;
	top: 25%; 
	font-size: 3em;
	text-shadow: 3px 3px 6px #000000;
	padding: 10px;
	background-image: linear-gradient(rgba(245, 196, 94, 0.5), rgba(231, 139, 72, 0.5)),	url("yellowBG.png");	
	color: white;
	white-space: nowrap;
	border-radius: 5px;
	box-shadow: 10px 10px 25px #404243;	
}

.indexpage_title3 {
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: white;		
}

.div_format {
	background-color: white;
 	color: red;
  	border: 3px solid #BE3D2A;
   	padding: 10px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

#icon {
	position: absolute;
	top: 20px;
	left: 15px;
}

#address {
	font-style: italic;
	font-size: 12px;
}


.plbutton {
	background-color: #E78B48;
	border-radius: 10px;
	padding: 6px 15px;
	width: 150px;

}

.plbutton:hover {
    color: white;
    background-color: #BE3D2A;
}

