body {
	font-family: "Arial";
	background-color: #ffe7c0;
	font-size: 14px;
}

/*
p, h1, h2, h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
*/

.beach {
	background-image: url('beach_bg.jpg');
	background-position-x: center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
}

.underline {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	text-decoration: none;
	color: #276aff;
	text-align: center;
}

h2 {
	font-size: 20px;
}

div#content { 
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.left {
	float: left;
}
div.right {
	float: right;
}

.document li {
	margin-bottom: 1em;
}

.signup div.left {
	margin-top: 20px;
	margin-right: 20px;
	width: 250px;
}
.signup div.right {
	margin-top: 20px;
	width: 610px;
	float: right;
}

div.clear {
	clear: both;
}

.half_em {
	margin-bottom: 0.5em;
}

.white_bg {
	background-color: white;
}

.button {
	background-color: blue;
	color: white;
	margin: 6px;
	padding: 6px;
	font-size: 20px;
}
.button a {
	color: white;
}
.button a:hover {
	background-color: white;
	color: blue;
}

.smaller {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

.bottom_wide {
	width: 100%;
	margin: 0px;
}


