/* This will place the sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding-right: 10px;
	margin: 5px;
	padding-top: 10px;
	border-top: 1px solid silver;
	background: url(../../images/arrow.gif) no-repeat right top;
	color: gray;
}

#sidebar .sideHeader {
	font-weight: bold;
	font-style: italic;
	color: silver;
	margin-bottom: 5px;
	margin-top: 7px;
}