/**
For suffern chamber of commerce
**/

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(216,190,151);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#header {
	margin: 0px auto 0px auto;
	width: 780px;
	height: 183px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main {
	margin: 0px auto 0px auto;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	width: 530px;
	padding: 0px 30px 0px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	background-color: rgb(255,251,247);
	background-image: url(images/sidegradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#navbar {
	width: 200px;
	background-image: url(images/navbar.jpg);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
}

#navlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.navli {
	margin: 0px 0px 0px 20px;

	width: 180px;

	padding: 8px 0px 8px 0px;
}

.navli:hover {
	background-color: rgb(0,0,0);
}

.navlink {
	color: rgb(255,251,247);
	text-decoration: none;
	font-size: 14px;
}


.navlink:hover {
	color: rgb(216,190,151);
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}

#contact {
	width: 780px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: rgb(24,34,86);
	padding: 0px 0px 0px 0px;
	background-image: url(images/navbar.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding: 1px 0px 10px 200px;
	background-image: url(images/sidegradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
	color: rgb(255,251,247);
}

#contacttext a {
	font-weight: bold;
}

.navlinkbottom {
	color: rgb(255,251,247);
	margin: 15px 0px 0px 0px;
}

.navlinkbottom:hover {
	color: rgb(216,190,151);
	font-weight: bold;
}

.navlinkbottom:visited {
	color: rgb(216,190,151);
}



