@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, pre, dl, address {
	margin: 1em 0;
	padding: 0;
	}
body {
	background-image: url(images/BG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
	line-height: 20px;
	color: #767777;

}

hr {
	height:1px;
	border: none;
	color:#acc9c5;
	background-color:#acc9c5;
}

a, a:link, a:visited {
	color: #f27d21;
	text-decoration: none;
}

a:hover, a:active {
	color: #0f6259;
}

.smalltype {
	font-size: 10px;
}

#container {
	width: 826px;
	margin: 0 auto;
}

#header {
	width: 826px;
	height: 206px;
	position: relative;
	background-image: url(images/headerBG.gif);
}

#logo {
	width: 221px;
	height: 63px;
	float: left;
	position: absolute;
	left: 49px;
	top: 42px;
}

#nav {
	width: 750px;
	height: 25px;
	position: absolute;
	right: 53px;
	bottom: 51px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	float: right;
}

#nav li {
	float: left;
}

#nav a, #nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
}
#nav a:hover, #nav a:active {
	background: #0f6259;
}

#nav a.current:link, #nav a.current:visited, #nav a.current:hover, #nav a.current:active {
	background: #0f6259;
	cursor:default;
}

#middle {
	width: 826px;
	background-image: url(images/middleBG.gif);
}
#footer {
	width: 718px;
	height: 78px;
	position: relative;
	background-image: url(images/footerBG.gif);
	padding-top: 55px;
	padding-right: 53px;
	padding-left: 55px;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#footer a, #footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

#homeflash {
	width: 325px;
	height: 370px;
	float: left;
	margin-left: 78px;
}

#homecontent {
	width: 340px;
	float: right;
	margin-right: 70px;
}
#homesavethedate {
	width: 334px;
	height: 67px;
	background-image: url(images/savethedateBG.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 6px;
	font-size: 17px;
	line-height: 22px;
	color: #0f6259;
	margin-top: 20px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#homeintrotext {
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width: 652px;
	padding-left: 87px;
	padding-right: 87px;
}
.subhead {
	font-size: 17px;
	color: #12635A;
}
#guestbook {
	width: 500px;
	margin-left: 90px;
	margin-top: 30px;

}

#guestbook .guestbookname {
	font-size: 14px;
	line-height: 30px;
}

#guestbook hr {
	border: 0;
	color: #CACACC;
	background-color: #CACACC;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;

}
.textinputboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CACACC;
	background-color: #FFFFFF;
	line-height: 18px;
	color: #333333;
}
.peepstext {
	font-size: 12px;
	line-height: 16px;
}

.withlist {
	list-style:circle;
}

.style1 {
	color: #f17c21;
	font-weight: bold;
}
