body {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url('/img/template/back.gif') repeat-x top center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
img {
	border-width: 0;
}
#hdrbck {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('/img/template/hdrbck.gif') top center;	
}
#lowbck {
	position: absolute;
	top: 130px;
	left 0;
	width: 1000px;
	height: 10px;
	background: url('/img/template/cntback.gif');
	overflow:hidden;
}
#header {
	position: relative;
	width: 1000px;
	height: 130px;
	margin: auto;
	background: url('/img/template/hdrbck.gif') repeat-x top center;
}
#hdrlgo {
	position: absolute;
	top: 12px;
	left: 11px;
}
#barbck {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('/img/template/barbck.gif');
}
#navbar {
	position: absolute;
	top: 100px;
	left: 4px;
	width: 994px;
	height: 30px;
	background: url('/img/template/navbarln.gif') no-repeat;
	padding-left: 2px;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li {
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	list-style-type: none;
	background: url('/img/template/navbarln.gif') no-repeat right top;
}
#navbar a:link, #navbar a:visited {
	margin: 0;
	display: block;
	float: left;
	height: 30px;
	padding: 0 20px;
	font: bold 20px tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	background: url('/img/template/navbarhvr.gif');
}
.navbarbk {
	width: 2px;
	height: 30px;
	background: url('/img/template/navbarln.gif');
	float: left;
	overflow: hidden;
}
#content {
	position: relative;
	margin: auto;
	width: 980px;
	padding: 0 10px 10px;
	background: url('/img/template/cntback.gif');
}
#footfix {
	height: 102px;
	width: 100%;
	background: url('/img/template/footer.gif');
}
#footer {
	position: relative;
	clear: both;
	margin: auto;
	width: 1000px;
	height: 102px;
	font: 13px verdana;
	background: url('/img/template/footer.gif');
	color: #fff;
	list-style-type: none;
}
#footer ul {
	list-style-type:none;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footleft {
	padding: 18px 0 0 10px;
	float: left;
	list-style-type:none;
}
#footcenter {
	padding-top: 18px;
	position: absolute;
	top: 0;
	left: 350px;
	width: 300px;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type:none;
}
#footright {
	padding: 18px 10px 0 0;
	float: right;
	text-align: right;
}
li {
	list-style-position: inside;
}
