.body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #7E747D url(../images/bkg.jpg) repeat-y center top;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 770px;
	position: relative;
}

#header {
	background: #A3B8D5 url(../images/al-condeluci-header.jpg);
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#mainContent {
	background: #FFFFE7;
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
}

#mainContent p {
	padding-top: 20px;
}

#footer {
	background: #A3B8D5;
	margin: 0px;
	padding: 7px;
	height: 50px;
	text-align: center;
	border-bottom: thin solid #006;
}
#footer a {
	color: #003;
	text-decoration: none;
}
#footer a:hover {
	color: #960;
}
#navBarDiv {
	height: 50px;
	background: #89A3C9;
	padding-left: 10px;
}
h1 {
	color: #4E474D;
	margin-left: 15px;
}
#mainContent p a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
}
#mainContent p a:hover {
	color: #960;
}
.customHeading {
	font-weight: bold;
	color: #003;
}
#mainContent #form1 #bookingDiv fieldset legend {
	font-weight: bold;
	color: #006;
}
h4 {
	color: #036;
}
.centerHeader {
	text-align: center;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

