html {
	margin:0; 
	padding: 0; 
	background:#FFFFFF; 
	color:#000;
} 	
body {
	min-width:800px;
}
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:800px;
	border: 1px solid #254117;	
	
}

/* for all browsers that understand min-width */
.container {position:relative; width:90%; min-width:400px;}
.holder {display:block; color:#000;}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .container {border-right:50px solid #fff;}
* html .holder {display:inline-block; position:relative; margin-right:-400px;}

#header{
	background:#ddd;
	margin-top: -9px;	
}

#flower_image {
	background:url("right_flower.gif") no-repeat;
	width:210px;
	height:531px;
	/*background:#c99;*/
	float:right;
	width:210px;
	/*create a overlapping image position*/
	position:relative; margin-top:-500px;	
}

#main {
	background:url("hardwick_banner.jpg") no-repeat;
	height:350px;
	float:left;
	width:450px;
	/*create a overlapping image position*/
	position:relative; left:30px;	
}

#intro_inner {
	margin-left:20px;
}

#thephoto {
	width: 210px;
	height: 280px;
	border: 1px solid #254117;	

}

#border {
	width:200px;
	height:270px;
	background-color: #254117;
	margin-right:25px;
	margin-top:40px;
	float:right;
	position:relative;
	
}

a.council {color:#347235; text-decoration: none; font-weight: bold}

