body {
	font: 10px Arial, Helvetica, sans-serif;
}
#wrapper {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 690px;
	height: 520px;
	background:  url("bg.png");
}
#mainmenu {
	position: absolute;
	top: 360px;
	left: 110px;
	width: 120px;
	background:  url(littlecrow.gif) no-repeat 28px bottom;
	overflow: visible;
	height: 120px;
}
#mainbody {
	position: absolute;
	top: 90px;
	left: 310px;
	width: 320px;
	height: 360px;
}
#donorbuttons {
	position: absolute;
	top: 460px;
	left: 310px;
}
#donorbuttons td {
	vertical-align:top;
}
h1,h2,p {
	margin: 0px;
	margin-bottom: 6px;
}
h1 {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 11px;
}
form {
	margin: 0px;
}
label {
	display: block;
	margin-bottom: 6px;
}
.longinput {
	width: 320px;
	height: 18px;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-bottom: none;
	border-right: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
}
.textbox {
	width: 320px;
	height: 180px;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-bottom: none;
	border-right: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
}
.sout {
	text-decoration: line-through;
	color: #999999;
}

#mainmenu ul {
margin: 0px;
padding: 0px;
width: 120px;
}

#mainmenu li {
font: 12px Georgia, "Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
line-height: 16px;
list-style: none;
}

#mainmenu a {
color: #000;
text-decoration: none;
}

#mainmenu a:hover {
font-style:italic;
background-color:#CCCCCC;
}
