body {
	background: #FFF url("../images/bg.jpg");
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

p, li, address {
	line-height: 150%;
}



hr {
	color: #4F493C;
	background-color: #4F493C;
	height: 3px;
}

#wrap {
	width: 760px;
}
#main td {
	padding: 10px;
	vertical-align: top;
}

/* header ********************************/
#header {
	height: 100px;
	border: solid 3px #000;
	background: transparent url("../images/hands.jpg") no-repeat;
	padding-left: 100px;
	position: relative;
}
#header h1, #tagline1, tagline2 {
	font-size: 1px;
	color: #F7E5C1;
	position:absolute;
	top: 0px;
	left: 100px;
	margin: 0;
	border-left: solid 3px #000;
}
#header h1 {
	width: 660px;
	height: 100px;
	background: transparent url("../images/header_bg.gif") no-repeat 50px 50%;
}

/* navigation ********************************/

#navigation {
}
#navigation ul {
	margin: 0;
	padding: 0;
	width: 151px;
}
#navigation ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
}
#navigation ul li a {
	display: block;
	width: 151px;
	height: 25px;
	background: transparent url("../images/nav_item_bg.jpg") no-repeat 0px -32px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	}
#navigation ul li a:link { background-position: 0px -32px; }
#navigation ul li a:visited { background-position: 0px -32px; }
#navigation ul li a:hover { background-position: 0px 0px; background-repeat: no-repeat; }
#navigation ul li a:active { background-position: 0px 0px; background-repeat: no-repeat; }

#contactinfo {
	margin: 20px auto;
	width: 90%;
	line-height: 120%;
}

/* content ********************************/

#content {

}



img.photo {
	border: solid 2px #4F493C;
}
.fl { float: left; margin: 0 10px 0 0; }
.fr { float: right; margin: 0 0 0 10px; }

p.caption {
	margin: 5px 0 20px;
}