/* Styles for the main */
#main {
	font-size: 100%;
	padding-left: 180px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 40px;
}

#main img {
	float: right;
}

#main h2 {
	font-size: 120%;
}
/* Styles for the form */

label {
	float: left;
	width: 6em;
}

#process {
	padding-left: 6em;
}

/* Styles for the sidebar */
#sidebar1{
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
#sidebar1 img {
	float: top;
	width: 125px;
	border: none;
}