html{
	background-image: url(images/bamboo_bkg_2.png);
	background-repeat: no-repeat;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #4C4C4C;
	background-image: url(images/bamboo_title.png);
	background-repeat: no-repeat;
	background-position: top right;
}

h3, #quote {
	font-size: 11px; 
	color: #66940E;
	font-variant: small-caps;
}

.subhead {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4C4C4C;
}

#container {
	padding-top: 100px;
}

#content {
	margin-left: 30%;
	width: 45%;
}

#footer {
	margin-top: 50px;
	text-align: center;
	line-height: 50%;
	padding: 0 0 5px 0;
}

#navigation {
	float: right;
	margin-right: 70px;
	text-align: right;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#resources ul li{
	display: inline;
}

#resources ul li a {
	padding: 0 5px 0 5px;
}

.dates {
	vertical-align: top;
	width: 75px;
	padding-right:20px;
	font-weight: bold;
}

#prop {
	width: 1px;
	height: 200px;
	float: right;
}

#clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#css {
	visibility: hidden;
}