/* CSS Document */
body {
	background-image: url(/i/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 80px;
	margin-top: 55px;
	text-align: center;
}
#column1 {
	float: left;
	width: 170px;
	height: 650px;
	/* added height to push footer down */
}
#column2 {
	float: right;
	width: 580px;
	padding-top: 2px;
	color: #0A1251;
}
#footer {
	clear: both;
    width: 750px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-right: 200px;
}
.foottext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	padding-left: 170px;
	text-align: left;
}
a:link {
	color: #715201;
	text-decoration: none;
}
a:hover, a:active {
	color: #715201;
	text-decoration: underline;
}
a:visited {
	color: #4B3601;
	text-decoration:none;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	padding-right: 200px;
}
.image {
	margin-right: 5px;
	margin-bottom: 5px;
}
.franquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin-right: 25px;
	color: #0A126F;
}
.franname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
form {
	width: 380px;
}
