/* These are the additional styles used on index.php */
#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	padding: 2px 5px 0 5px;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 2px;
	padding-right: 2px;
	color: #552197;
}
form {
	background-color: #dce5ff;
	padding: 15px;
	border: 1px solid #000099;
}



