body {
	background-color: #F1E3CA;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, sans-serif;
}
.bottom {
	background-image: url(img/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menu {
	background-image: url(img/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu-bg-left {
	background-image: url(img/menu-bg-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu-bg-right {

	background-image: url(img/menu-bg-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	color: #A44502;
	font-weight: normal;
	margin-bottom: 10px;
}
.content {
	padding: 20px 35px;
}
p {
	font-size: 70%;
	color: #663629;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #B93712;
	text-decoration: none;
}
.date {
	font-size: 9px;
}
a:hover {
	color: #A44502;
}
a:visited {

	color: #A64D26;
	text-decoration: none;
}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #BD2C0D;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li {

	font-size: 70%;
	color: #663629;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin-top: 0px;
}
.paragraph {
	font-size: 70%;
	text-indent: 30px;
}
