body {
	text-align: center;
}
#mainwrapper {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 449px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	position: relative;
}
#logo {
	height: 94px;
	width: 158px;
	position: relative;
	bottom: 30px;
	left: 240px;
}
#footer {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
}
#content {
	text-align: justify;
	margin-right: 64px;
	margin-left: 64px;
}
#content form {
	text-align: center;
}

#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
#tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	width: 449px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
#tagline a {
	font-size: 14px;
}

.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	border: 1px solid #000000;
}
.input {
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 120px;
}
#content h3 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
