img {
	border: 0px;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

body {
	margin: 0px;
	padding: 0px;
	background: transparent url('/i/background.jpg') repeat-x;
}

#container {
	width: 927px;
	margin: auto;
}

#nav {
	width: 911px;
	height: 27px;
	padding: 24px 0px 0px 16px;
	background: url('/i/bg-nav.jpg') no-repeat;
}

#nav a {
	width: 76px;
	height: 23px;
	margin-right: 5px;
}

#content_back {
	width: 927px;
	background: url('/i/bg-content_back.jpg') repeat-y;
	padding-bottom: 10px;
}

#content_fore {
	width: 879px;
	background: transparent url('/i/bg-content_fore.jpg') no-repeat;
	padding: 12px 24px 0px 24px;
}

#logo {
	width: 168px;
	height: 36px;
	background: url('/i/logo.jpg') no-repeat;
	display: block;
	position: absolute;
}



#footer {
	width: 865px;
	height: 20px;
	background: url('/i/bg-footer.jpg') no-repeat;
	padding: 9px 10px;
	margin: 10px auto 0px auto;
	_margin: 0px auto;
}

ul.nav {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
}

ul.nav li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #575656;
	font: 9pt Verdana;
	text-decoration: none;
}

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

#footer span {
	color: #575656;
	font: 9pt Verdana;
	float: right;
	margin-top: 3px;
	clear: right;
}
ul.list {
	list-style-image: url('/i/arrow.gif');
	list-style-type: disc;
	font: 8pt Verdana;
	color: #565656;
	line-height: 16px;
	margin: 0px 0px 0px -18px;
	*margin: 0px 0px 0px 15px;
}