/*
body#Questions #Content
{
	width: 580px;
	margin-left: 220px;
}

body#Questions #Sidebar
{
	width: 220px;
	margin-left: -800px;
}
*/

div.Question
{
	width: 540px;
	overflow: hidden;
}

div.Question h2
{
	background-color: #004b4b;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #b8d1ba;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin: 0 0 15px 0;
	background-image: url(/images/static/corners/004b4b/540_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}