html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: auto;
	width: 734px;
}

.header {
	background-image: url(../images/header.jpg);
	width: 734px;
	height: 131px;
	margin-top: 12px;
}

.left {
	float: left;
	margin-top: 3px;
}

.right {
	float: right;
	margin-top: 3px;
}

.left_header {
	background-image: url(../images/left_header.jpg);
	background-repeat: no-repeat;
	width: 581px;
	height: 25px;
}

.left_center {
	background-image: url(../images/left_center.jpg);
	width: 573px;
	padding-left: 8px;
}

.left_footer {
	background-image: url(../images/left_footer.jpg);
	background-repeat: no-repeat;
	width: 581px;
	height: 25px;

}

.right_header {
	background-image: url(../images/right_header.jpg);
	background-repeat: no-repeat;
	width: 149px;
	height: 25px;
}

.right_center {
	background-image: url(../images/right_center.jpg);
	width: 140px;
	padding-left: 9px;
}

.right_footer {
	background-image: url(../images/right_footer.jpg);
	background-repeat: no-repeat;
	width: 149px;
	height: 25px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 734px;
	height: 29px;
	margin-top: 3px;
	float: left;
}
