body {
	background-image: url(../images/bg.jpg);
	margin:0;
	padding:0;
}

H1, H2, H3, P, #countiesNY, #countiesNJ, #countiesTwoColumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}

H1	{ font-size: 16px;}
H2	{ font-size: 14px;}
H3	{ font-size: 12px; font-weight: bold;}
P, #countiesNY, #countiesNJ, #countiesTwoColumn { font-size: 12px; line-height: 18px; }

a { color:#8c0c36; text-decoration:none; }
a:hover {text-decoration:underline; }

#footer a { color:#8e8e8e; text-decoration: underline; }

	

div#container {
	width:970px;
	background-image:url(../images/bg-shadow.gif);
	margin: 0 auto 0 auto;
	padding:0px;
	}

div#topnav {
	background-image:url(../images/paper-towel.jpg);
	width:960px;
	height:90px;
	margin-left: 5px;
	}

div#topnav .logo { float:left; z-index:100; position:relative; }
	
.nav { 	padding-bottom:16px; }

div#cardboardTop {
	width:960px;
	height:63px;
	margin-left:5px;
}

div#cardboardBottom {
	width:960px;
	height:42px;
	margin-left:5px;
	clear:both;
	}

div#bottomShadow {
	width:970px;
	height:5px;
	background-image:url(../images/bottom-shadow.gif);
	}

div#footer {
	width:960;
	margin:0;
	padding-top:10px;
	background-image: url(../images/bg.jpg);
	min-height:75px;
	color:#8e8e8e;
	font-size: 12px; 
	line-height: 18px;
	}
	
.clear {
	min-height:1px;
	height:1px;
	clear:both;
	}
