body {
	margin: 0;
	padding: 0;
	background: #69c;
	font-family: 'Varela', arial, sans-serif;
}

#page {
	/* 8.5" x 11" with 1" margins at 72dpi */
	border: 1px solid;
	width: 612px;
	height: 815px; /* 792 */
	padding: 72px;
	margin: 25px auto;
	margin-top: 0px; /* I prefer being verbose margin: 0 auto 25px auto; isn't readable */
	background: #eee;
	font-size: 12px;
	position: relative; /* I want my copyright notice at the bottom */
	
	/*	I'm not a designer, so I'll just add a dropshadow
		to spiffy things up. The lens flare of the Internet */
	box-shadow: 10px 10px 10px #000;
	moz-box-shadow: 10px 10px 10px #000;
	webkit-box-shadow: 10px 10px 10px #000;
}

#header {
	overflow: auto;
}

#webHead {
	height: 75px;
}

#webHead h1 {
	float: left;
	margin-left: 25px;
}

#login {
	float: right;
	margin-top: 25px;
	font-size: 12px;
	margin-right: 25px;
}

#address {
	float: left;
}
#address h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#contact {
	float: right;
	text-align: right;
}

#body h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 1em;
}
#body h4 {
	margin-bottom: 0;
	margin-top: 0;
}
#body p {
	margin-bottom: 1em;
	margin-left: 15px;
}

.indentl {
	margin-left: 15px;
}

#sosumi {
	/*	Interesting story about why apple.com uses sosumi for copyright stuff
		http://en.wikipedia.org/wiki/Sosumi
	*/
	position: absolute;
	bottom: 1em;
	right: 1em;	
}

#footnote {
	margin-top: 40px;
	padding-bottom: 1.5em;
}

p {
	margin: 0;
}

ul {
	margin-top: 0.25em;
}