* {margin: 0; padding: 0; border: none; text-decoration: none;}
body, html {
	background: url(images/bg.gif) #3D3E4D center top;
	font: 10px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #3f2f30;
}
body {padding-bottom: 15px;}
#container {
	width: 757px;
	margin: auto;
	background: url(images/content-bg.gif) left top repeat-y;
}
#header {
	height: 170px;
	background: url(images/header.gif) left top no-repeat;
}
#header h1 {
	padding: 36px 350px 0 60px;
	color: #61626f;
	font: italic bold 36px "Times New Roman", "Georgia", sans-serif;
}
#header h2 {
	padding: 10px 350px 0 80px;
	color: #492022;
	font: italic normal 18px "Times New Roman", "Georgia", sans-serif;
}
#footer {
	height: 122px;
	background: url(images/footer.gif) left top no-repeat;
	clear: both;
}
#footer p {
	padding: 20px 130px 0 230px;
	text-align: right;
	line-height: 20px;
}
#content {
	width: 525px;
	float: left;
	padding: 7px 40px 10px 20px;
	line-height: 20px;
	margin-top: -12px;
}
#column {
	width: 172px;
	float: left;
	line-height: 16px;
}
#content p, #content li {
}
#content h1 {
	font: italic bold 24px "Times New Roman", "Georgia", sans-serif;
	background: url(images/heading.gif) left bottom no-repeat;
	padding: 20px 0 20px 65px;
	color: #5f4c41;
}
h2 {
	color: #4d4f5f;
	font: italic bold 18px "Times New Roman", "Georgia", sans-serif;
}
p, ul, ol {
	font-size: 11px;
	padding: 10px 0;
}
#content li {
	margin-left: 26px;
}
a:link, a:visited {
	color: #373d7f;
	background: url(images/line.gif) center bottom repeat-x;
}
a:visited {
	background: none;
}
a:hover {
	color: #7f85c7;
}
code {
	color: #9f4f54;
	font-family: "lucida console", "courier new", "courier", monospace;
}
em, strong {
	color: #9f4f54;
}
.box {
	background: url(images/paper_blue.gif) #D0D6DD;
	margin-bottom: 20px;
	padding: 5px;
	border-left: 1px solid #B9BBC1;
	border-bottom: 1px solid #A9A6AB;
}
.box h2 {
	background: url(images/staple.gif) top left no-repeat;
	text-align: right;
	padding: 0 0 5px 0;
	text-indent: 30px;
}
.box li {
	list-style: none;
	padding-left: 15px;
	background: url(images/drop.gif) left center no-repeat;
}
#content .comment {
	background: url(images/comment.gif) left top no-repeat;
	padding: 16px 0 0 99px;
	list-style: none;
	margin: 0 0 20px 0;
}
.comment * {
	background: url(images/paper_blue.gif);
	padding: 5px;
	margin-left: -86px;
}
.comment * * {
	padding: 0; margin: 0; background: none;
}
.comment .author {
	width: 406px;
	margin: 0px;
	height: 26px;
	font: italic normal 16px "Times New Roman", "Georgia", sans-serif;
	padding: 20px 0 0 20px;
}