#html, body {
	background-color: #6d1c0f;
	font: 13px/0.9em Arial, Helvetica, Geneva, sans-serif;
}

#side {
	height: 620px;
	padding: 5px;
	border: 2px double #972a19;
	width: 180px;
	background: #57140a repeat center top;
}

a {
	color: #fde833;
	text-decoration: none;
	background-position: center top;
}

a:hover {
	color: #f30c1c;
	text-decoration: none;
}

p {
	color: #1a1003;
	background-position: 0 top;
	line-height: 0.9em;
	font-size: 13px;
}

hr {
	color: #9aa09d;
	font-style: italic;
	line-height: 14px;
	width: 80%;
	border: 1px dotted #1c1002;
}

