/* Carpenters Cottage CSS */
<!--
body {
	background-color: #F2F8EB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 120%;
	color: #1C9D00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal
}
h2 {
	font-size: 100%;
	color: #1C9D00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal
}
h3 {
	font-size: 90%;
	color: #1C9D00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal
}
p {
	font-size: 75%;
}
li {
	font-size: 80%;
}
#mainTable {
	width: 770px;
}
#mainBody {
	width: 600px;
}
#mainBody h1, #mainBody h2, #mainBody h3, #mainBody h4, #mainBody p {
	padding-left: 8px;
	padding-right: 8px;
}
#mainBody li {
	list-style-image: url(../image/bul_green.gif);
}
#leftBody {
	border-right: 1px solid #1C9D00;
	width: 165px;
}
#leftBody p {
	padding-left: 5px;
	padding-right: 5px;
}
#attractionsTable {
	font-size: 70%;
}
.address {
	padding: 10px;
	font-size: 75%;
}
.navigation ul {
	list-style: none;
	padding: 0; margin: 0;
}
.navigation li {
	width: 165px;
}
.navigation li a
{
	height: 2em;
	line-height: 2em;
	width: 165px;
	display: block;
	border-bottom: 1px solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background:  url(../image/nav_bg.gif) #fff bottom left repeat-x;
} 
.navigation li a:hover
{
text-decoration: underline;
} 
.footer {
	padding: 10px;
}
.p {
	font-size: 75%;
}
