#sidebar {
	float: right;
	width: 250px;
}

#sidebar .panel {
	margin: 0 0 0 0;
	border: 1px solid #951C01;
	border-top: 0;
	border-bottom: 0;
}

#sidebar .footer {
	background: url('../images/sidebar_footer.gif') center bottom no-repeat;
	width: 250px;
	height: 9px;
	margin-bottom: 10px;
}

#sidebar .panel .content {
	padding: 5px;
	background: #ECDCC0;
}

#sidebar .panel .content a {
	color: #713C17;
}

#sidebar .panel .content a:hover {
	color: #D5712F;
}

#sidebar h1 {
	background: url('../images/h1-250.gif') no-repeat;
	height: 20px;
	font-size: 12pt;
	width: 240px;
	text-align: right;
	padding: 4px 10px 0 0;
}

#sidebar h1 a {
	color: white;
}

#sidebar .panel table th {
	padding-bottom: 3px;
}