body {
	background: #D8CAA8;
}	

#contentbox hr {
	height: 1px;
	border: 1px solid green;
	color: green;
}

.designTitle {
	font-size: large;
	color: #372616;
}

#wrapper {
	width: 800px;
	height: auto;
	margin-left: 50px;
	background: white;
}

#banner{
	background: url(../images/banner.jpg) no-repeat;
	height: 193px;
	width: 800px;
}

#content {
	background: white;
	border: #382616 2px solid;
	width: 796px;
}

#contentbox {
	width: 576px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: white;
}

#contentbox a {
	color: green;
	text-decoration:none;
}

#contentbox a:hover{
	text-decoration: underline;
}

#contentbox a:visited{
	text-decoration: none;
	color: #999999;
}

#menu {
	float: right;
	width: 150px;
	text-align: center;
	font-family: "arial";
	font-size: medium;
	margin-right: 10px;
	margin-top: 50px;
	margin-bottom: 50px
}

#menuHead{
	height: 17px;
	margin: 0;
	padding: 0;
}

#menuMiddle {
	background: #363942; 
}

#menuBottom {
	background-image: url(../images/menu-bottom.gif);
	background-repeat:no-repeat;
	height: 17px;
}

#menu hr {
	width: 75%;
	text-align: center;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #009900;
}

#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	height: 141px;
	width: 800px;
}

a.jsLink {
	text-decoration: none;
	color: green;
}

a:hover.jsLink {
	text-decoration:underline;
}

img.grape {
	padding-left: 10px;
}

.boldGreen {
	color: green;
	font-weight: bold;
}

.finePrint {
	font-size: x-small;
}

.weddingnests {
	color: #372616;
	font-weight: bold;
}

ul.nobullet {
	list-style:none;
}
