#page{
	width:1000px;
	padding:22px 11px 10px 12px;
	background:url(/media/layout/local/bg.gif) repeat-y;
	text-align:left;
}
#page a{
	color:#ffffff;
}
#page a:hover{
	text-decoration:none;
}
#header_local{
	width:1023px;
	height:144px;
	background-image:url(/media/layout/local/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#page h1{
	margin:0;
}

#page_contents{
	margin:7px 20px 0px 20px;
	color:#ffffff;	
	padding:5px 50px;	
}

#footer_local{
	width:1024px;
}
#footer_local #copyright{
	padding-top:15px;
}


a#index_link{
	width:322px;
	height:107px;
	display:block;
}
a#index_link img{
	float:left;
}


#languages_menu{
	padding:7px 0 0 30px;
}
#languages_menu a{
	color:#640702;
	text-decoration:none;
	font-weight:bold;
}
#languages_menu a:hover{
	text-decoration:underline;
}
#languages_menu a.on{
	text-decoration:underline;
}



#menu_local{
	margin-top:50px;
	text-align:right;
}
#menu_local a{
	color:#640702;	
	font-weight:bold;
	margin:0 10px;
	font-size:12px;
	text-decoration:none;
}
#menu_local a:hover{
	text-decoration:underline;
}
#menu_local a.on{
	text-decoration:underline;
}



#page h3{
	margin:0 0 5px 0;
	font-size:14px;
}
.article_intro{
	line-height:1.5;
	padding-bottom:20px;
}
.article_intro img{
	float:left;
	margin:7px 10px 10px 0;
	border:3px solid #ffffff;
}
.article_img{
	float:left;
	margin:10px 10px 10px 0;
	border:3px solid #ffffff;
}


#pages{
	text-align:right;
}
#pages a{
	text-decoration:none;
}



#response{
	padding:0 0 0 30px;
	float:right;
}
#contact_form{
	margin:0px;
}
#contact_form td label{
	display:inline;
	width:auto;
}
#contact_form input, #contact_form textarea{
	width:200px;
	padding:2px;
	margin:2px 0px;
	border:1px solid #D7D4CD;
}
#contact_form textarea{
	height:200px;
	margin-top:4px;
}
#contact_form #button{
	width:80px;
	margin-left:60px;
	background-color:#640702;
	color:#ffffff;
	border:0;
	font-weight:bold;
}
.star{
	color:#B9AC78;
}

p{
	margin:0;
}



#gallery_container{
	width:980px;
	height:240px;
	padding:18px 11px 0 32px;
	background:url(/media/layout/local/bg_gallery.gif) no-repeat;
	text-align:left;
}
#gallery_container h1{
	text-align:right;
	margin:0 45px 0 0;
}
.gallery td{
	padding:19px 15px 15px 15px;
}
.gallery_img img{
	border:3px solid #ffffff;
}
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width:100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 764px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 140px;
			clear: both;
		}
		
		.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: 100%;
			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: 100%;
			position: relative;
			width: 764px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 4px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 132px;
			width: 60px;
		}
		
		.stripNavL {
			left: 30px;
		}
		
		.stripNavR {
			right: 30px;
		}
		
		.stripNavL {
			background: url("/media/layout/local/arrow_left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("/media/layout/local/arrow_right.gif") no-repeat center;
		}

