* {
	padding: 0px;
	margin: 0px;
}
HTML {
	height: 100%;
	margin-bottom: 1px;
}
BODY {
	background-color: #ffffff;
}
#page-main {
	width: 100%;
}
#page-align {
	width: 670px;
	margin-left: 3px;
	margin-top: 4px;
/*	background: url("../img/bg_page.gif") repeat-y; */
}
#header {
	height: 72px;
}
#header-image-left {
	float: left;
	margin-right: 7px;
}
#navigation-breadcrumb-box {
	height: 27px;
	padding-top: 8px;
	margin-left: 27px;
	border-left: solid 22px #bfbbd0;
}
#navigation-breadcrumb {
	height: 18px;
	background-color: #f5f5f5;
	border-bottom: solid 1px #000000;
	width: 612px;
	float: right;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 17px;
}
#pagetitle-box {
	height: 18px;
	padding-top: 20px;
	margin-left: 27px;
	border-left: solid 22px #bfbbd0;
}
#pagetitle {
	padding-left: 21px;
	display: block;
	color: #291b61;
	font-size: 16px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}
#middle {
	width: 595px;
	margin-left: 27px;
	border-left: solid 22px #bfbbd0;
}
#content {
	position: relative;
	padding-top: 20px;
	padding-left: 21px;
	width: 590px;
}
