@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #858BBD;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #535A9E;
	font-size: 16px;
}
p {
	line-height: 1.6em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

div#container {
	background-image: url(../images/interior-bg-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: auto;
	padding: 0px;
	width: 918px;
	height: auto;
	text-align: left;
}
div#header {
	height: 127px;
	padding-top: 20px;
	background-image: url(../images/interior-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div#logo {
	float: left;
	height: 113px;
	width: 285px;
	padding-left: 25px;
}
div#donate {
	float: right;
	padding-top: 64px;
	padding-right: 18px;
}
div#donate a {
	background-image: url(../images/donate.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 43px;
	width: 187px;
}
div#donate a:hover {
	background-position: top;
}
div#photos {
	background-color: #757DBC;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 224px;
	background-image: url(../images/photos2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #photos img {
	padding-top: 85px;
}

div#photos.sub-photos {
	height: 10px;
}

div#main {
	background-image: url(../images/hand.png);
	background-repeat: no-repeat;
	background-position: right center;
}

div#buttons {
	background-image: url(../images/buttons-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	float: left;
	width: 868px;
	padding-top: 4px;
	padding-left: 50px;
}

div#buttons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#buttons li {
	height: 34px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#buttons a {
	height: 27px;
	display: block;
	padding-right:7px;
	padding-left:7px;
	}

div#buttons a#home {
	background-image: url(../images/button-home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 53px;
}

div#buttons a#about {
	background-image: url(../images/button-about.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 80px;
}

div#buttons a#programs{
	background-image: url(../images/button-programs.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 98px;
}

div#buttons a#events{
	background-image: url(../images/button-events.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 61px;
}

div#buttons a#contact{
	background-image: url(../images/button-contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 74px;
}

div#buttons a#get-involved{
	background-image: url(../images/button-get-involved.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 116px;
}

div#buttons a#home:hover, div#buttons a#about:hover, div#buttons a#programs:hover, div#buttons a#events:hover, div#buttons a#contact:hover,div#buttons a#get-involved:hover {
	background-position:center top;
}

div#container.home  a#home, div#container.about a#about, div#container.programs a#programs, div#container.events a#events, div#container.contacts a#contacts, div#container.get-involved a#get-involved, {
	background-position:center top;	
}


div#content {
	padding-top: 80px;
	padding-right: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
}
div#sub-content {
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
}

div#content-left {
	float: left;
	width: 285px;
}
div#content-right {
	float: right;
	width: 470px;
}

div#contact {
	float: left;
	width: 400px;
}

div#footer {
	margin: auto;
	padding: 10px;
	width: 860px;
	font-size: 14px;
	color: #B7BBDC;
	text-align: left;
}
div#footer a {
	color: #B8BCDD;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer-buttons {
	float: right;
}



div.clear {
	clear: both;
}

