@charset "utf-8";
/* CSS Document */

#sideBar_wrapper {
	width: 320px;
	float: left;
}

.sideBar_box {
	width: 320px;
	margin-bottom: 20px;
}

.sideBar_box h2 {
	margin: 0px;
	padding: 20px;
	background-image: url(../img/sidebar_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sideBar_box blockquote {
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background-image: url(../img/sidebar_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


#sideBar_box a:link, #sideBar_box a:visited, #sideBar_box a:active, #sideBar_box a:hover {
	color: #aaa;
}

#sideBar_box a:hover {
	text-decoration: none;
}