body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}
#WWHHIITTEEE { position: absolute; right: 10px; bottom: 10px; }

#whitelight {
	position:fixed;
	right:3px;
	bottom:3px;
	height:30px;
	width:100%;
	text-align:right;
}

/* IE 6 */
* html #whitelight {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


#sidebar {
height:370px;
overflow:hidden;
position:relative;

}


#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: hidden; 
background: #fff;
}

.innertube{
margin-top: 8px; /*Margins for inner DIV inside each DIV (to provide padding)*/
display:inline-block;
height:575px;
overflow: hidden;
min-width:19770px;
vertical-align:top;}


#scroll_box {

height: 600px;    
width: 100%;            
 
overflow: hidden;           
margin: 0;


        }


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


#item { 
text-align: left;
float:left;
height:570px;
margin-top:0px;	
margin-right:10px;	
margin-left:0px;
padding:0px;
		}
		
.title {
font:16px "Georgia","Times",serif,italic;
color: #222222;
font-style: italic;
vertical-align:text-bottom;
display:block;
text-align:left;
text-decoration:none;
text-transform:uppercase;}
	
	
.tip {
font:10px "arial", sans-serif;;
color: #fff;
text-decoration:none;
text-transform:uppercase;
margin:0;
padding:0;
display:inline;}	
	
				
img { 
border:none; 

		}
		

.picture { 
color: #FFF;		
float:left; 	
display:block;
margin-right:5px;}

.clear {
clear: both;
}
#newloader
{width:189px;
	height:100px;
	position:absolute;
	top:50px;
	left:650px;
background: #000 url('http://steffeno.net/img/loading.gif') no-repeat center center; 
}

.loading  {
 padding: 0px;
 margin: 0px;
background: #ffffff url('http://steffeno.net/img/loading.png') no-repeat center center; 
}
.table {
 padding: 0px;
 margin: 0px;
}
#header {
	position:absolute;
	top:0px;
	left:5px;
	width:189px;
	height:100px;
	padding-top:4px;

}

#navigation {
	position:relative;
	top:100px;
	left:5px;
	width:189px;
	height:500px;
	padding-top:5px;
	
}
#subtext {
position:relative;
padding: 0 0 0 0;
width:189px;
height:100px;
margin-top:-43px;
vertical-align:text-bottom;
bottom:0px;
}
	


#menu {
	margin: 0em;
	width: 189px;
	padding: 0px;
	height:400px;}

h1 {
	font-size: 56px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0 0 ;
    line-height: 0pt;
	margin:0px;
	letter-spacing: +0.04em;
}

h2 {
	font-size: 37px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0 0 ;
    line-height: 0.53pt;
	margin:0px;
	letter-spacing: +0.04em;
}

h3 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0 0 ;
    line-height: 0.53pt;
	margin:0px;
	letter-spacing: +0.04em;
}
h4 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0 0 ;
	margin:0px;
	letter-spacing: +0.04em;
}


	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menu li {
		padding: 0px 0px 12px 0em;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		}

		#menu li a {
		padding: 0px 0px 8px 0em;
		text-decoration: none;
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
		outline: none;}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
		background-color: #000;
		color: #000;
		}
	a {
	
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
		outline: none;}
		
		a:hover {
		background-color: #000;
		color: #000;
		}
#menu li a:active
{
  outline: none;
}
 a:active
{
  outline: none;
}
#loader { 
min-height:550px;
padding: 0px;
 margin: 0px;
 }
.nomargin	{
 padding: 0px;
 margin: 0px;
 }
.loading  {
 padding: 0px;
 margin: 0px;
 background: url("img/loading.gif") no-repeat fixed center center;}
  img {
 padding: 0px 6px 0px 0px ;
 }
 .right-space{padding: 0 30px 0 0 ; margin: 0; }

.scroll-pane {
	width: 200px;
	float: left;
	padding: 0;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
background: #fff url("img/dragbg.png") no-repeat fixed center center; 
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}