#main {
	background-color: transparent;
	background-image: url(../images/paperback.png);
}

#main span.code {
	font: .8em "Courier New", Courier, mono;
	background-color: silver;
}

#main p {
	font-size: .75em;
	line-height: 1.1em;
}

#main p.code {
	font: .8em "Courier New", Courier, mono;
	background-color: silver;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}

#main p.smaller {
	font-size: .65em;
	line-height: .9em;
	background: url(images/selectedmenuitem.jpg) repeat-y;
}

#main p.noteright {
	color: silver;
	text-align: right;
}

#main p.center {
	text-align: center;
}

#main ul {
	margin: 0 20px 12px 0;
}

#main ul li {
	font-size: .85em;
	margin: 0 0 12px 8px;
	list-style-type: circle;
}

#main ol li {
	font-size: .85em;
	margin: 0 0 12px 8px;
}

#main img.secy {
	margin-bottom: 0px;
}

#main p.error {
	background-color: yellow;
	color: red;
}