/* base font size: 12px */

/* header is 56px from top */
div#header {
	/*position: absolute;
	top: 3.5em;*/
	margin-top: 4.7em;
	margin-top: 3em;
	width: 100%;
}
div#header h1 {
	display: none;
}

/* don't want any decoration on links */
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
.maxwidth {
	width: 100%;
}

/* 60px between header & buttons */
div#content {
	/*position: absolute;
	top: 15.5em;*/
	margin-top: 5em;
	margin-top: 3em;
/*	left: 50%;
	margin-left: -16em;*/
}
h3 {
	display: none;
	/*font-family: "angelina", Helvetica, Arial, sans-serif;*/
	font-size: 1.5em;
}

/* the button groups */
#buttons {
	margin: 0 auto;
}

/* button row 1 */
#button_1 {
	height: 13.2em;
	width: 42em;
	margin: 0 auto;
}

/* button row 2 */
#button_2 {
	height: 13.2em;
	clear: both;
	width: 42em;
	margin: 0 auto;
}

/* individual buttons */
.button {
	width: 13em;
	margin: 0 .5em;
	float: left;
}

/* footer is about 100px from buttons */
div#footer {
	background-color: #9dcd4f;
	/*position: absolute;
	top: 42em;*/
	margin-top: 7.5em;
	margin-bottom: 5em;
	width: 100%;
}
div#footer #footermenu {
	padding: .2em 0 .3em 0;
	font-size: 1.8em;
	font-variant: small-caps;
	color: white;
}
div#footer #footermenu div {
	display: inline;
	padding: 0.8em;
}
div#footer #footermenu a:link, div#footer #footermenu a:visited {
	color: #fff;
}

/* one-em is used for me to judge size references */
#oneem {
	position: absolute;
	top:0;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: transparent;
}

