/*
	Including this stylesheet will adjust the styles of the page to setup for the Quick 
	Answers bar (a bar on the right side of the page). All you have to do after this 
	stylesheet is included is add a div with the class attribute set to "qa-bar" right 
	before the "content" div.
*/

div.content {
	width: 341px;
}

div.main2 {
	background-image: url("../imgs/qa-bar-background.png");
	background-position: top right;
	background-repeat: repeat-y;
}
