body {
	color: #000000;
	background-color: #E7CF94;
	background-image: url(layout/bg.gif);
	background-repeat: repeat-y;
}

a img {border: none; }

a.menulinks:link, a.menulinks:active, a.menulinks:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.menulinks:hover {
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #8F0B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



input, textarea, option, select {
	background-color: #E1CA92;
	font: arial;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding: 2px;
}

#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1; 
	width: 600px;
	height: 505px;
	}
	
#maincontent {
	position: absolute;
	left: 197px;
	top: 315px;
	z-index: 2;
	margin: 0px;
	width: 385px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: small;
}

#menucontent {
	position: absolute;
	left: 16px;
	top: 357px;
	z-index: 2;
	margin: 0px;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	font-variant: small-caps;
}


.heading {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
}

.label {
	font-variant: small-caps;
	font-weight: bold;
}

.disclaimer {
	font-size: smaller;
}