* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html {
	height: 100%; 	
}

body {
	line-height: 1;
	height: 100%;
}

br.clear {
	clear: both;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px auto;
	position: relative;
}

#breadcrumb_header {
	width: 100%;
	height: 35px;
	background: #f2f7fd;
	border-bottom: 1px solid #eee;
}

#breadcrumb_header .left {
	float: left;
	color: #999;
	padding: 11px 0 0 18px;
}

#breadcrumb_header .left strong {
	color: #2175d9;
}

#breadcrumb_header .left a {
	color: #999;
	text-decoration: none;
}

#breadcrumb_header .right {
	float: right;
	color: #999;
	padding: 11px 18px 0 0;
}

#breadcrumb_header .right a {
	color: #999;
	text-decoration: none;
}

#breadcrumb_footer {
	background: #f2f7fd; 
	height: 35px;
	border-top: 1px solid #eee;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#breadcrumb_footer .left {
	color: #2175d9;
	position: absolute;
	top: 11px;
	left: 112px;
}

#breadcrumb_footer .right {
	color: #999;
	position: absolute;
	top: 11px;
	right: 18px;
}

#breadcrumb_footer .right a {
	color: #999;
}

#push {
	height: 36px;
}

#container {
	float: left;
	width: 720px;
	margin-top: 18px;
	margin-left: 18px;	
}
