body {
	background: #6A5437;
}

#wrapper {
	background-color: #C8AE78;
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 730px;
	margin: 0 auto;
	padding: 0 15px;
	border: 2px solid #000000;
}

* html #wrapper {
	width: 730px;
	w\idth: 730px;
}

#banner {
	text-indent: -9000px;
	height: 130px;
	margin: 15px 0 30px 0;
	padding: 1px;
}

#content  {
	background-color: #9D895E;
	float: right;
	width: 470px;
	margin: 0;
	padding: 15px;
	overflow: hidden;
	display: inline;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

* html #content {
	width: 470px;
	w\idth: 470px;
}

#navbar {
	background: #884D2B;
	vertical-align: text-top;
	padding: 5px 15px 15px 15px;
	margin: 0;
	float: left;
	width: 180px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

* html #navbar {
	width: 210px;
	w\idth: 180px;
}

#footer {
	clear: both;
}

.navlink {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 2px solid #884D2B;
	border-bottom: 2px solid #884D2B;
}

.navlink:hover, #selected, .navhover {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.navlink a, .navlink a:link, .navlink a:active, .navlink a:visited {
	font-size: 18px;
	text-decoration: none;
}

.navlink:hover a:link, .navlink:hover a:visited, #selected a:link, #selected a:visited, .navhover a:link, .navhover a:visited {
	color: #C8AE78;
}

a, a:link, a:active, a:visited {
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
}

.showing {
	display: block;
}

.hidden {
	display: none;
}

input, textarea {
	border: 1px solid #000000;
	background-color: #C8AE78;

}

.venue {
	width: 20px;
}

.td_percent {
	vertical-align: bottom;
}

#total {
	font-weight: bold;
	width: 120px;
}

#wedding_table input{
	width: 120px;
}