/* Style the headers and nav for index, gallery and about pages */
 
header, footer, nav {
	display: block; }

body	{ text-align: center;
	font-family: "Courier New";
	color: #000;
	max-width: 960px;
	margin: auto;
	padding-top:30px; }


a img	{border: 0;}

nav	{ clear: both; }

nav ul 	{ width: auto;
	margin: 10px 50px;
	padding: 10px 50px;
	border-style: solid;
	border-width: 2px;
	border-color: #7a7a52;
	text-align: center;
	background-color: #ccccb3;
 }

nav li 	{ display: inline;
	margin-right: 5px; }

/*nav li + li:before { content: "|";
	color: #fff;
	padding-right: 5px; }	*/

nav li a	{ color: #fff;
		padding: 0px 20px;
		 }

nav li a.current { color: #000;
		background-color: #ccccb3; }	

/*nav li a:hover { background-color: #ccccb3; }

nav li + li.current:before { background-color: transparent; }*/


/* Style the text and images for index and about pages */

a 	{ color: #fff;
	text-decoration: none; }

.content 	{ width: 400px;
		margin: 0px 30px; }

p.text 	{ font-family: Arial;
	text-align: left;
	margin: 10px 50px 50px 50px;
	width: 350px;
	float: left; }

p.photo { float: left; }

#email { clear: both; }

#email a 	{ background-image: url("../images/bookcloth.jpg");
		padding: 5px 20px;
		border-style: solid;
		border-width: 2px;
		border-color: #cd950c; }



/* Style the gallery section of the gallery page */


.place	{ float: left;
	text-align:center;
	width: 160px; }

.photograph	{ padding: 0px 0px; }

.description 	{padding: 0px 0px 0px 0px;
		color: #000;
		text-align: left; }

.clear	{ clear: left; }

/* Style the line and footer for index, gallery and about pages */

hr 	{ width: auto;
	margin: 20px 50px;
	height: 3px;
	clear: both;}

p#footer 	{ margin: 0px 50px; }