/* CSS Document */

#side_jar {
	background-color: #C40A0C;
	text-align: center;
	border: 4px solid #C40A0C;
	margin-bottom: 10px;
}
#side_jar img {
	border-right-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side_jar h6 {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side_jar a {
	color: #FFFFFF;
	text-decoration: none;
}
#side_jar a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

