body {
    background-image: url(images/top_head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
}
#container{
	width: 315px;
	height: 535px;
	margin: 0 0 0 285px;
}
#function a{
	display: block;
	width: 279px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	margin-right: 35px;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#print a,#scan a,#copy a,#fax a,#trouble a{
	display: block;
	width: 279px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	margin-right: 35px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-repeat: no-repeat;
	}
#function a,#print a,#scan a,#copy a,#fax a,#trouble a{
	height:54px;
}
.hr{
	border-top: 1px dashed #515151;
	border-bottom: none;
	margin-right: 35px;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 4px;
	padding: 0px;
	width: 279px;
	height: 1px;
	font-size: 1px;
}
img{
	border: none;
}
#function a{
	background-image:url(images/function.gif);
}
#function a:hover{
	background-image:url(images/function_on.gif);
}
#print a{
	background-image:url(images/print.gif);
}
#print a:hover{
	background-image:url(images/print_on.gif);
}
#scan a{
	background-image:url(images/scan.gif);
}
#scan a:hover{
	background-image:url(images/scan_on.gif);
}
#copy a{
	background-image:url(images/copy.gif);
}
#copy a:hover{
	background-image:url(images/copy_on.gif);
}
#fax a{
	background-image:url(images/fax.gif);
}
#fax a:hover{
	background-image:url(images/fax_on.gif);
}
#trouble a{
	background-image:url(images/trouble.gif);
}
#trouble a:hover{
	background-image:url(images/trouble_on.gif);
}
#knowledge a{
	display: block;
	width: 244px;
	height:auto;
	line-height:1.8;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0 0 0 35px;
	text-decoration:none;
	color:#595959;
	background:url(images/bull.gif) no-repeat left;
}
#knowledge a:hover{color:#ff0000;
	background:url(images/bull_on.gif) no-repeat left;
}
#knowledge_sub {
	display: block;
	width: 244px;
	height:auto;
	line-height:18px;
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0 0 0 35px;
	text-decoration:none;
	color:#595959;
	margin-top:5px;
}
#manualversion{
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	font-size: 9pt;
}