
body {
	text-align: center;
	margin: 0;
	background: #fbca04 url('images/bg.gif') no-repeat fixed top center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	min-height: 100%;
}

a {
	color: #ad9f00;
	text-decoration: underline;
}

.centrepane {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 780px;
	background-color: #fafafa;
	padding: 10px;
	min-height: 100%;
}

.content {
	width: 610px;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	float: right;

}

/*.indexpagecontent {
	width: 770px;
	background-color: #fafafa;
	padding: 10px;
	float: right;
}*/

.headimage{
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: -25px;
}

.headlinks {
	text-align: right;
	margin-bottom: -40px;
	width: 780px;
}

.left{
	width: 183px;  
	float: left;
	background: url('images/blue.gif') repeat-x;
	padding: 5px;
}

.middle{
	width: 183px;
	float: left;
	margin-left: 15px;
	background: url('images/yellow.gif') repeat-x;
	padding: 5px;
}

.right{
	width: 183px; 
	float: left;
	margin-left: 15px;
	background: url('images/green.gif') repeat-x;
	padding: 5px;
}

.menuleft {
 	width:150px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.footer {
	background-color: #fafafa;
	clear: both;
	font-size: 11px;
}

#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #fed63f;
	border-bottom: 1px solid #fed63f;
	color: #000;
	display: block;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}
#menu a:hover {
	background: #fbca04 url("images/hover.gif") left center no-repeat;
	color: #000;
	margin: 0;
}

.input-text{
border:1px solid #3b6e22;
color:#666666;
}

label{
display:block;
margin-bottom:10px;
color:#555555;
}

label span{
display:block;
float:left;
padding-right:6px;
width:70px;
text-align:right;
font-weight:bold;
}

div.donate {
position:relative;
}

div.donate form {
position:absolute;
top:50px;
right:0px;
}

div.donate form input {
border:1px solid #E3B602;
}