html {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/page_bg.png) top left repeat-x;  
	margin: 0;
	padding: 0;
	color: #ffffff;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #aaaaaa;
}
a:hover {
	text-decoration: underline;
}
input.button {
	cursor: pointer;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.center {
	text-align: center;
}
#header {
	background: url(../images/logo.png) bottom center no-repeat;
	height: 110px;
	margin-top: 10px;
	padding: 0;
}
#header a {
	width: 720px;
	height: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#content {
	width: 840px;
	min-height: 420px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}
#content a {
	color: white;
}
.weddings {
	background: url(../images/weddings.jpg) top center no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	padding-top: 310px;
	font-size: 18px;
	text-align: center;
	outline: none;
}
.mitzvahs {
	background: url(../images/mitzvahs.jpg) top center no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	padding-top: 310px;
	font-size: 18px;
	text-align: center;
	outline: none;
}
.video {
	background: url(../images/video.jpg) top center no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
	padding-top: 310px;
	font-size: 18px;
	text-align: center;
	outline: none;
}
#main{
	width: 690px;
	height: 460px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.img {
	background: url(../images/content_bg.png) center center no-repeat;
	width: 650px;
	height: 420px;
}
#contactForm {
	overflow: hidden;
}
#contactForm dl {
	width: 800px;
	display: block;
	margin: 0;
	overflow: hidden;
}
#contactForm dt { 
	width: 190px;
	float: left;
	display: block;
	padding: 2px 10px 0 0;
	text-align: right;
	line-height: 20px;
}
#contactForm dd {
	width: 200px;
	height: 50px;
	display: block;
	float: left;
	margin: 0;
}
#contactForm dd.comments {
	width: 400px;
	height: 140px;
	display: block;
	float: left;
}
#contactForm input[type=text], #contactForm select,  #contactForm textarea {
	padding: 3px;
	border: #bfbfbf 1px solid;
}
#contactForm input[type="submit"] {
	height: 28px;
	padding: 0 10px;
	line-height: 24px;
}
#contactForm label.error {
	display: block;
	color: #ff0000;
	font-size: 12px;
	line-height: 18px;
}
#thankYou {
	display: none;
}
#menu {
	width: 940px;
	height: 154px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#menu h2 {
	display: none;
	visibility: hidden;
}
#footer {
	width: 650px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#copyright {
	width: 600px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
