/***************************************************/
/*					GENERAL						   */
/***************************************************/	
	body {
		background-image: url("../images/background.jpg");
		background-repeat: repeat-x;
		background-position: top left;
		height: 843px;
		font-size: 12px;
		font-family: Arial;
	}
	
	h1 {
		font-size: 16px;
	 	color: #03533C;
	}
	
	input {
		border: none;
		position: relative;
		cursor: pointer;
	}
	
	a {
		color: #03533C;
	}
	
	a:hover {
		font-weight: bold;
	}

/***************************************************/
/*					SPAN TEXT					   */
/***************************************************/	
	#normal_bold {
		font-weight: bold;
	}
	
	#green_normal {
		color: #03533C;
	}
	
	#green_bold {
		color: #03533C;
		font-weight: bold;
		font-size: 12px;
	}

/***************************************************/
/*					   DIVS						   */
/***************************************************/
	#main {
		width: 924px;
		height: 843px;
		margin: auto;
	}
	
	#menu {
		position: relative;
		top: 251px;
		left: 140px;
		height: 30px;
		width: 600px;
	}
	
	#nav {
    position: relative;
    top: 8.5px;
	}
	
	#slideshow {
		position: relative;
		top: 268.5px;
		left: 160px;
		width: 563px;
	}
	
	#content {
		position: relative;
		top: 261px;
		left: 312px;
		width: 393px;	
	}

/***************************************************/
/*					  BUTTONS					   */
/***************************************************/
	#home {
		background: url("../images/buttons/home.gif") no-repeat;
		height: 15.5px;
		width: 49px;
		top: -180px;
		left: 550px;
	}
	
	#home:hover {
		background: url("../images/buttons/home.gif") 0 -19px no-repeat;
	}
	
	#aboutus {
		background: url("../images/buttons/aboutus.gif") no-repeat;
		height: 13.5px;
		width: 67px;
		left: -31px;
	}
	
	#aboutus:hover {
		background: url("../images/buttons/aboutus.gif") 0 -15px no-repeat;
	}
	
	#events {
		background: url("../images/buttons/events.gif") no-repeat;
		height: 13.5px;
		width: 54px;
		left: -4px;
	}
	
	#events:hover {
		background: url("../images/buttons/events.gif") 0 -15px no-repeat;
	}
	
	#givingback {
		background: url("../images/buttons/givingback.gif") no-repeat;
		height: 13.5px;
		width: 83px;
		left: 29px;
	}
	
	#givingback:hover {
		background: url("../images/buttons/givingback.gif") 0 -15px no-repeat;
	}
	
	#donations {
		background: url("../images/buttons/donations.gif") no-repeat;
		height: 13.5px;
		width: 73px;
		left: 56px;
	}
	
	#donations:hover {
		background: url("../images/buttons/donations.gif") 0 -15px no-repeat;
	}
	
	#news {
		background: url("../images/buttons/news.gif") no-repeat;
		height: 13.5px;
		width: 47px;
		left: 86px;
	}
	
	#news:hover {
		background: url("../images/buttons/news.gif") 0 -15px no-repeat;
	}
	
	#contactus {
		background: url("../images/buttons/contactus.gif") no-repeat;
		height: 13.5px;
		width: 79px;
		left: 116px;
	}
	
	#contactus:hover {
		background: url("../images/buttons/contactus.gif") 0 -15px no-repeat;
	}
	
	/*border added for donation box*/
	#donate{
	border: 1px solid black;
	}