/* CSS Document */

#flashmessage {
	display: none;
}
#highlight {
	display: none;
}
#content {
	background-color: #F7F6F4;
	text-align: left;
	width: 655px;
	margin-top: 8px;
	border-top-width: 0.06em;
	border-top-style: solid;
	border-top-color: #736B59;
}
#content h1 {
	margin-top: 35px;
}
#leftbar {
	background-image: url(../images/leftbar_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 451px;
	width: 273px;
	padding-top: 0px;
}
#leftbar p {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 80px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
}
h2.problem {
	color: #3399CC;
}

h2.solution {
	color: #F36A01;
}
