

body {
	background: #FFF;
	color: #111;
	font: 15px  Georgia, "Palatino Linotype", "Times New Roman",  Times, serif;
	margin: 0;
	padding: 0;
	background-color: #fbf4e5;
	}

		
	h1 {
	margin: 0;
	padding: 0;
	height: 171px;
	width: 100%;
	background-color: #290800;
	background-image: url('images/rubaiyat-header.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom: 3px solid #987;
	}
	
	#page {
	width: 100%;
	min-height: 400px;
	background-image: url('images/oldpaper3.jpg');
	background-repeat: repeat-x;
	}
	
	#foot {
	float: left;
	clear: both;
	width: 100%;
	min-height: 400px;
	background-color: #200;
	}
	
	
	#nav {
		float: left;
		clear: both;
		background-color: #a87;
		width: 100%;
		padding: 5px 0 8px 4px;
		border-top: 1px solid #200;
	}
	
	#nav a {
		font: 11px  helvetica, arial, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #fc6;
		background-color: #300;
		padding: 1px 2px 1px 2px;
		margin: 2px 0 2px 0;
	}
	
	#nav a.active {
		color: #300;
		background-color: #eb7;
	}
		
	#image {
		float: left;
		padding: 20px;
		border-style: none;
		
		}
	
	#prose { 
		float: left;
		padding: 20px;
		margin: auto;
		padding: 20px;
		text-align: left;
		width: 620px;
		min-height: 360px;
		}
		
	#poem { 
		float: left;
		padding: 20px;
		margin: auto;
		padding: 20px;
		text-align: left;
		width: 460px;
		min-height: 360px;
		}

		
		h2, h3 {
			color: #666;
			font-size: 18px;
			font-weight: normal;
			margin: 0 0 2px 0;
			}
			
		p {
			line-height: 1.5em;
			margin-top: 8px;
			margin-bottom: 24px;
			}
			
		#prose p {
			line-height: 1.3em;
			margin-top: 12px;
			margin-bottom: 16px;
			}
			
		#prose a {
			color: #000;
			}
		
		/* The magic of selectors begins... */
		
		#poem h2 + p:first-letter {
				float: left;
				font-size: 38px;
				line-height: 1;
				margin: 2px 5px 0 0;
			}
			
		#poem p:first-line {
			font-variant: small-caps;
			letter-spacing: 1px;
			}
			
		
		#poem p:last-child {
			margin-bottom: 20px;
			padding-bottom: 15px;
			}
			
			