h4 {
	width: 600px;
	margin-top: 30px;
	font-size: medium;
	background-color: #E6F0F9;
	padding: 8px;
}

#content textarea {
	padding: 3px;
}


#contributeMenu {
	width: 210px;
	float: left;
	background-image: url(../images/contributebg.jpg);
	height: 69px;
	margin-right: 2px;
	margin-bottom: 15px;
}
#contributeMenu p {
	color: #FFFF66;
	font-size: small;
	font-weight: bold;
	margin-top: 4px;
}


#contributeMenu ul {
	margin: auto;
	padding: 0px;
	display: inline;
}

#contributeMenu li {
	list-style-type: none;
	display: inline;
}

#bt_contribute a {
	height: 36px;
	width: 95px;
	background-image: url(../images/bt_contribute.jpg);
	text-indent: -5000px;
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 7px;
}

#bt_contribute a:hover {
	height: 36px;
	width: 95px;
	background-image: url(../images/bt_contribute.jpg);
	text-indent: -5000px;
	float: left;
	margin-right: 5px;
	margin-right: 5px;
	margin-left: 7px;
	background-position: right;
	background-repeat: no-repeat;
}

#bt_edit a {
	height: 36px;
	width: 95px;
	background-image: url(../images/bt_edit.jpg);
	text-indent: -5000px;
	float: left;
	display: block;
	margin-right: 5px;
}

#bt_edit a:hover {
	height: 36px;
	width: 95px;
	background-image: url(../images/bt_edit.jpg);
	text-indent: -5000px;
	float: left;
	margin-right: 5px;
	background-position: right;
}

#bt_contribute_btm a {
	background-image: url(../images/bt_contribute_btm.jpg);
	display: block;
	height: 70px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 184px;
	background-position: left;
}

#bt_contribute_btm a:hover {
	background-image: url(../images/bt_contribute_btm.jpg);
	display: block;
	height: 70px;
	text-indent: -5000px;
	width: 184px;
	background-position: right;
	background-repeat: no-repeat;
}

