body {
	font-family: Arial;
	font-size: 10pt;
	color: #373737;

	margin: 0;
	padding: 0;

	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
img {
	border: none;
}
#center {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#menu {
	position: absolute;
}
#content {
	position: absolute;
	margin-top: 7px;
	margin-left: 191px;
	width: 450px;
}
.menubutton {
	background-image: url(/images/menu_button.gif);
	width: 151px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	margin-top: 7px;
}
a.menulink {
	font-weight: bold;
	text-decoration: none;
	color: #EDC224;
	font-size: 12pt;
}
.standard_input, .standard_textarea, .standard_button {
	border: 1px #373737 solid;
}
.standard_button {
	background-color: #838383;
	color: #EDC224;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}