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, h2 {
	font-family: "avant garde", "century gothic", sans, helvetica, arial, sans-serif;
}

h1 {
	color: white;
	text-shadow: #333 2px 2px 1px;
}

h2 {
	font-size: 110%;
	padding: 0.4em 1em;
	margin-top: 3em;
	background: #4e9139;
	background-image: url('bg.png');
	background-repeat: repeat-x;
	color: #fffafa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 1px #333;
	-moz-box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	behavior: url('PIE.htc');  /* CSS3 for IE. */
}

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;
}

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

a:hover { 
	text-decoration: underline; 
}

a {
	color: #4f6b8e;
}

p {
	margin-left: 2em;
}

form p {
	margin-left: 0;
}

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

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

dt {
	font-weight: bold;
	margin-left: 40px;
}

dt:before {
	margin-left: -40px;
	float: left;
	content: url("bullet.gif");
}

dd {
	margin-left: 60px;
}

.logo {
	float: left;
	margin-top: 15px;
}

.intro_box {
	margin-left: 85px;
	margin-top: 30px;
}

.intro_box p {
	margin-left: 0;
}

.intro {
	font-size: 125%;
	color: #283b53;
}

.contact_me {
	float: right;
	padding: 0.5em 1em;
	background-color: maroon;
	color: white;
	font-weight: bold;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 1px #333;
	-moz-box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	behavior: url('PIE.htc');  /* CSS3 for IE. */
}

.contact_me:hover {
	text-decoration: none;
}

.blurb {
	font-style: italic;
}

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

.testimonial {
	margin-left: 90px;
	margin-top: 1.5em;
}

.testimonial:before {
	margin-left: -90px;
	float: left;
	content: url("testimonial.gif");
}

.tool_list li {
	margin-left: 50px;
	margin-top: 1.5em;
}

.tool_list li:before {
	margin-left: -50px;
	margin-top: -0.7em;
	float: left;
	content: url("tool.png");
}

.clearer {
	clear: both;
}
