body
{
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	background-repeat: repeat;
	background-attachment: fixed;
}
#header {}
#navigation {}
#content {
	background-image: url(../images/paper_bg.jpg);
}
#footer {}

#sidebar {
	background-image: url(../images/sidebar_bg.jpg);
}
#sidebar p {
	margin-right: 16px;
	margin-left: 16px;
}
p {
	line-height: 18px;
	font-size: 11px;

}
ul {
	font-size: 11px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 16px;
	margin-left: 0px;
}
ul li {}
ul.plain {

	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
ul.plain li {
}
h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#content a
{
	color: #86433B;
	/* border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86433B; */
	text-decoration: underline;
}
h3 {
	font-size: 15px;
	color: #CD4445;
	line-height: normal;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	color: #86433B;
	line-height: normal;
	font-weight: normal;
}
abbr.mail { border-bottom-width: 0; }