/* Be friendly to printers */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	color: #333;
	font: normal 11pt Georgia, Times, serif;
	line-height: 1.6em;

}

/* Typo
-------------------------------------------------- */
p {
	margin: 0 0 1em 0;
}

h1, h2, h3 {
	margin: 0 0 1em 0;
	font-size: 14pt
}

h2, h3 {
	margin: 0 0 .5em 0;
	font-size: 12pt
}

strong {
	color: #50424c;
	font-weight: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

address {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em;
}

/* Links
-------------------------------------------------- */
#content a {
	color: #639505;
}

#content a:hover {
	color: #8abb10;
}

a img {
	border: none;
}

/* Layout
-------------------------------------------------- */
#header-inner {
	margin-bottom: 2em;
}

#content img {
	border: 1px solid #555;
}

#navi, #subnavi,
#footer, #sidebar,
#bamboo-1, #bamboo-2, #bamboo-3 {
	display: none;
}

/* Show URL */
a:link:after {
	font-weight: normal;
	font-style: italic;
	color: #CCC;
	content: " (" attr(href) ") ";
}

