@charset "UTF-8";
.lsidebar {
	width: 234px;
	margin: 153px 20px 20px 0;
	float: left;
	background-color: #f0eee2;
	padding: 1px 8px;
	color: #333;
}
.sitetitle a {
	width: 250px;
	height: 153px;
	background-image: url(../images/logo_askbob_home.png);
}
#primary {
	width: 389px;
	float: right;
	margin-right: 20px;
}
.rsidebar {
	width: 300px;
	float: right;
	position: relative;
	color: #333;
}
.content {
	background: white url(../images/bg_content_250.gif) repeat-y 0 0;
}


/* turn off images on home page
#primary .singlepage .picture {
	display: none;
	visibility: hidden;
} */
