/*Site Colours*/
#one, #two, #three, #four, #five{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 .75em;
	border: 1px solid #444;
}
#one{/*Dark green*/
	background-color:#264234;
	color: #eddeb7;
}
#two{/*light green*/
	background-color: #3A7768;
}
#three{/*Page background*/
	background-color: #FBECCD;
}
#four{/*Black*/
	background-color: #070c0f;
	color: #eddeb7;
}
#five{/*Gold*/
	background-color: #E0DEB7;
}
/*End Site Colours*/



/*Basic document rules*/
html, body{
	line-height:150%;
	padding: 0;
	margin: 0;
	}
body{
	background: #FBECCD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #070c0f;
}
#wrapper{
	width: 96%;
	margin: 0 auto;
}
/*End basic rules*/
/*Head element*/
#head{
	background-color:#264234;
	color: #E0DEB7;
	font-family: "times new roman", times, serif;
	height: 80px;	
	border-top: 1px solid #070c0f;
	text-align: center;
	margin-bottom: 1.5em;
}
#head h2 a{
	font-size: 150%;
	line-height: 80px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #E0DEB7;
}

/*End Head element*/

/*Wireframe*/
#top{
	/*background: #9dc6da url(../imgs/h2span.jpg) repeat-x top left;*/
	background: #444;
	height: 35px;
	border-bottom: 1px solid #eee;	
	}
#top h1{
	position: relative;
	float: left;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
#top h1 span{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: url(../imgs/h2pan.jpg) no-repeat;
	cursor: pointer;
}
#top h1 a{
	color: #fff;
	text-decoration: none;
	line-height: 35px;	
	}

#content{
	float: right; 
	width: 75%;
	}
#menu{
	width: 23%;
	float: left;
	}
/*Man site menu*/

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a, #menu a:link, #menu a:visited{
	text-decoration: none;
	color: #E0DEB7;
	font-weight: 600;
	padding: .25em .5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #444;
	display: block;
	font-size: 90%;
	width: 100%;
	background-color:#3A7768;
	}
#menu a:hover{	
	background-color:#264234;
	}
#content a{
	color:#3A7768;: 
	text-decoration: none;
	border-bottom: 1px solid #3A7768;
}
#content a:hover{
	color: #070c0f;
	border-bottom: 1px solid #070c0f;
}
.b{
	font-weight: 600;
}
#content ul{
	list-style: square;
}
#content h3{
	color: #264234;
	text-align: center;
}

/*Gallery*/

/*Set up three columns 30% wide*/
.pic, .picone, .pictwo{
	width: 30%;
	}
/*Float first two pic classes to float left*/
.pic, .picone{
	float: left;
}

/*Float third pic class to float right*/
.pictwo{
	float: right;
}
/*Separater for rows*/
.clearboth{
	clear: both;
}
.pic, .picone, .pictwo{
	
	margin-bottom: 1.5em;
}
.picone{
	margin-left: 2%;
}
.pic a, .picone a, .pictwo a{
	border: none;
}
.pic img, .picone img, .pictwo img{
	width: 100%;
}
.pic img, .picone img, .pictwo img{
	border: none;
}

.photo{
	width: 90%;
	margin: 0 auto;
	float: right;
}
address{
	font-style: normal;
	margin-top: 0; 
	margin-left: 5%;
}
#caption{
	text-align: center;	
}
#caption ul{
	list-style: none;
	margin: 0;
	margin:0;
	}
ul#art li{
	display: inline;
	}
/*2009 page images for main text*/
/*Container for text and images, grouped by paragraph*/


.picl img{
	float: left;
	width: 25%;
	padding: 2%;
	
}
.picr img{
	float: left;
}
.picl p, picr p{
	width: 68%;
}
