body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	margin: 0px;
}

#cnt_bg {
	background-image: url(../images/cnt_bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
}

#editable {
	width: 100%;
	margin: 0;
	position: relative;
	text-align: center;
	display: block;
	top: auto;
	z-index: 2;
}

#textarea {
	z-index: -1;
	width: 100%;
	position: absolute;
	top: 185px;
	left: 0px;
	vertical-align: top;	
}



#gallerytext{
	z-index: -1;
	width: 100%;
	position: absolute;
	top: 185px;
	left: 0px;
	vertical-align: top;	
}





#gallery {
	background-image: url(../images/gallery_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}








#topborder {
	background-image: url(../images/volunteers/top_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#leftborder {
	background-image: url(../images/volunteers/left_border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#rightborder {
	background-image: url(../images/volunteers/right_border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#normaltext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 20px;
	line-height: 17px;
	text-decoration: none;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
}

#addbg {	
	background-image: url(../images/volunteers/add_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.addtext {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#righttop {
	background-image: url(../images/volunteers/content_rttop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.rightbtm {
	background-image: url(../images/volunteers/content_rtbg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}







#dir_left {
	background-image: url(../images/directions/left_border.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#dir_right {
	background-image: url(../images/directions/right_border.gif);
	background-position: right;
	background-repeat: repeat-y;
}




#contacttext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 5px 15px 5px 30px;
	line-height: 16px;
}





