
body {
	margin: 0;
	padding: 0;
	background: url( 'images/background.png' ) #cadbb4;
	background-repeat: repeat-x;
	font: 13px/1.2em "Lucida Grande", Arial, sans-serif;
	color: #fff;
	/*text-align: center;*/ 
}

#header {
	padding: 20px;
	text-align: center;
}

#wrapper {
	/*position: absolute;*/
	width: 650px;
	padding: 10px;
	margin: 0px auto;
}

#footer {
	position: relative;
	border: solid 2px #8aaf59; 
	font: 10px "Lucida Grande", Arial, sans-serif;
	text-align: center; 
	color: #000;
	padding: 5px;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

img.floatRight {
	float: right;
	margin: 4px;
}

.divRounded{
	/*float: left; 
	font: 18px Arial, Helvetica, Verdana, sans-serif; 
	height: 200px; 
	line-height: 200px; 
	margin-bottom: 20px; 
	text-align: center; 
	width: 300px;
	position: relative; */
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	border-radius: 30px;
}

ul.circle
{
	list-style-type: circle;
	margin-left: -20px;
	
}

ul.nobullet { 
	list-style-type: none;
}

li.question { 
	background: url('images/bullet_question.png') no-repeat top left;
	line-height: 23px;
	margin-left: -30px;
	padding-left: 30px;
}

li.answer { 
	background: url('images/bullet_answer.png') no-repeat top left;
	/*height: 36px;*/
	margin-left: -30px;
	padding-left: 30px;
}

textarea {
	overflow: auto;
	resize: none; /* Safari */
   	resize: vertical; /* Chrome */
}

