/* Structure */
#structure{
	width: 970px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Header */
#structure #header{
	position: relative;
	height: 130px;
	margin: 0px;
	background-image: url(../images/block/block-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#structure #header #nav-local-breadcrumbs{
	position: absolute;
	left: 14px;
	bottom: 5px;
	padding-left: 14px;
	padding-right: 14px;
}
#structure #header #nav-global-shortcut{
	position: absolute;
	right: 54px;
	bottom: 18px;
}

/* Body */
#structure #body{
	position: relative;
	margin: 0px;
	background-image: url(../images/block/block-body.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#structure #body.startpage{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Service */
#structure #service{
	clear: both;
	height: 219px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 0px;
	background-image: url(../images/block/block-service.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#structure #service #dailyquote{
	font-style: italic;
	color: #000;
	margin-left: 497px;
	padding-top: 140px;
}
	#structure #service #dailyquote a{
		background: none;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
#structure #service #column-a,
#structure #service #column-a1,
#structure #service #column-b1{
	float: left;
	width: 50%;
}
#structure #service #column-b,
#structure #service #column-a2,
#structure #service #column-b2{
	float: right;
	width: 50%;
}
#structure #service #column-a,
#structure #service #column-b{
	padding-top: 32px;
}
/*#structure #service #column-b1{
	background-color: #F9F;
}
#structure #service #column-b2{
	background-color: #FF0;
}*/


/* Footer */
#structure #footer{
	height: 75px;
	position: relative;
	margin-top: 15px;
	background-image: url(../images/block/block-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#structure #footer #sitelogo{
	position: absolute;
	left: 20px;
	top: 15px;
	width: 57px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
#structure #footer #sitefooter{
	margin-left: 90px;
	margin-right: 28px;
	padding-top: 18px;
}
#structure #footer #sitefooter #nav-global-bottom{
	padding-top: 2px;
}
#structure #footer #sitefooter #siteinfo{
	font-size: 0.70em;
	color: #595959;
	padding-top: 10px;
}
#structure #footer #nav-global-anchor{
	position: absolute;
	top: 23px;
	right:18px;
	bottom: 0px;
	width: 10px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#tracking-footer{
	display: none;
}
