html {
	padding: 0;
	margin: 0;
	background: #EBEBEB;
}
body {
	margin: 0 auto;
	font: .75em arial, sans-serif;
	background: url(image/bg2.png) repeat-y center;
	behavior: url(iepngfix.htc);
	width: 1100px;
    height: 100%;
}
#container {
		height:100%;
		position:relative;
}
#header {
	height: 212px;
	width: 814px;
	margin: 0 auto;
}
#headerimg {
	height: 212px;
	width: 814px;
	margin: 0 auto;
	background: url(image/headernew.jpg) no-repeat bottom center;
}
#wrapper {
	width: 814px;
	top: 15px;
	position: relative;
	margin: 0 auto;
}
#content {
	padding: 0 15px;
	width: 560px;
	float: left;
	background: transparent;
}
#sidebar {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-right: 30px;
	width: 190px;
}
#footer {
	margin: 0 auto;
	width: 814px;
	clear: both;
	padding: 50px 0 10% 0;
}
li {
	list-style-type:none;
}
h2 {
	font: 700 1.5em arial, san-serif;
	color:  #903b99;
}
a:link, a:visited {
	text-decoration: none;
	color : #903b99;
}
a:hover {
	text-decoration: underline;
	color : #000000;
}
.clear{ 
	clear:both; 
	height:0px; 
	font-size:0px; 
	line-height:0px;
}
.footertxt {
	font: .8em arial, san-serif;
	color: #000000;
	text-align:center;
}
/*-------Menu-------------*/
#menu{
	width:511px;
	height:41px;
	margin: -45px 0 0 20px;
	background: transparent;
	z-index:1000;
}

#menu a{ 
	text-indent:-99999px;
	display:block;
	float:left;
	background-color:transparent;
	background-image:url(image/menu.gif);
	background-repeat:no-repeat;
	height:41px;
}

#menu a#home{
	width:67px;
	background-position:0px 0px;
}
#menu a#home:hover, #menu a#home.selected{
	background-position:0px -41px;
}

#menu a#about{
	width:62px;
	background-position:-67px 0px;
}
#menu a#about:hover, #menu a#about.selected{
	background-position:-67px -41px;
}

#menu a#photos{
	width:67px;
	background-position:-129px 0px;
}
#menu a#photos:hover, #menu a#photos.selected{
	background-position:-129px -41px;
}

#menu a#fundraiser{
	width:86px;
	background-position:-196px 0px;
}
#menu a#fundraiser:hover, #menu a#fundraiser.selected{
	background-position:-196px -41px;
}

#menu a#resources{
	width:98px;
	background-position:-282px 0px;
}
#menu a#resources:hover, #menu a#resources.selected{
	background-position:-282px -41px;
}

#menu a#contact{
	width:70px;
	background-position:-380px 0px;
}
#menu a#contact:hover, #menu a#contact.selected{
	background-position:-380px -41px;
}

#menu a#blog{
	width:61px;
	background-position:-450px 0px;
}
#menu a#blog:hover, #menu a#blog.selected{
	background-position:-450px -41px;
}
/*--------End Menu-------------*/