body

#container {
	height: 500px;
	width: 800px;
	margin-left: 125px;
}
#header {
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(images/housedoctorspei.gif);



}
#divline {
	background-color: #000000;
	height: 20px;
	width: 800px;


}
#menu {
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 40px;

}
#mainarea {
	background-color: #CCCCCC;
	height: 300px;
	width: 500px;
	float: left;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;



}
#news {
	float: right;
	height: 150px;
	width: 120px;
	margin-top: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;


}
#textarea {
	height: 300px;
	width: 580px;
	float: left;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;

}
