/*  
 stylesheet
*/

@import url("section.css");

/* Simple content */

div#content {
	min-height: 360px;
	background: url(youknow/content-bg.jpg) no-repeat bottom left;
}

div#content-text {
	background: none;
	padding-top: 50px;
	padding-left: 145px;
}

div.htmlcontent{
	padding-bottom:20px;
}

div.htmlcontent h1{
	margin-left:20px;
	margin-right:120px;
}

div.htmlcontent p{
	margin-left:0px;
	margin-right:0px;
}

div.htmlcontent ul {
	margin-left:35px;
	margin-right:120px;
	margin-top:10px;
}

div.question{
	margin-bottom:7px;
	margin-left:20px;
	margin-right:200px;
	background: url(youknow/arrow-selected.png) no-repeat left 3px;
	padding-left: 20px;
}

div.question a {
	font-weight: bold;
	cursor: pointer;
	color: #081053;
	text-decoration: none;
}

div.question a.selected {
	color: #529ff5;
	background: url(youknow/arrow-selected.png) no-repeat scroll right 3px;
	padding-right: 20px;
}

div.answer {
	margin-bottom:20px;
	margin-top:5px;
}