body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	background-color: #79AFD6;
	margin: 32px 0 0 0;
	padding:0;
}

img { border: 0; }

span{
	color: #6F99CB;
	font-weight: bold;
}

p {
	font-family:tahoma;
	font-size: .85em;
	color:#777;
	margin: 0 20px 10px 25px;
	width: 50%;
	text-align: justify;
}

table {
	margin: 0 20px 10px 25px;
	font-family:tahoma;
	font-size: .85em;
	color:#777;
	font-weight: bold;
}

td {
 padding-bottom: 5px; 
}

div#main_wrapper {
	margin: auto;
	width: 741px;
	text-align: right;
}

div#header {
	width: 741px;
	height: 73px;
	background-image:url(imgs/header.jpg);
	background-repeat:no-repeat;
}

img#heading { margin: 10px 0 5px 19px; }

div#nav{
	float: left;
	width: 741px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #FFF url(imgs/navbar.gif) top left no-repeat; 
	font-size: .9em;
	font-weight: bold;
	color: #607b8f;
	line-height: 24px;
}

div#nav img {
	float: right;
}

div#nav a {
	float: right;
	color: #607b8f;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 24px;
	padding: 0 20px 0 20px;
}

div#nav a:hover {
	color: #243b50;
}

div#main_content {
	float:left;
	text-align: left;
	margin: 0;
	width: 741px;
	height: 433px;
}

div#scrollbox {
  float: left;
	width: 733px;
	height: 374px;
	overflow: auto;
}

a.link {
	color:#0078B4;
	font:1em;
	text-decoration:none;
	font-weight: bold;
}

a.link:hover {
	color:#0078B4;
	font:1em; 
	text-decoration:underline;
	font-weight: bold;
}

/* Backgrounds */

.home { background: url(imgs/home_bg.gif) no-repeat top left; }
.services {	background: url(imgs/services_bg.gif) no-repeat top left; }
.weddings {	background: url(imgs/weddings_bg.gif) no-repeat top left; }
.schooldances {	background: url(imgs/schooldances_bg.gif) no-repeat top left; }
.privateparties {	background: url(imgs/privateparties_bg.gif) no-repeat top left; }
.corporateevents { background: url(imgs/corporateevents_bg.gif) no-repeat top left; }
.mitzvah { background: url(imgs/mitzvah_bg.gif) no-repeat top left; }
.extraservices { background: url(imgs/extraservices_bg.gif) no-repeat top left; }
.blank { background: url(imgs/blank_bg.gif) no-repeat top left; }
.contact { background: url(imgs/contact_bg.gif) no-repeat top left; }

/* Contact */
.contact p {
	font-family:tahoma;
	font-size: .85em;
	color:#777;
	margin: 0 0 0 28px;
	text-align: justify;
}

.contact span {
	font-family: tahoma;
	font-size: .85em;
	color: #0078B4;
	text-transform: uppercase;
	text-align: justify;
	margin-left: 106px;
}

.contact span.middle {
	font-family: tahoma;
	font-weight:lighter;
	font-size: .85em;
	color: #777;
	text-transform:none;
	text-align: justify;
}

.contact span.middle a{
	color:#777;
	font:11px/12px tahoma;
	text-decoration:none;
}

.contact img{
	margin: 20px 20px 0 20px;
}

.contact form {
	font-size: .85em;
	font-family: tahoma, sans-serif;
	color:#777;
	float:left;
	text-align: center;
}

.contact form label {
  display: block;
	text-align: right;
	margin: 8px 10px 8px 40px;
}

.contact form .button {
	background: #97BFE0;
	width: 70px;
}

.contact form .submit {
	border: 0;
	margin-left: 70px;
}

.contact form input  {
	width:225px; 
	font-family: tahoma, sans-serif; 
	font-weight:bold; 
	font-size: 1.1em;
	border: 1px solid #777; 
	color: #777;
	background-color:#e6ebef;
	vertical-align:middle;
	margin-left: 10px;
}

.contact form input.submit  { /* submit button */
	width: auto; 
}

.contact form textarea {
	width:221px;
  font-family: tahoma, sans-serif; 
  font-weight:bold; 
  font-size: 1.1em;
	border: 1px solid #777; 
	color: #777;
	background-color:#fff;
	padding:3px;
	overflow: auto;
	vertical-align:top;
	margin-left: 10px;
}

.contact form input:focus, .contact form textarea:focus { 
	background: #fff;
	border: 1px solid #777; 
} 



