@charset "utf-8";
body {
	font: 100% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #323264;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {
	border: 0;
}
form { 
	padding: 0;
	margin: 0;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FF99CC;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FF99CC;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #heroContent {
	padding: 20px 0 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/bg_hero.jpg) top center no-repeat;
	height: 290px;
}
.oneColFixCtrHdr #bodyContent {
	padding: 0 10px 0 10px;
	background: #FFFFFF url(../images/bg_curves.gif) top center no-repeat;
	width: 880px;
	vertical-align: baseline;
}
.oneColFixCtrHdr #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000 url(../images/bg_footer.jpg) top center no-repeat;
	height: 82px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a {
	margin: 0 20px 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mitzvahBox{
	background:#000000 url(../mitzvahs/images/corner_right.gif) top right no-repeat;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
}
.mitzvahBox p{
	padding: 10px;
	margin: 0;
	font-size: 13px;
	width: 260px;
}
.packagesTable {
	width: 880px;
}
.packagesTable td{
	height:90px; 
	width: 435px;
	text-align: left;
	color:#FFFFFF;
	font-size: 13px;
	vertical-align: bottom;
}
.packagesTable p{
	padding: 30px 10px 10px 10px;
}
.contactTable td{
	border-bottom: #333333 1px dashed;
	padding: 5px;
	text-align: left;
}