* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, Helvetica, sans-serif;
}

/*--------------

PAGE STRUCTURE

---------------*/

#print-header img {
	width: 100%;
}

#nav {
	display: none;
}


#center {
	float: left;
	width: 70%;
}

#side {
	border-bottom: 2px dashed #ccc;
	float: right;
	width: 20%;
}

img#print-leaf {
	width: 100%;
}

#footer {
	display: none;
}

div.hrule {
	border-top: 2px dashed #ccc;
	border-bottom: 2px dashed #ccc;
	height: 4px;
	margin: 10px 0;
}

div.hrule hr {
	display: none;
}

#side div.hrule {
	display: none;
}

/*---------------

HEADERS

--------------*/

h1 {
	display: none;
}

h2, h3, h4, h5 {
	color: #666;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0 0 15px 0;
}

h5 {
	font-size: 13px;
}


/*---------------

TEXT TREATMENTS

--------------*/

#center p, #side p {
	font-size: 12px;
	text-align: justify;
	padding: 0 0 15px 0;
}

#center ul {
	font-size: 12px;
	padding: 0 0 15px 40px;
}

#side ul {
	font-size: 12px;
	padding: 0 0 15px 15px;
}

#center li, #side li {
	list-style-type: square;
}


