/*
This is the CSS stylesheet for http://thomleyhall.org
*/


html, body, div, h1, h2, p, a, strong {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}

em {
	font-style: italic;
}

body {
	font-family: Georgia, serif;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: small;
}

.wrap {
	width: 600px;
	margin: 0 auto;
}

#click, #charity {
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 1.5em 0 0 0;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #999;
}

#thomley {
	padding: 40px 0;
}

h1 {
	height: 301px;
	overflow: hidden;
	background: transparent url(../im/thomley-activity-centre.jpg) no-repeat;
}

h1 a {
	display: block;
	height: 301px;
	margin-left: -999px;
}

#welcome {
	font-size: 2.5em;
	padding: 0 0 0.3em 0;
}

#description {
	padding: 0 0 40px 0;
}

#welcome a:link {
	color: #001d49;
}

#welcome a:visited {
	color: #001d49;
}

#welcome a:hover {
	color: #000;
}

#welcome a:active {
	color: #001d49;
}

