body, html {
	padding: 0;
	margin: 0;
}

body {
	background-image: url('bg.png');
	background-repeat: repeat-x;
}

#content { 
	height: 100%;
	width: 800px;
	padding: 1em 2em;
	margin: 0 auto;
	font-family: sans, helvetica, arial, sans-serif;
	line-height: 1.7em;
	font-size: 90%;
	color: #333;
}

h1 {
	color: white;
	font-family: "avant garde", "century gothic", sans, helvetica, arial, sans-serif;
}

h2 {
	font-size: 110%;
	font-family: "avant garde", "century gothic", sans, helvetica, arial, sans-serif;
	padding: 0.4em 1em;
	margin-top: 2em;
	background: #4AA02C;
	color: #fffafa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

ul, dl { 
	list-style-type: none;
	padding-left: 2em;
	margin-left: 0;
}

li, dt {
	margin-top: 0.6em;
}

dd {
	font-size: 97%;
}

form {
	line-height: 1.2em;
	padding-left: 2em;
	margin-top: 1.7em;
}

label {
	float: left;
	width: 5em;
	margin-right: 1em;
	clear: both;
}

.header {
	width: 100%;
}

.inputbutton {
	margin-left: 6em;
}
	
a:link, a:visited, a:active { 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a {
	color: navy;
}

p {
	margin-left: 2em;
}

form p {
	margin-left: 0;
}

.header p {
	color: black;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

.note {
	font-style: italic;
	font-size: 80%;
	width: 66%;
	line-height: 1.4em;
}

.error {
	font-weight: bold;
	color: maroon;
}

.footer {
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

dt {
	font-weight: bold;
}

.contact_me {
	text-align: right;
}

.blurb {
	font-style: italic;
}

.quote_attribution {
	font-style: italic;
	padding-left: 2em;
}
