* {
margin: 0;
padding: 0;
}

body {
background: #ccc;
font-family: Georgia;
font-family: Verdana;
font-size: 65.5%;
}

	#a {
	margin: 0 10px 0 0;
	}

	#a, #b {
	float: left;
	width: 322px;
	}
	
		#a.long {
		margin: 0;
		width: 650px;
		}
	
	#a div.a, #b div.b {
	margin: 10px;
	}
	
	#a h3, #b h3 {
	color: #28AF63;
	font-size: 2.2em;
	font-weight: lighter;
	margin: 0 0 10px 0;
	}
	
	#a h4, #b h4 {
	color: #28AF63;
	font-size: 1.5em;
	font-weight: lighter;
	margin: 0 0 10px 0;
	}
	
	#a h4 a, #b h4 a {
	color: inherit;
	}
	
	#a p, #b p {
	color: #28AF63;
	font-size: 1.3em;
	line-height: 140%;
	margin: 0 0 10px 0;
	}
	
	#a ul, #b ul, #a ol, #b ol {
	color: #28AF63;
	line-height: 140%;
	margin: 0 0 15px 20px;
	}

	#banner {
	float: left;
	height: 160px;
	position: relative;
	width: 995px;
	}
	
		#banner ul {
		list-style: none;
		}
	
		#banner_dogtrust {
		background: white url(../images/banner_dogtrust.png) top left no-repeat;
		height: 77px;
		position: absolute;
		right: 100px;
		top: 10px;
		text-indent: -5000px;
		width: 72px;
		}
		
			#banner_dogtrust a {
			display: block;
			height: 77px;
			width: 72px;
			}
		
		#banner_cha {
		background: white url(../images/banner_cha.png) top left no-repeat;
		height: 80px;
		position: absolute;
		right: 10px;
		top: 10px;
		text-indent: -5000px;
		width: 72px;
		}
		
			#banner_cha a {
			display: block;
			height: 80px;
			width: 72px;
			}
			
		#banner_logo {
		background: url(../images/banner_logo.png) top left no-repeat;
		height: 120px;
		position: absolute;
		left: 10px;
		top: 15px;
		text-indent: -5000px;
		width: 700px;
		}
		
	#col1 {
	float: left;
	margin: 10px 10px 0 10px;
	width: 654px;
	}
	
	#col2 {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 310px;
	}

	#footer {
	color: #333;
	float: left;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
	padding: 0 0 30px 0;
	width: 995px;
	}

	#frame {
	margin: 30px auto;
	width: 995px;
	}
	
	#nav {
	background: #7C7C7C;
	float: left;
	height: 30px;
	margin: 0 10px;
	overflow: hidden;
	width: 975px;
	}
	
		#nav ul {
		font-size: 1.4em;
		list-style: none;
		margin: 0 0 0 10px;
		}
		
			#nav ul li {
			float: left;
			margin: 6px 20px 0 0;
			}
			
				#nav ul li a {
				color: white;
				text-decoration: none;
				}
				
				#nav ul li a.on, #nav ul li a:hover {
				color: black;
				text-decoration: underline;
				}
				
	#splash {
	float: left;
	height: 253px;
	width: 654px;
	}
	
		#splash ul {
		list-style: none;
		}
	
	#wrapper {
	background: #FFFCEE;
	float: left;
	width: 995px;
	}
	
		.box {
		background: #999;
		height: 254px;
		margin: 0 0 11px 0;
		padding: 0;
		width: 100%;
		}
		
		.box p {
		color: green;
		font-size: 1.2em;
		margin: 0;
		padding: 15px 30px 0px 30px;
		}
		
		.hide {
		display: none;
		}
		
		.gallery img {
		border: 1px solid #C2D98B;
		float: left;
		height: 88px;
		width: 125px;
		margin: 0 5px 5px 0;
		}
		
		.map {
		border: 1px solid #C2D98B;
		}
		
		.nudge {
		margin-top: 20px;
		}
		
		.pdf {
		background: url(../images/pdf.png) 0 2px no-repeat;
		display: inline-block;
		height: 20px;
		margin: 0;
		padding: 0 0 0 21px;
		}