﻿/* CSS layout */
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow {
	background-size: 350px 550px;
	padding: 20px;
	width: 525px;
	height: 355px;
	margin: 0 auto;
	background: url('../images/back.png') no-repeat center;
	top: 0px;
	left: 0px;
}
.slideshow a img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	vertical-align: middle;
}
.slideshow-images {
	width: 500px;
	height: 330px;
	left: 15px;
	top: 15px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	position: static;
}
.slideshow a#vlb{display:none}
body {
	border: 5px solid #16162F;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	background-color: #5E8AA7;
}

#masthead {
}

#top_nav {
	text-align: center;
	background-color: #99CCFF;
	height: 100px;
}
#page {
	text-align: center;
	background-color: #99CCFF;
	height: 80px;
	font-family: "Buxton Sketch";
	font-size: 75px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}

#container {
	min-width: 600px;
	background-color: #99CCFF;
	height: auto;
}
#saying {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	width: 350px;
	float: left;
	height: 215px;
	text-align: center;
}

#left_col {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 350px;
	float: left;
	height: 676px;
	text-align: left;
	text-indent: 20px;
	line-height: 18px;
}
#right_col {
	padding: 0px;
	width:300px;
	float: right;
	height: 230px;
	text-align: center;
	vertical-align: middle;
}
#slide {
	margin-left: 350px;
	margin-right: 0px;
	height: 430px;
	text-align: center;
	vertical-align: middle;
}
#page_content {
	padding: 0px 5px 10px 60px;
	border-width: thin;
	border-color: #16162f;
	margin-left: 350px;
	margin-right: 300px;
	height: 236px;
	vertical-align: middle;
	text-align: left;
	line-height: 18px;
}
#imgboxc {
	margin-left: 350px;
	margin-right: 325px;
	height: 215px;
	vertical-align: middle;
	text-align: center;
}
#imgboxr {
	padding: 0px;
	width: 325px;
	float: right;
	height: 215px;
	text-align: center;
	vertical-align: middle;
}


#footer {
	clear: both;
	background-color: #99CCFF;
	text-align: center;
	height: 60px;
}

#footer2 {

	clear: both;
	background-color: #99CCFF;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	letter-spacing:15px;
	padding-bottom:10px
	
	
	
	
	
	
	
	

	
}

