.div_wrap_sidebar {
	float: left;
	width: 225px;
	background-image: url(images/sidebar_r.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-right: 0px;
	}

.div_wrap_sidebar h3 {
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	margin: 0px;
	padding: 0px;
	float: left;
	width: 225px;
	background-image: url(images/sidebar_h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
	color: #ff9d30;
	text-align: center;
	font-weight: normal;
	}

.div_wrap_sidebar a:link, .widget_sidebar a:visited {
	color: #0099CC;
	text-decoration: none;
	}

.div_wrap_sidebar a:hover, .widget_sidebar a:active {
	color: #0099CC;
	text-decoration: underline;
	}

.top_sidebar {
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 225px;
	}

.bottom_sidebar {
	background-image: url(images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 15px;
	width: 225px;
	}
