@charset "UTF-8";
/* CSS Document */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.floatleft {
	float:left;
}


body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height:0px;
}
#container {
	text-align: left;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	line-height:0px;
}
#banner {
	padding: 0px;
	line-height:0px;
}
#banner a {
	
	background-image: url(../images/donatenow_sprite.jpg);
	height: 93px;
	width: 299px;	
	display: block;
	float: left;
	overflow:hidden;


}
#banner a:hover {
	background-image: url(../images/donatenow_sprite.jpg);
	background-position: 0px -93px;
	height: 93px;
	width: 299px;
	display: block;
	float: left;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	float:left;
	margin-left:1px;
}
#event {
	font-size: 15px;
	color: #33C;
	background-image: url(../images/nextevent.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 180px;
	width: 205px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
	float: left;
	padding-top: 5px;
}

#leftcolumn {
	float: left;
	width: 238px;
	line-height:2em;
	padding-left:70px;
	text-align:right;
	padding-top:10px;
	display:block;
}
#leftcolumn a {

	text-decoration: none;
	
	
}
#leftcolumn #links a {
	background-image: url(../images/menu_off.png);
	height: 26px;
	width: 204px;
	display:block;
	padding-right:10px;
	margin-right:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #03C;
	text-decoration: none;
	margin-bottom:1px;
	
}
#leftcolumn #links a:hover {
	background-image: url(../images/menu_on.png);
	height: 26px;
	width: 204px;
	display:block;
	color: #FFF;
}
.nb {
	
}

#rightcolumn {
	float: right;
	width: 660px;
	line-height:2em;
	
	padding-right:50px;
	text-align: justify;
}
#fb {
	text-align:right;
	margin-right:25px;
	margin-top: 20px;
	float: right;
	height: 30px;
}
#footer {
	margin-left: 1px;
}
#credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	text-align: center;
	width: 690px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #009;
	border-top-style: solid;
	margin-left: 320px;
	margin-right: 30px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #69F;	
}

