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

#leftbar {
	position: relative ;
	float: right ;
	padding-top: 100px ;
	z-index: 2
}
#header {
	background: url( 'headbg.png' ) ;
	z-index: 0 ;
}

#logo {
	background: url( 'logo.png' ) ;
	
}

#hpic {
	background: url( 'tigerhead.png' ) ;
	height: 182px ;
	z-index: 1
}

body {
	background: url( 'bodybg.png' ) no-repeat
}

#vertbar {
	display: none
}

#content {
	float: left ;
	position: relative ;
	background: transparent ;
	padding: 0px ;
	width: 80% ;
}
