* {margin: 0; padding: 0; border: none; text-decoration: none}
body, html {
	background: #3D3E4D;
	text-align: center;
	font: 10px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #3f2f30;
}
body {padding-bottom: 15px;}
#container {
	width: 757px;
	margin: auto;
	text-align: left;
	background: url(images/content-bg.gif) left top repeat-y;
}
#header {
	height: 170px;
	background: url(images/header2.gif) left top no-repeat #3D3E4D;
}
#header h1 {
	padding: 36px 350px 0 60px;
	color: #61626f;
	font: italic bold 36px "Times New Roman", "Georgia", sans-serif;
}
#header h2 {
	padding: 8px 50px 0 60px;
	color: #492022;
	font: italic normal 22px "Times New Roman", "Georgia", sans-serif;
}
#header h3 {
	padding: 8px 50px 0 90px;
	color: #492022;
	font: italic normal 18px "Times New Roman", "Georgia", sans-serif;
}
#header h4 {
	padding: 28px 50px 0 380px;
	color: #492022;
	font: italic normal 12px "Times New Roman", "Georgia", sans-serif;
}
#footer {
	height: 2px;
	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 {
	text-align: justify;
}
#content h1 {
	font: italic bold 24px "Times New Roman", "Georgia", sans-serif;
/*	background: url(images/heading.gif) left bottom no-repeat; */
	padding: 10px 0 10px 20px;
	color: #5f4c41;
}
h2 {
	color: #4d4f5f;
	font: italic bold 20px "Times New Roman", "Georgia", sans-serif;
}
#content h3 {
	padding: 0 0 0 4px;
	color: #492022;
	font: italic normal 18px "Times New Roman", "Georgia", sans-serif;
}
h3 {
	color: #4d4f5f;
	font: italic bold 18px "Times New Roman", "Georgia", sans-serif;
}
h4 {
	color: #4d4f5f;
	font: italic bold 12px "Times New Roman", "Georgia", sans-serif;
}
p, ul, ol {
	font-size: 11px;
	padding: 10px 0;
}
#content li {
	margin-left: 26px;
}
a:link {
	color: #373d7f;
	background: url(images/line.gif) center bottom repeat-x;
}
a:visited {
  color: #373d7f;
	background: url(images/line.gif) center bottom repeat-x;
}
a:hover {
	color: #7f85c7;
	background: url(images/line.gif) center bottom repeat-x;
}
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: 62px 0 0 0;
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
}
.comment * {
	background: url(images/paper_blue.gif);
	padding: 5px;
	margin-left: 13px;
}
.comment * * {
	padding: 0; margin: 0; background: none;
}
.comment .author {
	position: absolute;
	left: 99px;
	top: 16px !important;
	top: 13px;
	width: 406px;
	margin: 0;
	height: 26px;
	font: italic normal 16px "Times New Roman", "Georgia", sans-serif;
	padding: 20px 0 0 20px;
}