@import url( '../style1/style.css' );

#header {
	background: url( 'texture.png' ) ;
	z-index: 0 ;
    height: 75px ;
}

#logo {
	background: url( 'logo.png' ) ;
	width: 434px ;
	height: 75px ;
	position: absolute ;
	top: -1px ;
	right: 0px ;
	left: auto ;
	z-index: 1 ;
	border: 0px ;
}

#hpic {
	background: url( 'lefto.png' ) ;
	height: 353px ;
	width: 331px ;
	z-index: 9 ;
	position: absolute ;
	left: 0px ;
	top: 0px
}

#navigation, #userinfo {
    padding-left: 434px ;
}

#leftbar-background, #rightbar-background, #content-background {
    background: transparent ;
}

#container {
	background: url( 'lefto.png' ) no-repeat
}

#leftbar {
	padding-top: 120px
}


