* {margin: 0; padding: 0; border: none; text-decoration: none;}
body, html {
	background: url(img/bg.gif) #3D3E4D center top;
	font: 10px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	text-align: left;
	color: #3f2f30;
}
body {padding-bottom: 15px;}
#container {
	width: 757px;
	margin: auto;
	background: url(img/content-bg.gif) left top repeat-y;
}
#header {
	height: 170px;
	background: url(img/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(img/footer.gif) left top no-repeat;
	clear: both;
}
#footer p {
	padding: 20px 130px 0 230px;
	text-align: right;
	line-height: 20px;
}
#content {
	width: 625px;
	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(img/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: #000f22;
	background: url(img/line.gif) center bottom repeat-x;
}
a:visited {
	background: none;
}
a:hover {
	color: #e01203;

}
em, strong {
	color: #000f22;

}
.box h2 {
	background: url(img/staple.gif) top left no-repeat;
	text-align: right;
	padding: 0 0 5px 0;
	text-indent: 30px;
}
