body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#doc {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	line-height: 22px;
}
#header {
	height: 151px;
	background-image: url(../img/header.png);
	behavior: expression(IEPNGFIX.fix(this));
	text-align: right;
}
#main {
	background-image: url(../img/doc.bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#footer {
	background-image: url(../img/footer.gif);
	height: 40px;
	width: 830px;
/*	behavior: expression(IEPNGFIX.fix(this));*/
}
#doc p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#doc dl {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#doc dt {
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding-top: 1em;
	margin: 0px;
}
#doc dd {
	padding-bottom: 1em;
}
#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}
#container {
	padding: 0px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-image: url(../img/menu_bg.gif);
	height: 79px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu li {
	float: left;
}
.backtop {
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
}
.fl {
	float: left;
}
.ff {
	float: right;
}
.fc {
	clear: both;
}
