body
	{
	background-color: #B5ADD6;
	}
	
div
	{
	padding-top: 5px;
	padding-bottom: 25px;
	}

/* Outside Container */
#wrapper
	{
	width: 100%;
	height: 100%;
	min-height: 100%;
	}

/*Date Format on Front Page*/
#date_time
	{
	position: relative;
	bottom: 20px;
	font-size: 30px;
	display: none;
	}
	
/* Container for Main Content and Left Column */
#inner_left
	{
	width: 65%;
	float: left;
	}
	
#inner_left .left
	{
	width: 50%;
	float:left;
	}

#inner_left .right
	{
	width: 50%;
	float: right;
	text-align: justify;
	}
	
/* Container for Right Column */
img
	{
	border-style: none;
	}

#inner_right
	{
	width: 30%;
	float: right;
	}

/* Header and Footer */
#banner
	{
	padding: 0px;
	width: 100%;
	clear: both;
	font-size: 20px;
	}

#footer
	{
	left: 40%;
	padding: 0px;
	clear: both;
	}
	
#footer td
	{
	padding: 10px;
	}

/* Container for Social Networking */
#social
	{
	width: 100%;
	}
	
input
	{
	background: ;
	}
	
#navigation
	{
	list-style: none;
	}
	
#navigation li
	{
	display: block;
	padding-bottom: 5px;
	}
	
#navigation a, a:hover
	{
	text-decoration: none;
	}
	
#navigation img 
	{
	width: 150px;
	height: 40px;
	border: outset 5px orange;
	}
	
#navigation img a
	{
	text-decoration: none;
	}
	
#banner #navigation li
	{
	display: inline;
	position: relative;
	top: -60px;
	z-index: 500;
	}
	
.pics img
	{
	padding: 25px;
	border: none;
	}
	
.contact
	{
	border: solid black 1px;
	width: 100%;
	}
	
.contact td
	{
	border: solid grey 1px;
	width: 30%;
	}
	
#exhibit
	{
	width: 100%;
	}
	
#exhibit td
	{
	border: outset #ccc 5px;
	width: 20%;
	padding: 5px;
	}
	
#splatter
	{
	position: absolute;
	/*z-index: -25;*/
	top: 0;
	right: 50px;
	border: none;
	text-decoration: none;
	}
	
#testimonials
	{
	display: none;
	position: relative;
	bottom: 10px;
	min-width: 100px;
	max-width: 300px;
	padding: 10px;
	border: 5px outset red;
	color: green;
	height: 400px;
	}
	
	