@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fbedb2;
	font-size: 16px;
}
a {
	color: #7F0000;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
img#left {
	float: right;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
div#header {
	width: 884px;
	margin-top: 0px;
	margin-left: 50%;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-position: top right;
	height: 266px;
	background-repeat: no-repeat;
	position: relative;
	left: -484px;
}
div#content {
	width: 800px;
	margin: auto;
}

img#logo {
	margin-top: 13px;
	margin-left: 0px;
	position: relative;
}
div#toptagline {
	background-image: url(images/firstchoice.gif);
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 665px;
	float: right;
	clear: none;
	position: absolute;
	top: 7px;
	left: 219px;
	height: 24px;
}
div#topcontact {
	height: 62px;
	width: 227px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	left: 650px;
	top: 140px;
	position: absolute;
	font-size: 24px;
	padding: 6px 0px 0px 6px;
}
div#topcontact span {
	width: 60px;
	display: block;
	float: left;
}
div#navigation {
	float: right;
	height: 60px;
	width: 601px;
	display: block;
	margin-top: -55px;
	z-index: 100;
	position: relative;
}
div#navigation a {
	display: block;
	height: 60px;
	float: left;
	background-repeat: no-repeat;
}
div#navigation.index {
	background: url(images/nav/home.gif);
	width: 132px;
}
div#navigation.index:hover {
	background: url(images/nav/home2.gif);
}
div#navigation.menu {
	background: url(images/nav/menu.gif);
	width: 131px;
}
div#navigation.menu:hover {
	background: url(images/nav/menu2.gif);
}
div#navigation.testimonials {
	background: url(images/nav/testimonials.gif);
	width: 201px;
}
div#navigation.testimonials:hover {
	background: url(images/nav/testimonials2.gif);
}
div#navigation.contactus {
	background: url(images/nav/contactus.gif);
	width: 137px;
}
div#navigation.contactus:hover {
	background: url(images/nav/contactus2.gif);
}
h1 {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -800px;
	height: 60px;
	display: block;
	overflow: hidden;
}
h1#home {
	background-image: url(images/headings/home.gif);
}
h1#menu {
	background-image: url(images/headings/ourmenu.gif);
}
h1#testimonials {
	background-image: url(images/headings/testimonials.gif);
}
h1#contact {
	background-image: url(images/headings/contact.gif);
}

h2 {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -2000px;
	height: 40px;
	display: block;
	overflow: hidden;
}
h2#previousvenues {
	background-image: url(images/headings/previousvenues.gif);
}

div#content p {
	line-height: 1.2;
	padding: 0px 10px;
	text-align: left;
}
div#footer {
	color: #FFFFFF;
	background-color: #7F0000;
	width: 800px;
	margin: auto;
	margin-top: 50px;
	padding: 0 0 20px 0;
}
div#footer p {
	top: 20px;
	text-align: center;
	position: relative;
}
div#footer.top {
	background-image: url(images/top.gif);
	width: 65px;
	height: 25px;
	display: block;
	float: right;
	position: relative;
	text-indent: -200px;
	overflow: hidden;
}

div#footer a {
	align: right;
	float: right;
}

/* Blockquote */
div#testimonial {
	background-image: url(images/topleft.gif);
	background-position: 2px top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
blockquote {
	margin: 0px;
	padding: 0px 20px;
	background-image: url(images/bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #7F0000;
	text-indent: 0px;
}
blockquote p {
	padding: 0 50px;
}
div#testimonial span#right {
	background-image: url(images/testimonialarrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
	float: right;
	margin: -7px 20px 5px 0;
	padding: 20px 0 0 0;
	clear: both;
}
div#testimonial span#left {
	background-image: url(images/testimonialarrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
	position: relative;
	float: left;
	margin: -7px 20px 0 5px;
	padding: 20px 0 0 0;
	clear: both;
}




/* Contact Us */
form#contact {
	margin: 0px;
}
form#contact div {
	clear: left;
	display: block;
	width: 780px;
	margin: 0;
	padding: 1px 0px;
}
form#contact div label {
	display: block;
	float: left;
	width: 175px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
form#contact input, textarea {
	width: 300px;
	margin: 2px 0 2px 0;
}
form#contact textarea {
	height: 100px;
}
form#contact input#button {
	width: auto;
	padding: 2px;
	margin: 0 0 0 90px;
}
div#contact {
	margin-bottom: 20px;
}
div#contact h3 {
	font-weight: 700;
	color: #7F0000;
	text-align: left;	
}
div#contact p#tel {
	margin: 5px;
	font-size: 18px;
	font-weight: 700;
}
div#contact p#tel span {
	font-size: 22px;
}
div#contacterrors {
	background-color: #FF777A;
}
