body{
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:.8em;
	/*background:#fff url(../images/heart.gif);*/
}
a{
	outline:none;
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h3{
	margin:15px 0 0 0;
	padding:0;
	font-size:1.2em;
	color:#B71234;
}
h4{
	margin:15px 0 0 0;
	padding:0;
	font-size:1em;
	color:#B71234;
}
img{
	border:2px solid #B71234; 
}
p{
	margin:0 0 10px 0;
}
p.title{
	margin:10px 0 10px 0;
	color:#B71234;
	font-size:1.2em;
}
p.title a{
	color:#B71234;
}
p.green, p.green a{
	color:#34B233;
}
p.green a, p.title a{
	display:block;
	font-size:.8em;
}
#content{
	margin:30px auto 0 auto;
	overflow:hidden; /* inline clear:both */
}

#banner{
	/*
		banner div will expand full width of window
	*/
	background:url(../images/red_banner.gif) top repeat-x;
}

#bounds{
	margin:auto;
	width:790px;
	background:#fff url(../images/red_banner.gif) top repeat-x; /* cover the padding in the header */
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	display:block;
	height:136px; /* height of red banner */
	text-indent:-9999px;
	background:#CC243E url(../images/logo.gif) center center no-repeat;
}
#header h2{display:none;}

#one{
	width:165px;
	float:left;
}
#one p{
	margin:0 0 10px 0;
}
#two{
	margin:0 40px 0 60px;
	width:370px;
	float:left;
}
#two ul{
	margin:0;
	padding:0;
	list-style:none;
}
#two li{
	display:block;
	padding:0 0 0 10px;
	background:url(../images/bullet.gif) 0 5px no-repeat;
}
#three{
	width:150px;
	float:right;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	margin:0 0 10px 0;
}
#nav li a{
	display:block;
	width:135px;
	height:35px;
	text-indent:-9999px;
	background-position:top center;
	background-repeat:no-repeat;
}
#nav li a:hover, #nav li.loc a{
	background-position:bottom center;
}
#nav li.fink a{
	background-image:url(../images/nav_finksburg.gif);
}
#nav li.hamp a,#nav li.hamp a:hover{
	background-image:url(../images/nav_hampstead.gif);
}
#nav li.han a{
	background-image:url(../images/nav_hanover.gif);
}
#nav li.camp a{
	background-image:url(../images/nav_summer_camp.gif);
}
#nav li.review a{
	background-image:url(../images/nav_review.jpg);
}

#footer{
	margin:20px 0;
	padding:5px 0;
	height:1%; /* IE6 */
	font-family:"Times New Roman", Times, serif;
	border-top:1px solid #000;
	clear:both;
}
#footer p.copy{
	float:left;
}
#footer p.splash{
	float:right;
}
#footer a:hover{
	text-decoration:none;
	color:#B71234;
}