h2 {
	padding-left: 30px;
	font-family: Palatino Linotype;
	font-variant:  small-caps;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
	color:  #487782;
	text-align: left;
}

h3 {
	margin-top: 10px;
	font-family: Palatino Linotype;
	font-variant:  small-caps;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	color:  #487782
}

#information {
	float: left;
	margin-left:  10px;
	font-family: Palatino Linotype;
	font-size: 1em;
	color:  #555555;
}

#information strong{
	font-family: Palatino Linotype;
	font-size: 1em;
	color:  #487782
}

#contact-form {
	float: right;
	margin-right:  30px;
	font-family:  Palatino Linotype;
	font-size: 1em;
	color: #555555;
}

#contact-form label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#contact-form label{
	font-weight: bold;
	color:  #487782;
	vertical-align: top;
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#contact-form input {
}

#contact-form br {
	clear: both;
}