/* DIVS */
body {
	margin: 0px;
	padding: 0px;
	background-color: #175220;
	text-align: center;
	font-size: 100%;
}	
#content {
	text-align: center;
	width: 840px;
	margin-right: auto;
	margin-left: auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #175220;
}
#header {
	width: 840px;
	height: 206px;
	background-image:  url(images/bkgrndheader.png);
	background-repeat: no-repeat;
	margin: 0;
	background-position: center;
}
#headertext{
	text-align: right;
	padding-right: 46px;
	padding-top: 80px;
}

#nav {
	width: 840px;
	height: 30px;
	background-image: url(images/bkgrndnavbar.png);
	background-repeat: no-repeat;
}
#navtext {
	padding-top: 6px;
	font-size: 13px;
	color: #175220;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#flash {
	width: 840px;
	height: 375px;
	background-image: url(images/bkgrndgreen.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #175220;
}
#gallerybkgrnd {
	width: 840px;
	height: 310px;
	background-image: url(images/bkgrndgreen.png);
	background-repeat: repeat-y;
}
#smbackground {
	width: 840px;
	height: 200px;
	background-image: url(images/bkgrndgreen.png);
	background-repeat: repeat-y;
}
#smimage {
    margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 200px;
	text-align: center;
	padding-top: 1px;
}

#movie {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 375px;
	text-align: center;
	padding-left: 1px;
}
#gallery {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 310px;
	text-align: center;
	padding-left: 1px;
	font-size: 11px;
	font-style: italic;
	color: #CDD188;
}
#gallery img {
    margin: 20px;
	border: 2px #CDD188 solid;
}
#tagline {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	height: 45px;
	background-image: url(images/bkgrndtagline.png);
	background-repeat: no-repeat;
}
#main {
	width: 840px;
	height: 100%;
	background-image:  url(images/bkgrndbar.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	text-align: left;
}
#weddingsmain {
	width: 840px;
	height: 100%;
	background-image:  url(images/bkgrndbar.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	text-align: left;
}
#restaurantmain {
	width: 840px;
	height: 100%;
	background-image:  url(images/bkgrndbar.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	text-align: left;
}
#resmain {
	width: 840px;
	height: 100%;
	background-image:  url(images/bkgrndbar.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	text-align: left;
}
#maintext {
	padding: 20px 44px;
}
#leftmain {
    width: 250px;
    padding: 20px 44px;
	float: left;
}
#lefthead {
    width: 100%;
	border-bottom: 1px #000 solid;
	color: #000;
	font-weight: bold;
}
#rightmain {
    float: left;
	padding: 20px 44px;
}
#notice {
	font-size: 11px;
	color: #666600;
	text-align: left;
	padding-top: 20px;
}
#footer {
	width: 840px;
	height: 78px;
	background-image:  url(images/bkgrndfooter.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}


#navtext a  {
	font-size: 13px;
    text-decoration: none;
	font-weight: bold;
}
#navtext a:link { color: #175220; }
#navtext a:visited { color: #175220; }
#navtext a:hover { color: #000; }
#navtext a:active { color: #175220; }

#leftmain a:link { color: #175220; }
#leftmain a:visited { color: #175220; }
#leftmain a:hover { color: #000; }
#leftmain a:active { color: #175220; }

#main a {font-size: 12px; font-weight: bold;}
#main a:link { color: #175220; }
#main a:visited { color: #175220; }
#main a:hover { color: #000; }
#main a:active { color: #175220; }

#maintext a {font-size: 12px; font-weight: bold;}
#maintext a:link { color: #175220; }
#maintext a:visited { color: #175220; }
#maintext a:hover { color: #000; }
#maintext a:active { color: #175220; }

#tagline img {
    margin: 0;
	padding-top: 2px;
}

#footertext {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #175220;
	line-height: 1em;
	letter-spacing: 0em;
}


#headertext a {
    font-size: 12px;
	text-decoration: none;
	color: #175220;
	font-weight: bold;
}

#footertext a:link { font-size: 11px; color: #175220; }
#footertext a:visited { font-size: 11px; color: #175220; }
#footertext a:hover { font-size: 11px; color: #000; }
#footertext a:active { font-size: 11px; color: #175220; }

#bottomnav {
    padding-top: 6px;
}
#bottomnav a {
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#bottomnav a:link { color: #000; }
#bottomnav a:visited { color: #000; }
#bottomnav a:hover { color: #333; }
#bottomnav a:active { color: #000; }


#maintext p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
}
#maintext h1 {
	font-size: 1.6em;
	color: #175220;
	margin-top: 14px;
	margin-bottom: 14px;
}
#maintext h2 {
    font-size: 1.4em;
	color: #000;
	margin-top: 12px;
	margin-bottom: 12px;
}
#rightmain p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
}
#rightmain h1 {
	font-size: 1.6em;
	color: #175220;
	margin-top: 14px;
	margin-bottom: 14px;
}
#rightmain h2 {
    font-size: 1.4em;
	color: #000;
	margin-top: 12px;
	margin-bottom: 12px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
img {
	text-decoration: none;
	border: 0px;
}

