html,body{
  	margin:0;
	padding:0
	width:100%; 
	height:100%; 
}

body {
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #5B574A;
	width: 100%;
	background: #FFFFDD;
}
a {
	color: #8D8773;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}

.fullheight {
	height:100%;
	width: 100%;
}
.top {vertical-align:top}
.bottom {vertical-align:bottom}

#box {
	background: #F1E7C5;
	margin: 10px;
}

#box #box_inner {
	padding: 0 10px 0 10px;
}

#footer {
	background: #F1E7C5;
	height: 40px;
	position: relative;
}

div.top-left
{
	background-image: url('ctl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 11px;
}
div.top-right
{
	background-image: url('ctr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 11px;
}
div.bottom-left
{
	background-image: url('cbl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 11px;
}
div.bottom-right
{
	background-image: url('cbr.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 11px;
}

#content {
	padding: 4px;
	height: 100%;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#8D8773;
/*	font-size:0.9em;*/
	background-color:#F1E7C5;
	/*width:430px;*/
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	*/
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
/*	border:1px solid #317082;
	background-color:#E2EBED;*/
	/*width:400px;*/
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}