@media screen {
	div#doc2 {
		background : url('/site_media/top.jpg') left top no-repeat;
	}
	
	div#bd {
		background : url('/site_media/middle.jpg') repeat-y;
	}
	
	div#hd h1 {
		background: url('/site_media/logo.png') left top no-repeat;
		width: 583px;
		height: 107px;
		margin: 10px;
	}
	
	div#hd a h1 span, #hd a span {
		display: none;
	}
	
	div#hd {
		height: 243px;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-weight: bold;
	}
	
	#hd a#logo {
		float: left;
	}
	
	#hd a#indexlink {
		display: block;
		float: right;
		background: url('/site_media/index.gif') left top no-repeat;
		height: 42px;
		width: 115px;
	}
	
	#hd a#indexlink:hover {
		background: url('/site_media/index-hover.gif') left top no-repeat;
	}
	
	p.slug, #nav ul li {
		float: left;
		display: inline;
		padding: 4px;
		margin-left: 10px;
		background-color: #000;
		color: #fff;
	}
	
	#nav ul li { 
		padding: 14px;
		display: block;
		margin: 10px 0 10px 0;
		font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
	}
	
	#nav ul li a, #nav ul li a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#nav ul li.current {
		background-color: #ff4717;
	}
	
	#nav ul li a:hover {
		color: #ff4717;
	}
	
	#diary-entry-text {
		float: left;
		line-height: 24px;
		padding-left: 10px;
		font-size: 1.1em;
		font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
		background-color: #fff;
		border: 4px solid #C9CEE8;
	}
	
	#diary-entry-text p {
		margin: 0 0 14px 0;
	}
	
	#diary-entry-text h2 {
		font-size: 2.2em;
		margin: 20px 0 20px 0;
	}
	
	#diary-entry-text img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
				
	#map_canvas { 
		height: 402px;
		width: 423px;
		float: right;
		margin: 54px 17px 0 0;
	}
	
	#map_container {
		height: 547px;
		width: 448px;
		float: right;
		margin: -40px 20px 0 0;
		background: url('/site_media/map-frame.gif') left top no-repeat;
	}
	
	#ft {
		height: 170px;
		background : url('/site_media/bottom.jpg') left top no-repeat;
	}
	
	#footer {
		padding-top: 120px;
	}
	
	#amazonlinks {
		clear: left;
	}
	
	#amazonlinks div {
		background-color: #fff;
		padding: 14px;
		margin: 10px 0 10px 0;
	}
	
	#amazonlinks div p a {
		float: left;
		margin: 8px 8px 8px 0;
		border: 1px dashed #aaa;
	}
	
	#amazonlinks div p a img {
		margin: 10px;
	}
}






