body {
	font-size: 0.8em;
	background-image:url('http://www.mullenium.com/iPhoneStuff/images/CoatOfArms.jpg');
	background-repeat:no-repeat;
    background-position: 80% 80%;
}


#Header {
	font-variant: normal;
}

#Header h1 {
	color: #FFFF00;
	background-color: #009933;
	font-size: 2.5em;
	text-align: center;
	border-style:solid;
	border-width: 3px;
	border-color: black;
}

h2 {
	font-size: 1.5em;
	padding: 0;
	height: .5em;
	margin-bottom: 0;
	color:navy;
}

h3 {
	font-size: 1.5em;
	padding: 0;
	height: .5em;
	margin-bottom: 0;
	color:navy;
}

input {
	margin-top: 1em;
	font-size:16px;
	color:navy;
	font-family: "Times New Roman", Times, serif;
}

#Header select {
	margin-top: 1em;
	font-size:18px;
	color:black;
	font-family: "Times New Roman", Times, serif;
}


textarea {
	margin-top: 1em;
	font-size:18px;
	color:black;
	font-family: "Times New Roman", Times, serif;
}

textarea.oneline {
        height: auto;
        border: 2px solid;
		border-color:#CCCCCC;
        padding: 0;
		font-size: 18px;
		font-family: "Times New Roman", Times, serif;
		width: 450;
}

.intro {
	margin-top: 1em;
	color: black;
	font-size: 16px;
	font:Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif
}

input.btn {
	margin-top: 1em;
	color: #330066
	font-size: 14px;
	font:Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif
}


#InputRow1 {
	float: left;
	width: 37em;
}

#InputRow2 {
	float: left;
	width: 30em;
}

#Footer {
	clear: both;
}



