/*
body, .photo-background {
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../../images/defaults/darkstripes/bodybg.gif);
}
*/

body {
background-position: top center;
background-repeat: no-repeat;
}


#navcontainer {
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	width: 140px;
	left: auto;
	margin: 20px 0px 0 auto;
	right: 0;
	top: 0;
	padding-bottom: 120px;
	padding-top: 20px;
	padding-right: 25px;
}

#navcontainer #google {
	float: right;
	width: 125px;
	height: 245px;
	margin-left: 8px;
	margin-right: 0px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	background: transparent;
}

#logo {
	width: 285px;
	text-align: center;
	position: relative;
	left: auto;
	right: 0;
	margin: 20px 60px 0 auto;
}

#breadcrumbcontainer {
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	z-index: 200;
	right: auto;
	width: auto;
}

#blocksPage {
	text-align: justify;
}

