  body {
		font-family:arial,sans-serif;
		text-align:center;
		margin:auto;
		padding-bottom:10px;
		width:95%;
	}
	.header {
		text-align:left;
		background-color:#fff5e8;
		padding:15px;
		margin:10px;
		position:relative;
		z-index:1;
	}
	div.navigation {
	 position:fixed;
	 width:100px;
	 height:250px;
	 top:20px;
	 left:40px;
	 text-align:left;
	 padding-left:10px;
	}
	.navigation2 {
	 border-left:5px solid #fff5e8;
	 width:100px;
	 height:250px;
	 text-align:left;
	 position: fixed;
	 top:125px;
	 left:30px;
	}
	.navigation2 a {
	 display:block;
	 padding-left:10px;
	 width:115px;
	}
	.navigation2 a:hover {
	 background-color:#ececec;
	 }
  .navigation h3 {
		position:relative;
		z-index:0;
		margin-bottom:0;
		display:inline;
	}
	.inactive {
				color:#ececec;
				}
	hr {
		 color:#ececec;
		 height:2px;
		 margin-left:2px;
		 }
	div.main {
	 border-left:5px double #fff5e8;
	 float:left;
	 margin-left:130px;
	 padding-left:10px;
	}
	div.container {
		padding:0;
	}
	h2	{
		margin-bottom:0;
		font-size:1.3em;
		display:inline;
	}
a {
		text-decoration:none;
	}
	.box:hover {
		background-color:#ececec;
	}
	.caption {
		font-size:.8em;
		background-color:white;
	}
	.title {
		font-style:italic;
		font-size:1.4em;
		font-weight:bold;
	}
	.box {
		float:left;
		width:215px;
		height:295px;
		text-align:center;
		margin:8px;
		border-left:1px solid #ececec;
		border-bottom:3px solid #b7b7b7;
		}
	.thumb {
		padding:5px;
		height:200px;
		width:205px;
	}
	.thumb img {
		border:0;
	}
	div.footer  {
		font-style:italic;
		font-size:.8em;
		clear:both;
		width:93%;
		text-align:right;
		padding:20px;
		margin:10px;
		background-color:#fff5e8;
		z-index:-1;
	}
