@charset "utf-8";
/* CSS Document */


#sidebar {
	float: left;
	width: 200px;
	background-color: #B7C0CC;
	background-repeat: repeat-y;
	background-position: right;
	margin: 10px;
	padding: 0px;
}
#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-transform: none;
	margin: 0px;
	border: 1px dotted #666;
	color: #333;
	padding: 7px;
	font-weight: bold;
}
#sidebar h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FC0;
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #333;
	background-image: url(../Images/footer_bg_25.png);
	background-repeat: repeat;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#sidebar img {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
