    
	/*sets the body*/
	body{
		
		background: #faf4ed url(Images/gradient.jpg) repeat-x;
		margin-left: 40px;
		font-family: Verdana, sans-serif;
		font-size: 11px;
	}
	
	/*Wrapper div tag*/
	#wrap{
		width: 800px;
		margin: 0px auto;
		text-align: left;
		padding:0px;
		background: #faf4ed url(Images/backcolums.gif) repeat-y left top;
	}
	
	/*Banner at top*/
	#top{
		padding:0px;
		font-size:0px;
	}
	
	/*main text area*/
	#main{
		width: 591px;
		background: #f9f0e0;
		color: #523313;
		float:right;
		padding:0px;
		/*border-left:3px solid #523313;*/
		border-right:4px solid #523313;
	}
	
	#main h2{
		color: #523313;
		text-align: center;
		font-size:25px;
		font-weight: bold;
	}
	#main h4{
		color: #523313;
		text-align: center;
		font-size:15px;
		font-weight: bold;
	}
	
	#main h3, #main img{
		font-size:15px;
		margin-left: 20px;
		margin-right:20px;
	}
	
	
	
	.Poem {
		font-family: Verdana, sans-serif;
		margin-left:145px;
		line-height: 20px;
		font-size: 12px;
		text-align: justify;
	}
	
	.Space{
		margin-top: 60px;
	}
	
	.Normaltext{
		margin-right:20px;
		margin-left:20px;
		line-height: 20px;
		font-size: 12px;
		text-align: justify;
	}
	
	/*Navigation*/
	#Navigation{
		width: 195px;
		min-height:500px;
		float: left;
		border-left:3px solid #523313;
		/*border-right:2px solid black;*/
		padding:0px;
	}
	
	
	#Navigation h2{
		width: 180px;
		margin-top: 40px;
		text-indent: 15px;
		line-height: 20px;
		font-weight: bold;
		font-size:13px;
		color: #e9d1b8;
	}
	
	/*link styling*/
	ul{
		margin:0;
		padding:0;
		list-style-type: none;
	}
	
	/*Link styling */
	ul a{
		display:block;
		width: 100%;
		height: 20%;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #e9d1b8;
		text-decoration: none;
		background: #a3907f url(Images/link2.gif) no-repeat right;
		border-bottom: 1px solid #f9edd8;
		border-left: 1px solid #523313;
		text-indent: 20px;
	}
	
	/*Kludge IE5 bug */
	 li{
		display: inline;
	}
	
	/*changing padding for workshop link*/
	#WandRlink a{
		text-indent: 0px;
		padding-left: 20px;
		width: 176px;
	}
	
	
	/*Top link border*/
	#Homelink a{
		border-top: 1px solid #f9edd8;
	}
	
	/*highlights links*/
	#Navigation a:hover, #Viewing a, .Viewing a{
		color: #523313;
		background: #e9d1b8 url(Images/link1.gif) no-repeat right;
	}
	
	#Link img{
		float:left;
		margin-top:20px;
		margin-left:15px;
		border-color:black;
	}
	
	.EmailMain{
		text-decoration: none;
		font-weight:bold;
		color: #523313;
	}

	/*Name at bottom*/
	#Navigation p{
		margin: 20px 0px 0px 20px;
		padding-top: 130px;
		padding-bottom:5px;
		background: #a3907f;
		width: 150px;
		text-align: justify;
		color: #e9d1b8;
	}
	
	

	/*border at bottom*/
	#footer{
		width: 800px;
		height:23px;
		padding:0px;
		margin: 0px auto;
		background: #faf4ed url(Images/bottom.gif) no-repeat;
		clear:both;
	}
	#footer p{
		margin:35px 0 0 0;
		line-height:60px;
		padding-left: 60px;
		background: url(Images/pig.jpg) no-repeat left;
	}
	#footer img{
		float:right;
		border-color:black;
		margin-top:20px;
	}
	
	/*external links*/
	#toplink p{
		border-top: 1px solid #f9edd8;
		border-left: 1px solid #523313;
	}
	
	#External a{
		width:400px;
		margin-left:100px;
		border-top: 1px solid #523313;
		border-right: 1px solid #523313;
		background: #a3907f url(Images/External1.gif) no-repeat right;
	}
	
	#External a:hover{
		color: #523313;
		border-bottom: 1px solid #f9edd8;
		background: #e9d1b8 url(Images/External2.gif) no-repeat right;
	}
	#bottomlink a{
		border-bottom: 1px solid #523313;
	}
	
	.Back{
		font-weight:bold;
		font-size: 14px;
		text-decoration: none;
		color: #523313;
	}
	
	.Punch{
		margin-left:130px;
		margin-bottom: 10px;
	}
	.Edge{
		padding-left:80px;
		margin-bottom: 10px;
	}
	/*main text area*/
	#Publication{
		width: 590px;
		background: #f9f0e0;
		color: #523313;
		float:right;
		padding:0px;
		border-left:2px solid #523313;
		border-right:4px solid #523313;
	}
	a.brownlink{
		text-decoration:none;
		color:#523313;
		font-weight:bold;
	}
