div#header {
	width: 100%;
	height: 50px;
	position: relative;
	top: 40px;
}

div.title {
	position: relative;
	top: 2px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}

div#title1 {
	width: 250px;
	left: 216px;
	background-color: rgb(150,50,50);
	color: rgb(225,225,255);
	border-color: rgb(150,50,50);
	text-align: right;
}

div#title2 {
	width: 200px;
	left: 141px;
	background-color: rgb(225,225,225);
	color: rgb(0,0,0);
	border-color: rgb(150,50,50);
	text-align: right;
	float: left;
}

div#title3 {
	width: 300px;
	left: 141px;
	background-color: rgb(150,180,255);
	color: rgb(150,50,50);
	border-color: rgb(150,50,50);
	text-align: left;
	float: left;
}

