/*Main*/
body {
	margin:0px 0px 0px 0px;
	background-color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color:white;
}
img {
	border:none;
}
.title-image {
	text-align:center;
}
a { 
	font-family: geneva, arial;
	text-decoration:underline;
	color:white;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#FEE;
}
.header, .navigation {
	background-color:black;
}
.header {
	height:80px;
	vertical-align:top;
	font-size:0px;
	margin-top:10px;
	bbackground-image:url('/graphics/barmitzvahlogo_black.gif');
	background-position:center;
	background-repeat:no-repeat;
}
	.header .contact-left, .header .contact-right {
		height:inherit;
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-family:Arial;
		font-size:12pt;
		margin-top:10px;
	}
	.header .contact-left {
		float:left;
		text-align:left;
	}
	.contact-left .e-mail {
		text-decoration:none;
		/*color:#F93;*/
	}
	.contact-left .fax {
		color:#DDD;
		font-size:80%;
	}
	.header .contact-right {
		float:right;
		text-align:right;
	}
	a.home {
		display:block;
		height:inherit;
		width:inherit;
		margin:0px auto;
	}
	
.navigation {
	height:25px;
	width:700px;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	display:block;
	margin:0px auto;
}

.content {
	width:50%;
	margin:0px auto;
	padding-top:10px;
}
/*Footers*/
.navfooter {
	color:#FFF;
	font-size:8pt;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:40px;
}
.navfooter a {
	text-decoration:none;
}
.navfooter a:hover {
	text-decoration:underline;
}
.footer {
	background-color:black;
	width:100%;
}

/*Home page*/
.home {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	text-align:center;
	color:white;
}
.home .home-text {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}
.home .home-footer {
	text-align:center;
}