body {
	background-image: url(../images/back_header.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 6px;
}
h1{
	font-size: 16px;
	width:758px;
	height:110px;
	position: relative;
	margin: 0px auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
h1 span{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	top: 0;	left: 0;
	background:url(../images/logo.jpg) no-repeat;
}
table#documentHead{
	position: relative;
	left: -1px;
	top: 0px;
}
h2{
	font-size: 14px;
	width:340px;
	height:47px;
	position: relative;
	margin: 0px;
}
h2 span{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	top: 0;	left: 0;
}
h3{
	font-size: 14px;
	width:520px;
	height:45px;
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
}
h3 span{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	top: 0;	left: 0;
}
#rentaloffice th p{
	font-size: 12px;
	font-weight: normal;
	width:54px;
	height:18px;
	position: relative;
	margin: 0px auto;
}
#rentaloffice th p span{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	top: 0;	left: 0;
}

#document{
	width: 718px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px auto;
	padding: 10px 20px;
}
#content {
	float: right;
}
#menu {
	float: left;
}

#footer {
	font-size: 12px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
#footer p ,
#footer address{
	width: 740px;
	margin: 8px auto;
	color: #666666;
}

