@charset "UTF-8";
/* CSS Document */

div.left {
	float: left;
	margin-right: 0px;
	width: auto;
	margin-bottom: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-image: url(../images/navBkgd.png);
}

div.leftFirst {
	float: left;
	margin-right: 0px;
	width: auto;
	margin-bottom: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-image: url(../images/navBkgd.png);
}

h1.navLit {
	letter-spacing:0.1em;
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.nav {
	letter-spacing:0.1em;
	color: #C47F7F;
	font-family: Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: 100;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.nav:link {
	text-decoration:none;
	color: #C47F7F;
}

a.nav:visited {
	text-decoration:none;
	color:#C47F7F;
}

a.nav:hover {
	text-decoration:none;
	color: #FFF
}

a.nav:active {
	text-decoration:none;
	color: #C47F7F;
}

a.subnav {
	letter-spacing:0.08em;
	color: #C47F7F;
	font-family: Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: 100;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.subnav:link {
	text-decoration:none;
	color: #C47F7F;
}

a.subnav:visited {
	text-decoration:none;
	color: #C47F7F;
}

a.subnav:hover {
	text-decoration:none;
	color: #FFF
}

a.subnav:active {
	text-decoration:none;
	color: #C47F7F;
}
