@import url(public.css);
@import url(faq.css);
/* BGN sidebar */
.sidebar {
	padding-left:8px;
	width:320px;
	border-left: solid 1px #e6e6e6;
}

/* END sidebar */

/* BGN content */
.content{
	border-right: none;
}

.content div{
	padding-left:0;
	width:608px;
}

.content div h3{
	font-size: 14px;
}

.content div p{
	margin:14px 0 12px;
}


/* END content */
