body, html {
	margin: 0;
	padding: 0;
	background-color: white;
}
div#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}
div#logo {
	position: relative;
	height: 130px;
	background-image: url(../images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#content {
	position: relative;
	width: 950px;
	min-height: 600px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 130px 0px;
	background-color: #f6f7f1;
	background-image: url(../images/foot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#menu {
	position: relative;
	float: left;
	width: 220px;
	margin: 20px 0px 0px 0px;
	left: 20px;
	padding: 0px;
}

div#text {
	position: relative;
	float: right;
	right: 20px;
	width: 620px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.clear {
	clear: both;
}


div.block-core-BreadCrumb {
    display: inline;
}

div.gbBreadCrumb a, div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('../images/icon_path_separator.gif') no-repeat left;
}

div.gbBreadCrumb a {
    font-weight: bold;
	color: #2E592A;
}

div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

