@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
}

h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#660033; margin:0px; margin-bottom:4px;}
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:23px; color:#660033; margin:0px; margin-bottom:4px;}
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color:#660033; margin:0px; margin-bottom:4px;}
h4 { font-family:Georgia, "Times New Roman", Times, serif; font-size:21px; color:#660033; margin:0px; margin-bottom:4px;}

a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:underline;}
a:hover {color:#660033; text-decoration:underline;}
a:visited:hover {color:#660033; text-decoration:underline;}

.content {background-image:url(images/content-bg.png); background-repeat:repeat-y;}
.bigger {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#660033;}
.capecod {
	background-image:url(images/capecod.jpg);
	background-repeat:no-repeat;
	background-position: 30px 40px;
}

.footer {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}
.tagline {font-size:10px;}
