* {
	margin: 0;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0 auto;
	background: #f5eacf url(../images/merr_bg1.jpg) no-repeat top center;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 62.5%;
	color: #f5eacf
}
#popup {
	background: #f5eacf;
}
#logo {
	margin: 10px 0 5px 0;
	background: #9f7e77 url(../images/merr_logo.gif) no-repeat top center;
	height: 150px;
}
#wedding-logo {
	margin: 5px 0 5px 0;
	background: #9f7e77 url(../images/merr_weddings_heading.gif) no-repeat top center;
	height: 95px;
}
#menus-logo {
	margin: 18px 0 10px 0;
	background: #9f7e77 url(../images/merr_menus_heading.gif) no-repeat top center;
	height: 58px;
}
#events-logo {
	margin: 18px 0 10px 0;
	background: #9f7e77 url(../images/merr_events_heading.gif) no-repeat top center;
	height: 60px;
}
#contact-logo {
	margin: 18px 0 10px 0;
	background: #9f7e77 url(../images/merr_contact_heading.gif) no-repeat top center;
	height: 60px;
}
#home {
	background: #9f7e77;
	width: 560px;
}
h1, h2 {
   font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}
h3, h4 {
   font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}
p {
	margin: 15px 0 15px 0;
}
a {
	color: #231F20;
	text-decoration: none;
}
a:link, a:visited {
	color: #231F20;
	text-decoration: none;
}
a:hover {
	color: #231F20;
	text-decoration: underline;
}
#main {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 817px;
	height: 398px;
	margin-left: -408px;
	background: #f5eacf url(../images/merr_bg2.jpg) repeat-x top;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f5eacf;
}
#lefty {
	margin: 1px 0 0 0;
	width: 255px;
	height: 397px;
}
#contentframe {
	float: right;
	margin: 15px 0 0 0;
	width: 559px;
	height: 383px;
}
#contentframe h3, h4 {
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
   padding-left: 0px;
}
#content {
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.2em;
	color: #f5eacf;
	padding: 0 45px 0 30px;
}
#content ul {
	margin: 0;
	padding-left: 30px;
}
#gallery {
	padding: 10px 0 20px 0;
	text-align: center;
}
#gallery img {
	border: 2px solid #f5eacf;
	margin: 0 4px 0 4px;
}
#gallery-heading {
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	color: #231F20;
}
/**
 * Navbar
*/
#navbar {
	position: absolute;
	left: 34%;
	top: 405px;
	margin: 0;
	padding: 0;
}
#navlist ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 160%;
}
#navlist a {
	padding: 0px 8px 0 8px;
}
#navlist a:link, #navlist a:visited {
	color: #98695f;
	text-decoration: none;
}
#navlist a:hover {
	color: #f5eacf;
	text-decoration: none;
}
#link01,#link02,#link03,#link04,#link05 {
	border-right: 1px solid #98695f;
}

table, td, tr	
{ 
	color: #231F20;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
	font-size: 11px; 
}

table input
{
	color: #231F20;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px solid #6D5A7C;
}

table textarea
{
	color: #231F20;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px solid #6D5A7C;
}
table select
{
	color: #231F20;
	font-family: 'Lucinda Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 8pt
}
.subheading {
	font-size: 13px;
	font-weight: bold;
}
.highlight-red {
	font-weight: bold;
	color: Red;
}
