body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;

}

.ad{
	position:absolute;
	top:0px;
	right:0px;
}

.bayscapes_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#000080;
	width:80%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('');
	background-repeat:no-repeat;
	background-position:top right;
	height:36px;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.bayscapes_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:;

	width:80%;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.bayscapes_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}

