@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-image: url(images/background.gif);
	text-align: center;
	font-family: arial;
	font-size: 14px;
}
a.black {
	color: black;
}

#header   #logo {
	margin-right: 40px;
	margin-top: 40px;

}

#container {
	width: 991px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#content h1 {
	font-family: "Lucida Handwriting";
}
.lucida {
	font-family: "Lucida Handwriting";
}
#footer {
	border-top: solid 1px;
	border-color: black;
	margin-top: 40px;
}
.inline {
	display: inline;
}
.tagline, #footer  a.tagline {
	font-size: 12px;
	color: #666666;
}
#contactform {
	float: right;
	width: 310px;
	height: 300px;
	margin-left: 40px;
	color: #666666;
	background-image: url(images/formtitle.png);
	padding-top: 130px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#contactform input {
	font-size: 11px;
}
#index  #headertable h1 {
	text-decoration: underline;
}
