/* Inner styles */
@import url("innerstyles.css");

/* menubar styles */
@import url("menubar.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
body {
	color:#595959;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/page_bg.jpg) repeat-x left top #012849; 
	}

#wrapper {
	width:100%;
	margin:0 auto;
	background:url(../images/bg.gif) no-repeat center top;
	}
	
	#wrapperdiaper {
	width:100%;
	margin:0 auto;
	background:url(../images/diaperbank.jpg) no-repeat center top;
	}

	#wrapperhelp {
	width:100%;
	margin:0 auto;
	background:url(../images/helpback.jpg) no-repeat center top;
	}
	
	#wrappersenior {
	width:100%;
	margin:0 auto;
	background:url(../images/seniorback.jpg) no-repeat center top;
	}

.diaperbank{background:url(../images/diaperbank.jpg) no-repeat center top;}	
#header, #content, #footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:940px;
	}
#header {
	padding:22px 0 0 0;
	}
#content {
	padding:30px 0 0 0;
	}
#footer {
	padding:25px 0;
	font-size:11px;
	}
h5 {
	color:#f58b00;
	text-transform:uppercase;
	padding-bottom:10px;
	}
.share {
	width:39px;
	height:117px;
	position:fixed;
	right:0;
	top:290px;
	background:url(../images/share.png) no-repeat left top;
	}
.share a{
	width:39px;
	height:117px;
	float:left;
	}

