
.content {
	font-family: Arial;
	font-size: 13px;
	line-height: 180%;
}

.content H1 {
	font-family: Arial;
	line-height: 100%;
	font-size: 24px;
	color: #986A3C;
}

.content H2 {
	font-family: Arial;
	font-size: 13px;
	line-height: 180%;
	font-weight: bold;
	color: #6A604B;

}

.menu {
	font-family: Arial;
	line-height: 100%;
	font-size: 13px;
}

label {
	display: block;
	width: 200px;
	float: left;
	clear: left;
}

input.long, select.long {
	display: block;
	width: 400px;
	float: left;

};

input.short, select.short {
	display: block;
	width: 400px;
	float: left;

};