img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 381px;
height: 200px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 15px;
}


#botoxscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 200px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 15px;
}

#faqscroll {
/* Typical fixed height and fixed width example */
width: 650px;
height: 200px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 15px;
}


#questionscroll {
	/* Typical fixed height and fixed width example */
width: 650px;
	height: 300px;
	overflow: auto;
	float:left;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding: 0px;
}


#answerscroll {
/* Typical fixed height and fixed width example */
width: 620px;
height: 200px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 10px;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}

#contactscroll {
/* Typical fixed height and fixed width example */
width: 381px;
height: 212px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.1em auto;
padding: 10px;
}

#aboutscroll {
/* Typical fixed height and fixed width example */
width: 381px;
height: 200px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.1em auto;
padding: 10px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
