body {
	padding: 0;
	margin: 10px 0;
	text-align: center;
	background-color: #C8C8C8;
}


#pagearea {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background: url(/resources/global/jalgrey1/images/global/header.jpg) no-repeat;
	height: 134px;
	padding: 15px 4px 0 1px;
}

#address {
	width: 749px;

	position: absolute;
	top: 80px;
	text-align: right;
	padding: 0 12px;
	color: #999999;
}
#address a {
    color: #999999;
}

#contentarea {
	background: url(/resources/global/jalgrey1/images/global/contentbg.jpg) repeat-y;
	min-height: 400px;
	width: 100%;
}

#contentleft {
	width: 177px;
	padding: 10px 14px;
}

#contentright {
	padding: 3px 14px 10px 0;
    width: 552px;
}

#contentright pre {
    overflow: auto;
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.3em;
}

#breadcrumbs {
	text-align: right;
	border-bottom: 1px #DDD solid;
	color: #F70201;
	font-weight: bold;
	margin-bottom: 10px;
}
#breadcrumbs a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
	white-space: nowrap;
	font-size: 11px;
	border-bottom: none;
}
#breadcrumbs a:hover {
	color: #444444;
	text-decoration: underline;
}
#breadcrumbs .breadcrumbs0 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs .breadcrumbs1 a {
	font-weight: bold;
	font-size: 14px;
}
#breadcrumbs .breadcrumbs2 a {
	font-weight: normal;
	font-size: 12px;
}
#breadcrumbs .breadcrumbs3 a {
	font-weight: normal;
	font-size: 11px;
}

#footer {
	background: url(/resources/global/jalgrey1/images/global/footer.jpg) no-repeat;
	height: 33px;
	padding: 9px 10px 0 8px;

}

#footer td {
	font-size: 11px;
	white-space: nowrap;
	color: #666666;
	cursor: default;
}

#footer td.right {
	width: 100%;
	text-align: right;
}

#footer span.link {
	margin-left: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #999999;
}

#debug-info {
	margin-top: -32px;
}