@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding:0;
	background: #ffffff url(images/bodybg.gif) repeat-x;
}

#wrapper {
	margin: 5px auto;
	border: 2px solid #4ba4d2;
	width: 805px;
}
#navbar {
	background-color: #4ba4d2;
	width:805px;
	height: 23px;
}
#main {
	background-color: #fffced;
	background-image: url(images/main-content-bg2.jpg);
	background-repeat: no-repeat;
	min-height: 580px;
	float:right;
	width:805px;
}
#mainresources {
	background-color: #ffffff;
	background-image: url(images/resources-bg3.jpg);
	background-repeat: no-repeat;
	min-height: 629px;
	float:right;
	width:805px;
}
#maindonate {
	background-color: #ffffff;
	background-image: url(images/donate-bg2.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	float:right;
	width:805px;
}
#mainvolunteer {
	background-color: #ffffff;
	background-image: url(images/volunteer-bg.jpg);
	background-repeat: no-repeat;
	min-height: 629px;
	float:right;
	width:805px;
}
#maincontact {
	background-color: #ffffff;
	background-image: url(images/main-content-bg2.jpg);
	background-repeat: no-repeat;
	min-height: 629px;
	float:right;
	width:805px;
}

#contentvolunteer {
	width:350px;
	margin-left: 15px;
	color: #426e9d;
	text-align:justify;
}
#content {
	width:425px;
	margin-left: 15px;
	color: #426e9d;
	text-align:left;
}
h1 {margin:0;
	padding:0;
	border: 0px solid black;
}
p {
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 16px;
}	
a.inline:link {color:#cc6699;
	text-decoration:none;
}
a.inline:hover {color: #cc6699;
	text-decoration: underline;
}
a.inline:visited {color:#cc6699;
	text-decoration:none;
}

html, body, {
height: 100%;
min-height: 100%;
}
#wrapper {
height: 100%;
min-height: 100%;
}

div#mainresources {
height: 100%;
min-height: 629px;
}
div#maindonate {
height: 100%;
min-height: 600px;
}
div#mainvolunteer {
height: 100%;
min-height: 629px;
}
div#maincontact {
height: 100%;
min-height: 629px;
}

