body {
	background: #b5b27c url(/images/bg-body.png) top center repeat-x;
}
#box {
	width: 800px;
	margin: 35px auto 20px auto;
	background: #fff;
	border: 1px solid #e7e7e5;
}
#header {
	background:url(/images/bg-header.jpg) no-repeat top center;
	margin: 3px;
	width: 794px;
	height: 172px;
}
#header a {
	display: block;
	height: 172px;
	width: 200px;
	overflow: hidden;
	text-indent: -999px;	
}
#contactinfo {
	height: 28px;
	line-height: 28px;
	background: #d6b200;
	color: #FFF;
	font-weight: bold;
	margin: 0px 18px;
	padding: 0px 10px 0px 0px ;
}
#contactinfo span {
	padding: 0px 0px 0px 18px;
}
#contactinfo a {
	color: #FFF;
}

#content {
	overflow: hidden;
	padding: 20px 18px 0px 18px;
}
#content .left {
	width: 178px;
	float: left;
}
#content .right {
	width: 562px;
	float: right;
}

.menu, .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px #d6b100 dotted;
}
.menu a {
	display: block;
	padding: 6px 0px 6px 30px;
	color: #3e2e00;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px #d6b100 dotted;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.menu a:hover {
	background-color: #d7d6c1;
}

.menu ul {
	border-bottom: none;
}
.menu ul a {
	background-image: none;
	font-weight: normal;
}
.menu ul ul a {
	background-image: none;
	font-weight: normal;
	padding: 6px 0px 6px 40px;
	color: #3d3b34;
}
a.current, a.current:hover  {
	background: #5f5a08 url(/images/bg-menu-hover.png) center left no-repeat;
	color: #FFF;
}
.menu ul a.current, .menu ul a.current a.current:hover  {
	background: #5f5a08;
	color: #FFF;
}

#footer {
	margin: 20px 18px 0px 18px;
	padding: 5px;
	border-top: 1px dotted #666;
	overflow: hidden;
}
#footer a {
	color: #3e2e00;
}
#footer .left {
	float: left;	
}
#footer .right {
	float: right;	
}

label {
	font-size: 14px;	
}
.t1, .t2 {
	padding: 3px;	
}
.t1 {
	text-align: right;
	width: 150px;	
}

