/* body text */
body {
	margin: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 120%;
}

/* headings */
h1, h2, h3, h4 { font-family: Dom Casual, Comic Sans MS, serif; }

/* quotes */
q {
	quotes: none;
}
q:before {
	content: open-quote
}
q:after {
	content: close-quote
}

/* page layout */
#title {
	margin: 0 0 50px 0;
	padding: 0 0 0 150px;
	border-bottom: 4px double #030;
	text-align: left;
}
#footer {
	clear: both;
	border-top: 4px double #030;
}
#credits {
	float: left;
	color: #030;
	font-size: 80%;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100px;
}
#page {
	float: left;
	width: 18em;
}

/* illustrations */
#picture {
	float: right;
	padding: 5px;
	width: 220px;
	background: #FFC;
	border: double #030 3px;
	text-align: center;
}
#illustration {
	display: block;
	width: 200px;
	height: 240px;
	border: solid #000 2px;
}
#picture q {
	font-size: 90%;
	font-style: italic;
}

/* navigation */
#navigation {
	float: right;
	padding: 5px;
	color: #030;
	font-size: 80%;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	padding: 0 .5em;
	border-left: 1px solid #030;
}
#navigation li.first {
	border-left: none;
}

