/**
Pearl River Chamber of Commerce
Website by Rockland Web Design
www.RocklandWebDesign.com
**/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#wholepage {
	position: relative;
	margin: 0px auto 0px auto;
	width: 866px;
	border: none;
	text-align: left;
}

#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 866px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px;
	width: 866px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbackground.png);
	background-repeat: repeat-y;
}

#navbar {
	width: 169px;
	position: absolute;
	left: 0px;
	top: 5px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#content {
	width: 634px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 179px;
	text-align: left;
	background-position:right;
	background-repeat: repeat-y;
}

#footer {
	width: 760px;
	height: 21px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

.navli {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 169px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/navbar.png);
	text-align: center;

}

.navbox {
	width: 169px;
	padding: 14px 0px 0px 0px;
}

.navlink {
	color: rgb(0,0,0);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.navlink:hover {
	color: rgb(153,0,0);
}

a {
	border: none;
	text-decoration: none;
}

img {
	border: none;
}
a:hover {
	color: #990000;
}
