#sidebar {
	vertical-align: top;
	position: relative;
	width: 253px;
}

#sidebar p {
	color: white;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 23px;
	font-size: small;
	line-height: 150%;
	background-repeat: repeat-y;
	background-image: url(../images/sidebar_backer.jpg);



}

#sidebar ul {
	color: white;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 33px;
	font-size: small;
	line-height: 150%;
	background-repeat: repeat-y;
	background-image: url(../images/sidebar_backer.jpg);
}

.bottom_img {
	vertical-align: bottom;

}

.side_topper {
	left: 9px;
	position: relative;
	background-color: #50576d;

}

.header_img {
	background-color: #50576d;
	margin: -3px 0px -3px 0px;
}

#sidebar a:link {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

#sidebar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

#sidebar a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.secondary_text {
	font-size: x-small;
	color: #fff;
	font-weight: normal;
}
