/* Layout Stylesheet */ 

#image-switch ul {
margin:0 0 0 20px; 
color:black; 
list-style-type:none;
}
#image-switch li {
padding:10px;
}
#image-switch #two, #image-switch #three , #image-switch #four , #image-switch #five , #image-switch #six , #image-switch #seven , #image-switch #eight , #image-switch #nine , #image-switch #ten , #image-switch #eleven , #image-switch #twelve , #image-switch #thirteen , #image-switch #fourteen , #image-switch #fifteen , #image-switch #sixteen , #image-switch #seventeen {
display:none;
}

body {
 margin:20px;
 background-color: #444444;
 background-image:url('http://www.aberfoyle.org/images/bg29.png'); 
 background-repeat:repeat-x;
 color: #333333;
 text-align:center;
 padding:0;
 }



#outer {
 text-align:left;
 width:860px;
 margin:auto;
 border: 10px outset #888888;
 }

#hdr {
 height:140px;
 color: #1111ff;
}

#bar {	

 height:24px;
 background:#eeeeee;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 1px 0;
 text-align: center;
 padding-top: 10px;
}

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	font-weight: bold;
	font-size: 14px;
	color: #3333ff;
	padding-top: 10px;
	padding-left: 20px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 8px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #444444 ;
}

#menu1 a:hover {
	background-color: #335598;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #ffffff;
}

#bodyblock {
 position:relative;
 background: #eeeeee;
 color: #333333;
 width:860px;
 padding:0;
 }


#cont {
 width:620px;
 padding: 0px 10px;
 background:#eeeeee;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 font-size: 14px;
 }

#ftr {
 height:40px;
 background:#eeeeee;
 color: #335599;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 12px;
 padding: 10px 0 0;
}

#ftr a {
	color: #444444;
	text-decoration: none;
}

#ftr a:hover {
	color: #335599;
	text-decoration: none;
}
 
 h3, p {
 margin:0;
 padding:20px;
 color: #335599; }

h4 {
 margin:0; 
 padding: 5px 0;
 } 