/* CSS Document */

body {
	background-color: #7b2d17;
	font-family: sans-serif;
	color: #4b4b32;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .5em;
	}
	
#content, #content2 {
	background-image: url(images/contentbg.jpg);
	padding: 20px;
	line-height: 1.3em;
	font-size: .85em;
	}
		
a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	}
		
img {
	border: 0 0 0 0;
	}
	
.centered {
	text-align: center;
	font-size: .85em;
	}
	
.floatright {
	float: right;
	}
	
#container {
	border: 1px solid #fff;
	margin: 20px auto;
	text-align: left;
	}
	
#logo {
	/*border-bottom: 1px solid #fff;*/
	}
	
#nav {
	background-color: #818156;
	border-bottom: 1px solid #fff;
	}
	

	
#indexcontent {
	background-image: url(images/contentbg.jpg);
	text-align: center;
	}
	
#indeximage {
	border: 3px solid #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.imgborder {
	border: 3px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.portraitdescription {
	/*font-size: .9em;*/
	margin: 180px 0px 0px 120px;
	}
	
.landscapedescription {
	/*font-size: .9em;*/
	margin: 100px 0px 0px 60px;
	}
	
.galleryphotoright {
	float: right;
	border: 3px solid #fff;
	margin-right: 50px;
	margin-top: 20px;
	}
	
.galleryphotoleft {
	float: left;
	border: 3px solid #fff;
	margin: 20px;
	}
	
.galleryphotocenter {
	text-align: center;
	border: 3px solid #fff;
	margin: 20px;
	}
	
#gallerynav {
	text-align: center;
	background-image: url(images/contentbg.jpg);
	padding: 8px;
	}
	
#gallerynavtext {
	border: 1px solid #4b4b32;
	}
	
#gallerynav span {
	background-color: #fff; 
	border: 1px solid #4b4b32; 
	font-size: .7em; 
	padding: 2px 5px;
	}
	
#footer {
	border-top: 1px solid #fff;
	background-color: #0d0d0d;
	}
	
#aboutimage {
	border: 3px solid #fff; 
	margin: 10px; 
	float: right;
	}
	
#statementimage {
	border: 3px solid #fff; 
	margin: 10px; 
	float: right;
	}
	
#potTitle {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	}
	
.eventsTitle {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}
	


