body { margin: 0px 0; min-width: 960px; text-align: center; font: 12px/18px Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, serif; color: #29b93e; font-weight: normal; line-height: 1.5; margin: 0; }
h1 { font-size: 24px;float:left }
h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
a { color: blue; font-weight: bold;}
a:hover { color: #000; }
a img { border: none; }
p {margin: 0 0 18px 0;}

#wrapper { width: 720px; margin: 0 auto; text-align: left; }

#title { position: relative; width: 355px; height: 102px; overflow: hidden; margin: 0 0 0px 0; }
#title span { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(images/title.gif) no-repeat; margin-top:20px}

#content { float: left; display: inline; width: 698px; border: 1px solid #a0a37b; padding: 10px; }
#tagline { text-align: center; font-size: 22px; color: #291063; line-height: 1.5; font-family: Georgia, serif;}

#affiliates { float: right; display: inline; width: 225px; margin-top: 11px; }
#affiliates p { margin: 0 0 15px 0; font-size: 15px; }

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}



.dollars {
	margin-left: -50px;
	text-align: right;
	position: absolute;
	width: 50px;
}

#errors{
	line-height: 1em;
	border: 1px solid red;
	margin: 0 1em;
	padding: 1em 1em;
	display: none;
}

#result{
	line-height: 1em;
	border: 1px solid blue;
	margin: 0 1em;
	padding: 1em 1em;
}

/* ------  Form  ------ */
fieldset {
	margin: 1em 1em;
	padding: 0em 1em 0.5em 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
		font-weight: bold;
		color: #291063;
}

fieldset p {
		overflow: auto;
}

input {
	width: 200px;
	border: 1px solid #999;
	margin-left: 1em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	border: 1px solid #999;
	margin-left: 10px;
}

select {
	margin-left: 10px;
}

label {
	float: left;
	width: 18em;
}

#affiliates h2{
	margin-bottom: 5px;
}
