/* CSS Document */
.subNav { width:133px; margin: 0 20px 0 0; float:left; }
	.subNav a, .subNav a:visited, .subNav a:hover {
			display:block;
			padding:6px 6px 6px 16px;
			margin-right:4px;
			color:#fff;
			font-size:12px;
			background:#678666 url(images/subNav-bullet.gif) top left no-repeat;
			border-bottom:1px solid #809d7f;
			text-decoration:none;
			}
		.subNav a:hover { background:#4d6a4c url(images/subNav-bullet.gif) top left no-repeat; }
	.subNav a.currentPage { }	/* style for current page */
	.subNav a.even {}			/* style for 'even' <a> tags */
	.subNav a.odd {}			/* style for 'odd' <a> tags */
#contentLeft {
	width:754px;
	width/* */:/**/734px; 
	width: /**/734px;
	float:left;
	padding-left:20px;
	border-left:1px solid #dbcfad;
	}