* { margin: 0; padding: 0;}
		
		p { text-align: left; margin: 15px 0; font-size: 14px; }
		
		p, ul { font-size: 13px; line-height: 1.6em } 
		
		p a, li a { color: #39c; text-decoration: none }

			
		a:focus { outline:none }
		
		img { border: 0 }

		h1, h2, h3, h4, h5{
			font-weight: normal;
			margin: 0;
			padding: 0;
			line-height: 1.6em;
			text-align: left;
		}

	h1#title{
			float: left;
			text-indent: -9999px;
			background:  url(../img/title.gif) no-repeat;
			height: 109px;
			width: 531px;
			margin-left: 280px;
			margin-top: 20px;
			}
		

		h3.pageName{
			color: #7c3731;
			margin-left: 20px;
			width: 400px;
			float: left;
			
		}
				
	
		body {
			font-family: Garamond, Georgia, Bookman, Times, Serif;
			color: #000;
			margin: auto;
			text-align: center;
			background: #afd7e8;
			}

		body#popup{
			background: #e3e9f2;
			background-image: none;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			/*margin: 0 15px 0 30px;*/
			}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			/*width: 100%;*/
			}

		.frame{
				width: 916px;
				border: 10px solid #c03317;
				margin: 0 auto;
				background: #e3e9f2 url(../img/sunflower-foot.jpg) bottom no-repeat;
				height: 930px;
				position: relative;
				}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 360px; background: #fff; overflow: scroll; float: left: clear: left;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
		/*	border: 1px solid red;  this is the border. should have the same value for the links */
			margin: auto;
			width: 916px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 370px;
			clear: both;
			padding-top: 30px;
			}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 916px;
			list-style-type: none;
			/*moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
			}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 400px;
			position: relative;
			width: 916px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 10px;*/
		
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			width: 916px;
			text-align: left;
			float: left;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 876px;
			float: left;
			background: #f6e7d4;
			border: 1px solid #665543;
			margin: 0 10px;
			padding: 10px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			text-align: center;
			line-height: 12px;
			color: #665543;
			text-decoration: none;
			display: block;
			padding: 0 10px;
			letter-spacing: 0.1em;
		}

		.stripNav a:hover{
			color: #bb0f09;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
	.col1{
			width: 510px;
			float: left;
			overflow: auto;
			overflow-x: hidden;
			height: 550px;
			clear: left;
	}

	.map{
			width: 520px;
			float: left;
			overflow: auto;
			overflow-x: hidden;
			height: 350px;
			clear: left;
			}

		.map iframe{
			border: 1px solid silver;
		}

		.map a{
			font-family: Verdana, Arial, sans-serif;
			}

		.directions{
			float: left;
			width: 380px;
			overflow: auto;
			overflow-x: hidden;
			}

	.col1 p, directions p{
		font-size: 16px;
		margin: 12px 30px;
	}

	.col1 h2, directions h2, .wide-span h2{
		color: #7c3731;
		font-size: 24px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.col1 h3{
		color: #7c3731;
		font-size: 16px;
		margin: auto 30px;
	}
	h3.pageName { font-size: 20px; }
	
	.col2{
			width: 380px;
			float: left;
			overflow: auto;
			height: 350px;
			overflow-x:hidden;
			}

	img.col2img{
			border: 1px solid #665543;
	}

	.sunflower{
			height: 161px;
			width: 308px;
			background: transparent url(../img/sunflower.gif) no-repeat;
			position: absolute;
			top: -30px;
			left: -49px;
	}

	.footer{
		width: 916px;
		background: transparent url(../img/footer-trans.png) repeat;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 4px 0;
		}

	.footer p{
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 12px;
		color: #c13317;
		line-height: 1.4em;
	}

	#slider1{
			float: left;
			clear: left;
			height: 365px;
	}
	.contact{
			clear: left;
			float: right;
			margin-top: -45px;
			margin-right: 20px;
			font-size: 18px;
	}
	.contact p{
			font-size: 18px;
			color: #665543;
	}

	.fullWidth{
			height: 360px;
			overflow: auto;
			width: 890px;
			margin: 0 10px;
	}

	ul.gallery{
			float: left;
			width: 360px;
			margin: 0;
			padding: 0;
			list-style: none;
	}

	ul.gallery li{
			float: left;
			margin: 5px;
			padding: 3px;
			border: 1px solid silver;
			background: #fff;
			
	}

table{
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		margin-left: 20px;
		background: #fff;
		padding: 3px;
		border: 1px solid #665543;
}

table tr{
	border: 1px solid red;
}
table td{
	margin: 0;
	padding: 2px;
}

table td.head{
	font-weight: bold;
	background: #f6e7d4;
	color: #665543;
	border: #665543;
}
table td.data{
	border: 1px solid #f6e7d4;
}

p.small{
	font-size: 0.8em;
}

span.contact{
	display: block;
	clear: left;
	border: 1px solid #665543;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	background: #fff;
	padding: 25px 10px 40px 20px;
	width:  400px;
}

span.contact p{
	padding: 0;
	margin: auto 0;
}

.wide-span{
		width: 880px;
		overflow: scroll;
		height: 520px;
		text-align: left;
		float: left;
		margin-left: 25px;
		overflow-x: hidden;
		}

.wide-span h3{
	color: #7c3731;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.travel-wrap{
	padding: 20px;
}
.travel-wrap p{
	font-size: 1em;
}

p.travel-lead{
	margin: 0;
	padding: 0;
	color: #7c3731;
	font-size: 1.2em;
}

ul.locality{
		list-style: none;
		float: left;
		width: 790px;
		margin-left: 25px;
		font-size: 0.95em;
}
ul.locality li.title{
	font-size: 1.4em;
	margin: 14px 4px 4px 0;
	color: #c03317;
	}

ul.locality li.img{
		float: left;
		margin: 8px;
		padding: 3px;
		border: 1px solid silver;
		background: #fff;
		clear: left;
		height: 100px;
		width: 100px;
}

a.map-link{
	color: #c03317;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

a.map-link:hover{
		color: #665543;
}

.col2 h3{
	color: #7c3731;
}

ul.travel{
	list-style: none;
	float: left;
	width: 330px;
	padding: 8px;
	background: #f6e7d4;
	border: 1px solid #665543;
}

ul.travel li{
	float: left;
	font-size: 1.2em;
	margin: 0 10px;
	}

ul.travel li a{
	color: #665543;
}

ul.travel li a:hover{
	color: #c03317;
}

img.limoges-map{
	margin: 10px;
	background: #fff;
	padding: 4px;
	border: 1px solid #665543;
	}

ul.full-gallery{
		float: left;
		width: 800px;
		list-style: none;
}

ul.full-gallery li{
		float: left;
		margin: 10px;
		width: 100px;
		height: 100px;
		padding: 5px;
		background: #fff;
		border: 1px solid silver;
		
}
