@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

body {
	background-color: #e5e6e6;
	color: #333;
	text-align: center;
	}
	
#wrapper {
	width: 852px;
	background-color: #fff;
	color: #333;
	margin: 0px auto;
	text-align: center;
}

/* H E A D E R */
#header {
	width: 837px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 253px;
}


#header h1{
	display: none;
	}

#navigation {
	position: relative;
	background-image: url(images/background_navigation.gif);
	background-repeat: repeat-x;
	height: 53px;
	top: 172px;
	padding: 19px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 97%;
}

#navigation ul {

	list-style: none;
	display: inline;
	}
	
#navigation ul li {
	display: inline;
	padding: 0px 10px;
	}
	
#navigation ul li a {
	color: #424445;
	text-decoration: none;
	}
	
#navigation ul li a:hover {
	text-decoration: underline;
	color:#000000;
	}
	
	/* C O N T E N T */

#content {
	position: relative;
	width: 837px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	display: block;
	}

#content h1 {
	color: #ff8040;
	font-size: 130%;
}

#content p {
padding: 5px 5px 10px 0px;
	}
	
#content_right donate {
border:none;
padding-left:10px;
}
	
#content_left {
	width: 515px;
	float: left;
	clear: right;
	text-align:left;
	padding: 15px;
}

#content_right {
	text-align: left;
	padding: 10px;
	margin-left: 535px;
}

#events {
	position: relative;
	width: 240px;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 5px 5px;
	float: left;
	clear: right;
	background-image: url(images/background_vertical_dot.gif);
	background-repeat: repeat-y;
	background-position: right;
 }
 
.events_date {
	color: #ff8040;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.events_title {
	padding: 5px 0px 5px 0px;
}

#activities {
	padding: 20px 5px 5px 10px;
/*	background-color: #FFFF00;*/
	margin-left: 265px;
 }
	
#activities ul {
	padding: 10px 0px 0px 35px;
}

#activities ul li{
	padding: 2px 0px 0px 0px;
}
	
/*     F O O T E R */

#footer {
	position: relative;
	background-color: #fff;
	color: #FFFFFF;
	height: 105px;
}
	
#footer h2 {
 font-size: 100%;
 }
 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/demobox.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 822px !important; 
/*    width: 320px; */
    padding-right: 15px; 
    margin: 8px auto;
		background-color:#FFFFFF; 
} 

.cssbox_head { 
    background-position: top right; margin-right: -15px;
    padding-right: 40px; 
} 


.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; 
    border: 0; 
    padding: 25px 0 0px 40px; 
    height: auto !important; height: 1%; 
} 


.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; 
    padding: 15px 0 15px 40px; 
} 

* html  .cssbox, * html .cssbox_body, * html .cssbox_head, * html .cssbox_head h2 {
    background: transparent url(images/demobox.png) no-repeat bottom right; 
} 

* html .cssbox { 
    width: 822px ;
    padding-right: 15px; 
    margin: 8px auto; 
} 

* html .cssbox_head { 
    background-position: top right; margin-right: -15px;
    padding-right: 40px; 
} 


* html .cssbox_head h2 { 
    background-position: top left; 
    margin: 0; 
    border: 0; 
    padding: 25px 0 0px 40px; 
    height: auto !important; height: 1%; 
} 


* html .cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; 
    padding: 15px 0 15px 40px; 
} 