body {
	background: url('img/bluestripe.gif') #FFFFFF repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: 0 200px;
	font-family: Arial;
}

a { 
	border: none;
	text-decoration: none;
}

img {
	border: none;
}

div#wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
	

div#header {
	width: 800px;
	height: 200px;
	background: url('img/header.jpg') no-repeat left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;	
}

div#menu1 {
	width: 800px;
	height: 160px;
	background: #F4F4F4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

a.home {
	background-image: url('img/home.gif');
	width: 160px;
	height: 160px;
	display: -moz-inline-box;
	display: inline-block;
}

a.home:hover {
	background-image: url('img/home_hover.gif');
}


a.mission {
	background-image: url('img/mission.gif');
	width: 160px;
	height: 160px;
	display: -moz-inline-box;
	display: inline-block;
}

a.mission:hover {
	background-image: url('img/mission_hover.gif');
}

a.respite {
	background-image: url('img/respite.gif');
	width: 160px;
	height: 160px;
	display: -moz-inline-box;	
	display: inline-block;
}

a.respite:hover {
	background-image: url('img/respite_hover.gif');
}

a.volunteer {
	background-image: url('img/volunteer.gif');
	width: 160px;
	height: 160px;
	display: -moz-inline-box;
	display: inline-block;
}

a.volunteer:hover {
	background-image: url('img/volunteer_hover.gif');
}

a.about {
	background-image: url('img/about.gif');
	width: 160px;
	height: 160px;
	display: -moz-inline-box;
	display: inline-block;
}

a.about:hover {
	background-image: url('img/about_hover.gif');
}

div#path {
	width: 800px;
	height: 30px;
	background: #ffffff;
	margin: auto;
}

div#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Lucida Grande;
	font-size: 14px;
	line-height: 20px;
	text-align: left; 
	padding: 10px 10px 10px 10px;
	background: url('img/border_cont.gif') repeat-y center;
	color: #282828;
}

div#content table {
	font-family: Lucida Grande;
        color: #282828;
	font-size: 14px;
	line-height: 20px;
	text-align: left; 
}	

div#content div.content {
	padding: 20px 40px 0 40px;
}

img.img_cont_l {
	padding: 0 20px 20px 0;
	
}

img.img_cont_r {
	padding: 0 0 20px 20px;
}

div#footer {
	width: 800px;
	height: 20px;
	margin: auto;
	background: url('img/unten.gif') no-repeat left;
	background-position: 0 0;
}

div#footer2 {
	width: 800px;
	height: 20px;
	margin: auto;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

div.box {
	background: #f4f4f4;
}

#home a.home {
	background-image: url('img/home_hover.gif');
}

#mission a.mission {
	background-image: url('img/mission_hover.gif');
	
}

#respite a.respite {
	background-image: url('img/respite_hover.gif');	
}

#volunteer a.volunteer {
	background-image: url('img/volunteer_hover.gif');
}

#about a.about {
	background-image: url('img/about_hover.gif');
}

#keywords {
	font-size: 8px;
	color: #FFFFFF;
	line-height: 8px;
}

.fLeft
{
float:left;
padding: 0 20px 20px 0;
}

.bold
{
font-weight: bold;
}
