@charset "utf-8";
.all {
	height: auto;
	width: 732px;
	position: relative;
	padding-bottom: 90px;
}
.header {
	width: 732px;
	height: 68px;
	background-image: url(headerbg0.jpg);
	background-repeat: repeat-x;
}
.logo {
	position: absolute;
	top: 8px;
	background-image: url(logo.jpg);
	height: 49px;
	width: 136px;
	visibility: 10;
	left: 286px;
	display: block;
}

#wrapper {
	width: 732px;
	display: block;
	height: auto;
}

.leftbox {
	width: 157px;
	position: relative;
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 100%;
	top: 0px;
	background-image: url(bg.jpg);
}
.rightbox {
	position: relative;
	width: 575px;
	display: inline;
	float: right;
	top: 0px;
}

.footer {
	position: absolute;
	width: 100%;
	top: 829px;
	background-image: url(menubg.jpg);
	background-repeat: repeat-x;
	display: block;
	left: 0px;
	height: 90px;
	clear: both;
	bottom: 0 !important; 
    bottom: -1px; 
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	position: absolute;
	height: 22px;
	width: 240px;
	color: #444444;
	z-index: 10;
	right: 0px;
	text-align: right;
	top: 62px;
}
