body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
}
.bg {
	background-color: #ceeaeb;
	border: 1px solid #000000;
	background-image: url(../images/birds.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.whitebg {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482610;
}
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #562C13;
	text-decoration:none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #75c8ce;
	text-decoration:none;
}
.border2 {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482610;
	width: 300px;
}
.inputarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482610;
	width: 300px;
	height:80px;
}
