* {
	font-family: Courier;
}

body {
	margin-bottom: 2em;
}

h2 {
	margin-top: 0;
}

#main {
	float: left;
	width: 75%;
}
	form {
		margin:0;
	}
	label {
		display: block;
		float: left;
		font-size: 90%;
		font-weight: bold;
		text-transform: uppercase;
		width: 10em;
	}
	input, textarea {
		border: 1px solid black;
	}
	textarea {
		width: 99%;
	}
	
	input[type=submit] {
		color: #909;
		background: none;
		border: none;
		display: inline;
		float: right;
		font-size: 150%;
		font-style: oblique;
		font-weight: bold;
		letter-spacing: 120%;
		text-transform: uppercase;
	}
	
#side {
	color: #f00;
	float: right;
	font-size: 400%;
	text-align: center;
	width: 25%;
}

#footer {
	clear: both;
	font-size: 25%;
	margin-top: 2em;
	padding-top: 2em;
}
