/* CSS for St Davids Wood */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman, Times, serif;
	font-size: 12px;
	color: $333; /*#512207; */
}
body {
	background-color: #EBF0E1;
	background-image: url(images/stDavids_tile.gif);
	background-repeat: repeat; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#layout {text-align: center;}
p {
	margin-left: 12px;
	padding: 5px;
	text-align: left;
}

a {
	color: #7BA042;
}
a:visited {
	color: #697755;
}
a:hover {
	color: #000000; /*#99CC33; */
}
a:active {
	color: #7BA042;
}
h1 {
	font-size: 120%;
	color: #512207;
}

.tnav {
	text-align: center;
	font-size: 10px;}
