/* Elaine and George's Wedding */


	body { 	background-color: #FFFFDF; 
			margin: 0; 
			font-family: "verdana", sans-serif;}

	.leftbar {  background: url(images/leafy_sidebar_light.gif); 
			padding: 10px;
			font-size: 18px; 
			font-weight: bold;
			color: #006633; }
		
		.leftbar a:link {color: #006633; font-weight: bold; text-decoration: none}
		.leftbar a:visited {color: #006633; font-weight: bold; text-decoration: none}
		.leftbar a:active {color: #006633; font-weight: bold; text-decoration: underline}
		.leftbar a:hover {color: #006633; font-weight: bold; text-decoration: underline }
		
	.main { 	padding: 2em; }
			
	p { 		font-size: 14px;
			color: #006633; }
		
	.left {	font-size: 18px; 
			font-weight: bold;
			color: #006633;
			text-align: center; }
	
	.text {	text-align: justify; }	
	
	.picture {	border: 2px solid #006633; }
	
	.thumb {	border: 2px solid #006633;
			align: center; }
	
	.caption {  font-size: 10px;
			 text-align: center; }
		
	.menu { 	font-family: "verdana", sans-serif;
			font-size: 14px; 
			color: #006633 }	
		
	.bold { 	font-size: 15px;
		  	font-weight: bold; }
		  
	.footer { 	font-size: 10px; 
		      	text-align: center; }
		
	H1	{ 	font-size: 15px;
			font-weight: bold;
			text-decoration: underline; 
			color: #006633; }
		
	