body {
	background-image: url(images/side.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 0px;
}

code {
    font-family: Monaco, "Lucida Console", Courier, monospace
	
}
dl {
   margin-top: -0.75em;;
}
dt {
    font-weight: bold;
	float: left;
	padding-top: 0.75em;
}

dd {
	padding-top: 0.75em;
}

#body {
	margin-right: 10px;
	margin-left: 130px;
}

#header_ruler {
	background-image: url(images/side.gif);
	background-repeat: repeat-x;
	height: 3px;
}
#header_ruler hr {
	display: none;
}
#title {
    padding-left: 10px;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 400px;
}

#title h1 {
    display: none;
}
#subtitle {
	font-size: 110%;
	font-weight: bold;
	color: #984D5C;
	text-align: right;
	vertical-align: top;
	position: absolute;
	right: 10px;
	top: 10px;
}
#header #title {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
    margin-left: 100px;
	padding-left: 30px;
	padding-top: 1em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D37184;
	text-align: right;
}
#header_contents {
	margin-left: 130px;
	margin-top: 4.5em;
	margin-bottom: 0.5em;
}
#navigation, #footer_navigation {
	text-align: right;
	font-size: 90%;
}

#author {
	text-align: left;
	float: left;
}

.section {
	border: thin dotted #984D5C;
	background-color: #F6E6E9;
	padding: 0.5em;
	width: 600px;
	margin: 1em;
}
.section h3 {
	background-image: url(images/heading.jpg);
	background-repeat: repeat-y;
	margin-top: 0px; 
	padding-left: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: white;
}
.example-box {
	background-color: #DDDDDD;
	margin: 0.5em;
	padding: 0.3em;
	border: thin solid #666666;
}
.example {
	font-family: Monaco, "Lucida Console", Courier, monospace;
	font-size: smaller;
	white-space: pre;
}
.example-box .caption {
	margin-bottom: 0.3em;
	text-align:left;
	font-style:italic;
	font-size: smaller;
	background-color:#CCCCCC;
}
#chapter {
	background-color: #FAF6F7;
	list-style-type: none;
	font-size: larger;
}
#chapter li {
    padding-top: 0.3em;
}
#chapter .chapter {
    font-weight: bold;
}

#chapter .chap_recipes {
	list-style-image: url(images/bullet.gif);
}
a {
	color: #9D2398;
}

a:hover {
	color: #D37184;
}
#info {
	text-align: left;
	float: left;
	font-size: smaller;
	font-style:italic;
}
