#container {
	height: 504px;
	_margin-top: -252px;
}

#content {
	background: url('../img/content.jpg');
	height: 504px;
}

#content img {
	border-width: 0;
}

#link {
	display: block;
	width: 280px;
	height: 210px;
}

#menuimage {
	height: 420px;
}

#content img.menuitem {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

#content h1 {
	position: absolute;
	z-index: 2;
	left: 120px;
	top: 25px;
	width: 481px;
	height: 100px;
	font-size: 20px;
	text-align: center;
}

#contenttext {
	position: absolute;
	z-index: 4;
	left: 120px;
	top: 78px;
	width: 481px;
	height: 383px;
}

#contenttext h2 {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 16px;
}

#contenttext p {
	margin: 20px;
	margin-top: 15px;
	font-size: 16px;
	text-align: left;
}

#contenttext ul {
	margin-left: 20px;
	padding-left: 0;
}

#contenttext ul li {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 40px;
}

#contenttext ul.wide li {
	margin-bottom: 20px;
}

#contenttext a {
	color: #039;
	text-decoration: none;
}

#contenttext a:hover {
	text-decoration: underline;
}

#contenttext img {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#contenttext img.nextline {
	clear: left;
}

#menu {
	top: 504px;
}

#contenttext form input, #contenttext form textarea, #contenttext form label {
	display: block;
}

#contenttext form input, #contenttext form textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #BD4F34;
	background: #EF8644;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
}

#contenttext form label {
	font-size: 12px;
}

