body {
	background-color: #784A3F;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #E9E0B3;
}
a:hover {
	color: #F0F270;
}
a img {
	text-decoration: none;
	border: 0px;
}
#container {
	width: 800px;
	background-color: #908879;
	color: #E3DAAF;
}
#header {
	background-image:  url("/images/header.gif");
	background-repeat: no-repeat;
	background-position: top;
	height: 86px;
	width: 800px;
}
#header img {
	left: 14px;
	top: 31px;
	position: relative;
}
#left_nav {
	width: 206px;
	background-image:  url("/images/left_nav_bgc.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #6B5459;
}
#left_nav div {
	padding-left: 40px;
	padding-right: 30px;
}
.b {
	font-weight:bold;
}
#right {
	width: 594;
	padding-left: 35px;
}
#menu {
	text-align: right;
	padding: 5px;
}
#menu a {
	margin-left: 10px;
	margin-right: 10px;
}
#text {
	padding-right: 35px;
	border-right: solid 15px #6B5459;
	padding-bottom: 35px;
}
#text a {
	color: #F0F270;
}
#text a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 25px;
	margin: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	margin: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	margin: 5px;
	margin-left: 0px;
}
#text table tr {
	text-align: center;
	vertical-align:top;
}
#text img {
	border: solid 1px #BECFBB;
}
#footer{
	height: 82px;
	background-image:  url("/images/footer.gif");
	background-repeat: no-repeat;
	zzcolor: #BECFBB;
	color: #E9E0B3;
	text-align: right;
}
#footer div {
	padding: 10px;
	padding-top: 45px
}

.item_details div
{
	margin-left:10px;
}
.fullwidth
{
	width:100%;
}
#processing_form th
{
	text-align:right;
}
#processing_form td
{
	text-align:right;
	vertical-align:top;
}
.input_error
{
	 background: red;
}
